Skip to content

Commit 5af00e5

Browse files
Merge pull request #33 from TheDragonCode/3.x
Fixed Laravel 10 support
2 parents 535c6e3 + d5dbf35 commit 5af00e5

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
@@ -43,24 +43,24 @@
4343
],
4444
"require": {
4545
"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",
5050
"ramsey/uuid": "^3.7 || ^4.0",
5151
"symfony/var-dumper": "^4.0 || ^5.0 || ^6.0"
5252
},
5353
"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"
5656
},
5757
"conflict": {
5858
"andrey-helldar/laravel-support": "*"
5959
},
6060
"suggest": {
6161
"symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
6262
},
63-
"minimum-stability": "dev",
63+
"minimum-stability": "stable",
6464
"prefer-stable": true,
6565
"autoload": {
6666
"psr-4": {

0 commit comments

Comments
 (0)