Skip to content

Commit 2e7f41a

Browse files
committed
Update composer for release
1 parent a5ca2ff commit 2e7f41a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php" : "^7.0",
22+
"php": "^7.0",
2323
"enyo/dropzone": "^5.5",
2424
"tatter/alerts": "^1.0",
2525
"tatter/audits": "^1.0",
@@ -39,8 +39,8 @@
3939
},
4040
"scripts": {
4141
"post-update-cmd": [
42-
"composer dump-autoload",
43-
"php spark migrate:latest -n all"
42+
"@composer dump-autoload",
43+
"php spark migrate -all"
4444
]
4545
}
4646
}

0 commit comments

Comments
 (0)