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
Filter options
Expand file tree Collapse file tree 2 files changed +626
-274
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.7 " ,
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-dev "
19
+ "lucid-arch/laravel-console" : " 5.5.* "
20
20
},
21
21
"autoload" : {
22
22
"classmap" : [
46
46
"post-update-cmd" : [
47
47
" Illuminate\\ Foundation\\ ComposerScripts::postUpdate" ,
48
48
" php artisan optimize"
49
+ ],
50
+ "post-autoload-dump" : [
51
+ " Illuminate\\ Foundation\\ ComposerScripts::postAutoloadDump" ,
52
+ " @php artisan package:discover"
49
53
]
50
54
},
51
55
"config" : {
52
56
"preferred-install" : " dist" ,
53
- "sort-packages" : true
57
+ "sort-packages" : true ,
58
+ "optimize-autoloader" : true
54
59
},
55
60
"minimum-stability" : " dev" ,
56
61
"prefer-stable" : true
You can’t perform that action at this time.
0 commit comments