Skip to content

Commit

Permalink
Merge pull request #117 from Oliver-Holz/add-l9-support
Browse files Browse the repository at this point in the history
adds support for laravel 9 and php 8.1
  • Loading branch information
colinhall17 authored Mar 30, 2022
2 parents 3f450e5 + 291f2fb commit 65786d3
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 65786d3

Please sign in to comment.