Skip to content

Commit

Permalink
Merge pull request #33 from TheDragonCode/3.x
Browse files Browse the repository at this point in the history
Fixed Laravel 10 support
  • Loading branch information
andrey-helldar committed Feb 14, 2023
2 parents 535c6e3 + d5dbf35 commit 5af00e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@
],
"require": {
"php": "^7.2 || ^8.0",
"illuminate/container": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/container": ">=6.0 <11.0",
"illuminate/database": ">=6.0 <11.0",
"illuminate/http": ">=6.0 <11.0",
"illuminate/support": ">=6.0 <11.0",
"ramsey/uuid": "^3.7 || ^4.0",
"symfony/var-dumper": "^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"laravel/framework": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"laravel/lumen-framework": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
"laravel/framework": ">=6.0 <11.0",
"laravel/lumen-framework": ">=6.0 <11.0"
},
"conflict": {
"andrey-helldar/laravel-support": "*"
},
"suggest": {
"symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5af00e5

Please sign in to comment.