Skip to content

Commit

Permalink
Merge pull request #187 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
berkayk authored Mar 26, 2024
2 parents 24751a2 + 9fe6522 commit 292973c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "^6.2|^7.4.1|^7.2",
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0|^10.0",
"symfony/psr-http-message-bridge": "1.*|2.*"
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0|^10.0|^11.0",
"symfony/psr-http-message-bridge": "1.*|2.*|^7.0"
},
"require-dev": {
"vlucas/phpdotenv": "^2.2|^5.5"
Expand Down

0 comments on commit 292973c

Please sign in to comment.