File tree Expand file tree Collapse file tree 2 files changed +84
-76
lines changed
Expand file tree Collapse file tree 2 files changed +84
-76
lines changed Original file line number Diff line number Diff line change 2020 "guzzlehttp/guzzle" : " 6.2.3" ,
2121 "igaster/laravel-theme" : " 1.14.0" ,
2222 "laracasts/utilities" : " 2.1.0" ,
23- "laravel/framework" : " 5.4.16 " ,
23+ "laravel/framework" : " 5.4.18 " ,
2424 "laravel/tinker" : " 1.0.0" ,
2525 "lord/laroute" : " 2.4.4" ,
2626 "mtdowling/cron-expression" : " 1.2.0" ,
5353 }
5454 },
5555 "scripts" : {
56+ "pre-install-cmd" : [
57+ " php -r \" !file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\" " ,
58+ " php -r \" !file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\" "
59+ ],
60+ "pre-update-cmd" : [
61+ " php -r \" !file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\" " ,
62+ " php -r \" !file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\" "
63+ ],
5664 "post-root-package-install" : [
5765 " php -r \" file_exists('.env') || copy('.env.example', '.env');\" "
5866 ],
You can’t perform that action at this time.
0 commit comments