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 43
43
],
44
44
"require" : {
45
45
"php" : " ^7.2 || ^8.0" ,
46
- "illuminate/container" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0" ,
47
- "illuminate/database" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0" ,
48
- "illuminate/http" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0" ,
49
- "illuminate/support" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0" ,
46
+ "illuminate/container" : " >= 6.0 <11 .0" ,
47
+ "illuminate/database" : " >= 6.0 <11 .0" ,
48
+ "illuminate/http" : " >= 6.0 <11 .0" ,
49
+ "illuminate/support" : " >= 6.0 <11 .0" ,
50
50
"ramsey/uuid" : " ^3.7 || ^4.0" ,
51
51
"symfony/var-dumper" : " ^4.0 || ^5.0 || ^6.0"
52
52
},
53
53
"require-dev" : {
54
- "laravel/framework" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0" ,
55
- "laravel/lumen-framework" : " ^ 6.0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0"
54
+ "laravel/framework" : " >= 6.0 <11 .0" ,
55
+ "laravel/lumen-framework" : " >= 6.0 <11 .0"
56
56
},
57
57
"conflict" : {
58
58
"andrey-helldar/laravel-support" : " *"
59
59
},
60
60
"suggest" : {
61
61
"symfony/thanks" : " Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
62
62
},
63
- "minimum-stability" : " dev " ,
63
+ "minimum-stability" : " stable " ,
64
64
"prefer-stable" : true ,
65
65
"autoload" : {
66
66
"psr-4" : {
You can’t perform that action at this time.
0 commit comments