Skip to content

Commit

Permalink
Add laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjornar97 authored and romanzipp committed Mar 19, 2024
1 parent 2741498 commit 7a441d7
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 @@ -15,9 +15,9 @@
"ext-json": "*",
"firebase/php-jwt": "^6.2",
"guzzlehttp/guzzle": "^7.0",
"illuminate/cache": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/cache": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit 7a441d7

Please sign in to comment.