Skip to content

Commit

Permalink
Merge pull request #46 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
vluzrmos authored Nov 17, 2024
2 parents 993f647 + 51d4e7a commit 3d97089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
}
],
"require": {
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0",
"illuminate/cache": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0 || ^11.0",
"illuminate/cache": "~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0 || ^11.0",
"guzzlehttp/guzzle": "~5.3 || ~6.0 || ~7.0",
"nesbot/carbon": "1.* || 2.*"
"nesbot/carbon": "1.* || 2.* || ^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3d97089

Please sign in to comment.