Skip to content

Commit

Permalink
Add Laravel 9.0 support (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 authored Mar 8, 2022
1 parent 5a6e971 commit 94a0ef4
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 @@ -12,9 +12,9 @@
"require": {
"php": "^7.2|^8.0",
"guzzlehttp/guzzle": "^6.3|^7.0.1",
"illuminate/http": "^5.8|^6.0|^7.0|^8.0",
"illuminate/routing": "^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0"
"illuminate/http": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/routing": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
Expand Down

0 comments on commit 94a0ef4

Please sign in to comment.