We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c449ca5 commit 29e0bebCopy full SHA for 29e0beb
.php_cs .php_cs.dist.php_cs renamed to .php_cs.dist
composer.json
@@ -68,6 +68,7 @@
68
}
69
},
70
"scripts": {
71
+ "php-cs-fixer": "php-cs-fixer fix --diff --diff-format=udiff --config=./.php_cs.dist",
72
"post-root-package-install": [
73
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
74
],
@@ -76,7 +77,7 @@
76
77
78
"post-autoload-dump": [
79
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
- "@php artisan package:discover"
80
+ "@php artisan package:discover || true"
81
]
82
83
"prefer-stable": true,
0 commit comments