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 c51fe22 commit 1a117ccCopy full SHA for 1a117cc
composer.json
@@ -8,7 +8,7 @@
8
"php": ">=5.5.9",
9
"laravel/framework": "5.2.*",
10
"laravelcollective/html": "5.2.*",
11
- "bestmomo/filemanager": "1.1.2"
+ "bestmomo/filemanager": "1.1.*"
12
},
13
"require-dev": {
14
"fzaninotto/faker": "~1.4",
@@ -41,11 +41,11 @@
41
"php artisan key:generate"
42
],
43
"post-install-cmd": [
44
- "php artisan clear-compiled",
+ "Illuminate\\Foundation\\ComposerScripts::postInstall",
45
"php artisan optimize"
46
47
"post-update-cmd": [
48
+ "Illuminate\\Foundation\\ComposerScripts::postUpdate",
49
50
]
51
0 commit comments