Skip to content

Commit d5dbf35

Browse files
Fixed Laravel 10 support
1 parent 5bbac1a commit d5dbf35

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@
2525
},
2626
"require": {
2727
"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",
3232
"ramsey/uuid": "^3.7 || ^4.0",
3333
"symfony/var-dumper": "^4.0 || ^5.0 || ^6.0"
3434
},
3535
"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"
3838
},
3939
"conflict": {
4040
"andrey-helldar/laravel-support": "*"
4141
},
4242
"suggest": {
4343
"symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
4444
},
45-
"minimum-stability": "dev",
45+
"minimum-stability": "stable",
4646
"prefer-stable": true,
4747
"autoload": {
4848
"psr-4": {

0 commit comments

Comments
 (0)