Skip to content

Commit

Permalink
feat(deps): add statamic
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Apr 4, 2021
1 parent 55d600a commit 9bac346
Show file tree
Hide file tree
Showing 333 changed files with 4,411 additions and 245 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"spatie/laravel-responsecache": "7.0",
"spatie/laravel-sluggable": "3.0",
"spatie/laravel-tags": "^4.0",
"statamic/cms": "3.1.3",
"tightenco/ziggy": "1.0.5"
},
"require-dev": {
Expand Down Expand Up @@ -73,9 +74,13 @@
],
"lint": "phpcs",
"lint:fix": "phpcbf",
"pre-update-cmd": [
"Statamic\\Console\\Composer\\Scripts::preUpdateCmd"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
"@php artisan package:discover --ansi",
"@php artisan statamic:install --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
Expand Down
Loading

0 comments on commit 9bac346

Please sign in to comment.