File tree Expand file tree Collapse file tree 1 file changed +14
-17
lines changed Expand file tree Collapse file tree 1 file changed +14
-17
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " laravel/laravel" ,
3
3
"type" : " project" ,
4
4
"description" : " The Laravel Framework." ,
5
- "keywords" : [
6
- " framework" ,
7
- " laravel"
8
- ],
5
+ "keywords" : [" framework" , " laravel" ],
9
6
"license" : " MIT" ,
10
7
"require" : {
11
8
"php" : " ^7.3|^8.0" ,
23
20
"nunomaduro/collision" : " ^5.0" ,
24
21
"phpunit/phpunit" : " ^9.3.3"
25
22
},
26
- "config" : {
27
- "optimize-autoloader" : true ,
28
- "preferred-install" : " dist" ,
29
- "sort-packages" : true
30
- },
31
- "extra" : {
32
- "laravel" : {
33
- "dont-discover" : []
34
- }
35
- },
36
23
"autoload" : {
37
24
"psr-4" : {
38
25
"App\\ " : " app/" ,
45
32
"Tests\\ " : " tests/"
46
33
}
47
34
},
48
- "minimum-stability" : " dev" ,
49
- "prefer-stable" : true ,
50
35
"scripts" : {
51
36
"post-autoload-dump" : [
52
37
" Illuminate\\ Foundation\\ ComposerScripts::postAutoloadDump" ,
58
43
"post-create-project-cmd" : [
59
44
" @php artisan key:generate --ansi"
60
45
]
61
- }
46
+ },
47
+ "extra" : {
48
+ "laravel" : {
49
+ "dont-discover" : []
50
+ }
51
+ },
52
+ "config" : {
53
+ "optimize-autoloader" : true ,
54
+ "preferred-install" : " dist" ,
55
+ "sort-packages" : true
56
+ },
57
+ "minimum-stability" : " dev" ,
58
+ "prefer-stable" : true
62
59
}
You can’t perform that action at this time.
0 commit comments