This repository was archived by the owner on Dec 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +626
-274
lines changed Expand file tree Collapse file tree 2 files changed +626
-274
lines changed Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "type" : " project" ,
77 "require" : {
8- "php" : " >=5.6.4 " ,
9- "laravel/framework" : " 5.4 .*" ,
10- "lucid-arch/laravel-foundation" : " 5.4 .*" ,
8+ "php" : " >=7.0.0 " ,
9+ "laravel/framework" : " 5.5 .*" ,
10+ "lucid-arch/laravel-foundation" : " 5.5 .*" ,
1111 "laravel/tinker" : " ^1.0"
1212 },
1313 "require-dev" : {
1414 "fzaninotto/faker" : " ~1.4" ,
1515 "mockery/mockery" : " 0.9.*" ,
16- "phpunit/phpunit" : " ~5.7 " ,
16+ "phpunit/phpunit" : " ~6.0 " ,
1717 "symfony/css-selector" : " 3.1.*" ,
1818 "symfony/dom-crawler" : " 3.1.*" ,
19- "lucid-arch/laravel-console" : " dev-dev "
19+ "lucid-arch/laravel-console" : " 5.5.* "
2020 },
2121 "autoload" : {
2222 "classmap" : [
4646 "post-update-cmd" : [
4747 " Illuminate\\ Foundation\\ ComposerScripts::postUpdate" ,
4848 " php artisan optimize"
49+ ],
50+ "post-autoload-dump" : [
51+ " Illuminate\\ Foundation\\ ComposerScripts::postAutoloadDump" ,
52+ " @php artisan package:discover"
4953 ]
5054 },
5155 "config" : {
5256 "preferred-install" : " dist" ,
53- "sort-packages" : true
57+ "sort-packages" : true ,
58+ "optimize-autoloader" : true
5459 },
5560 "minimum-stability" : " dev" ,
5661 "prefer-stable" : true
You can’t perform that action at this time.
0 commit comments