File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
},
26
26
"require" : {
27
27
"php" : " ^7.2 || ^8.0" ,
28
- "illuminate/container" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0" ,
29
- "illuminate/database" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0" ,
30
- "illuminate/http" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0" ,
31
- "illuminate/support" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0" ,
28
+ "illuminate/container" : " >= 6.0 <11 .0" ,
29
+ "illuminate/database" : " >= 6.0 <11 .0" ,
30
+ "illuminate/http" : " >= 6.0 <11 .0" ,
31
+ "illuminate/support" : " >= 6.0 <11 .0" ,
32
32
"ramsey/uuid" : " ^3.7 || ^4.0" ,
33
33
"symfony/var-dumper" : " ^4.0 || ^5.0 || ^6.0"
34
34
},
35
35
"require-dev" : {
36
- "laravel/framework" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0" ,
37
- "laravel/lumen-framework" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0"
36
+ "laravel/framework" : " >= 6.0 <11 .0" ,
37
+ "laravel/lumen-framework" : " >= 6.0 <11 .0"
38
38
},
39
39
"conflict" : {
40
40
"andrey-helldar/laravel-support" : " *"
41
41
},
42
42
"suggest" : {
43
43
"symfony/thanks" : " Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
44
44
},
45
- "minimum-stability" : " dev " ,
45
+ "minimum-stability" : " stable " ,
46
46
"prefer-stable" : true ,
47
47
"autoload" : {
48
48
"psr-4" : {
You can’t perform that action at this time.
0 commit comments