Skip to content

Commit

Permalink
adds support for laravel 9 and php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Holz committed Mar 29, 2022
1 parent 3f450e5 commit 291f2fb
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 @@ -13,8 +13,8 @@
}
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^7.0|^8.0",
"php": "^7.3|^8.0|^8.1",
"illuminate/support": "^7.0|^8.0|^9.0",
"macsidigital/laravel-api-client": "^3.3"
},
"require-dev": {
Expand Down

0 comments on commit 291f2fb

Please sign in to comment.