Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Should preserve compatibility with Laravel 9

Signed-off-by: Matt Fauveau <mfauveau@gmail.com>
  • Loading branch information
mfauveau authored and rugaard committed Jul 8, 2023
1 parent 37369aa commit af610b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ext-json": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^7.0",
"illuminate/collections": "^10.14",
"illuminate/collections": "^9.26 || ^10.14",
"firebase/php-jwt": "^6.3.0"
},
"require-dev": {
Expand Down

0 comments on commit af610b0

Please sign in to comment.