-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #383 from anodyne/form-builder
Form builder
- Loading branch information
Showing
254 changed files
with
8,674 additions
and
2,725 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
"anodyne/blade-tabler-icons": "^3.0", | ||
"awcodes/filament-tiptap-editor": "^3.0", | ||
"awcodes/scribble": "^0.3.0@alpha", | ||
"awcodes/typist": "dev-main", | ||
"aws/aws-sdk-php": "^3.293", | ||
"awssat/discord-notification-channel": "^1.4", | ||
"bensampo/laravel-embed": "^2.4", | ||
|
@@ -93,6 +94,12 @@ | |
"Tests\\": "tests/" | ||
} | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "[email protected]:awcodes/typist.git" | ||
} | ||
], | ||
"scripts": { | ||
"analyse": "./vendor/bin/phpstan analyse", | ||
"clean": [ | ||
|
@@ -129,4 +136,4 @@ | |
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} | ||
} |
Oops, something went wrong.