Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
add Laravel 9 support
  • Loading branch information
nbyloff authored and khsing committed May 13, 2022
1 parent f093d89 commit 9ee9b93
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 @@ -5,8 +5,8 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.1",
"laravel/framework" : "^8.0"
"php": ">7.3|^8.0",
"laravel/framework" : "^8.0|^9.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 9ee9b93

Please sign in to comment.