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 701a926 commit 25f8efcCopy full SHA for 25f8efc
composer.json
@@ -12,7 +12,7 @@
12
"require": {
13
"php": "^8.0",
14
"inertiajs/inertia-laravel": "^0.4.1",
15
- "laravel-arcanist/arcanist": "^0.3.0"
+ "laravel-arcanist/arcanist": "^0.4.0"
16
},
17
"require-dev": {
18
"ergebnis/composer-normalize": "^2.13",
@@ -39,5 +39,13 @@
39
}
40
41
"minimum-stability": "dev",
42
- "prefer-stable": true
+ "prefer-stable": true,
43
+ "scripts": {
44
+ "post-install-cmd": [
45
+ "composer normalize"
46
+ ],
47
+ "post-update-cmd": [
48
49
+ ]
50
+ }
51
0 commit comments