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 a5ca2ff commit 2e7f41aCopy full SHA for 2e7f41a
1 file changed
composer.json
@@ -19,7 +19,7 @@
19
}
20
],
21
"require": {
22
- "php" : "^7.0",
+ "php": "^7.0",
23
"enyo/dropzone": "^5.5",
24
"tatter/alerts": "^1.0",
25
"tatter/audits": "^1.0",
@@ -39,8 +39,8 @@
39
},
40
"scripts": {
41
"post-update-cmd": [
42
- "composer dump-autoload",
43
- "php spark migrate:latest -n all"
+ "@composer dump-autoload",
+ "php spark migrate -all"
44
]
45
46
0 commit comments