This repository was archived by the owner on Dec 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"type" : " project" ,
7
7
"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 .*" ,
11
11
"laravel/tinker" : " ~1.0"
12
12
},
13
13
"require-dev" : {
14
14
"fzaninotto/faker" : " ~1.4" ,
15
15
"mockery/mockery" : " 0.9.*" ,
16
- "phpunit/phpunit" : " ~5 .0" ,
16
+ "phpunit/phpunit" : " ~6 .0" ,
17
17
"symfony/css-selector" : " 3.1.*" ,
18
18
"symfony/dom-crawler" : " 3.1.*" ,
19
- "lucid-arch/laravel-console" : " dev-master "
19
+ "lucid-arch/laravel-console" : " 5.5.* "
20
20
},
21
21
"autoload" : {
22
22
"classmap" : [
42
42
"post-update-cmd" : [
43
43
" Illuminate\\ Foundation\\ ComposerScripts::postUpdate" ,
44
44
" php artisan optimize"
45
+ ],
46
+ "post-autoload-dump" : [
47
+ " Illuminate\\ Foundation\\ ComposerScripts::postAutoloadDump" ,
48
+ " @php artisan package:discover"
45
49
]
46
50
},
47
51
"config" : {
48
52
"preferred-install" : " dist" ,
49
- "sort-packages" : true
53
+ "sort-packages" : true ,
54
+ "optimize-autoloader" : true
50
55
},
51
56
"minimum-stability" : " dev" ,
52
57
"prefer-stable" : true
You can’t perform that action at this time.
0 commit comments