Skip to content

Commit

Permalink
Merge pull request #383 from anodyne/form-builder
Browse files Browse the repository at this point in the history
Form builder
  • Loading branch information
agentphoenix authored Jul 5, 2024
2 parents 37481f7 + 8962e0f commit 5169641
Show file tree
Hide file tree
Showing 254 changed files with 8,674 additions and 2,725 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -93,6 +94,12 @@
"Tests\\": "tests/"
}
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:awcodes/typist.git"
}
],
"scripts": {
"analyse": "./vendor/bin/phpstan analyse",
"clean": [
Expand Down Expand Up @@ -129,4 +136,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
Loading

0 comments on commit 5169641

Please sign in to comment.