Skip to content

Commit 1a117cc

Browse files
author
bestmomo
committed
Update composer.json
1 parent c51fe22 commit 1a117cc

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
@@ -8,7 +8,7 @@
88
"php": ">=5.5.9",
99
"laravel/framework": "5.2.*",
1010
"laravelcollective/html": "5.2.*",
11-
"bestmomo/filemanager": "1.1.2"
11+
"bestmomo/filemanager": "1.1.*"
1212
},
1313
"require-dev": {
1414
"fzaninotto/faker": "~1.4",
@@ -41,11 +41,11 @@
4141
"php artisan key:generate"
4242
],
4343
"post-install-cmd": [
44-
"php artisan clear-compiled",
44+
"Illuminate\\Foundation\\ComposerScripts::postInstall",
4545
"php artisan optimize"
4646
],
4747
"post-update-cmd": [
48-
"php artisan clear-compiled",
48+
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
4949
"php artisan optimize"
5050
]
5151
},

0 commit comments

Comments
 (0)