Skip to content

Commit

Permalink
Working on fixing command.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 26, 2016
1 parent 523c760 commit 6b7e08d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "project",
"require": {
"php": ">=5.5.9",
"orchestra/foundation": "~3.2.6",
"orchestra/foundation": "~3.2.7",
"orchestra/installer": "~3.2",
"orchestra/control": "~3.2"
},
Expand Down Expand Up @@ -36,17 +36,17 @@
"php artisan key:generate"
],
"post-install-cmd": [
"Orchestra\\Foundation\\Composer\\Command::postInstall",
"Orchestra\\Foundation\\ComposerScripts::postInstall",
"php artisan orchestra:assemble"
],
"post-update-cmd": [
"Orchestra\\Foundation\\Composer\\Command::postUpdate",
"Orchestra\\Foundation\\ComposerScripts::postUpdate",
"php artisan orchestra:assemble"
]
},
"config": {
"preferred-install": "dist"
},
"prefer-stable": true,
"minimum-stability": "stable"
"minimum-stability": "dev"
}

0 comments on commit 6b7e08d

Please sign in to comment.