Skip to content

Commit

Permalink
Make laravel v9.0 compatiable
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPenhall98 committed Mar 2, 2022
1 parent 522c3b9 commit 95c3388
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 @@ -2,8 +2,8 @@
"name": "webfox/laravel-forms",
"description": "A Laravel form package",
"require": {
"php": "^7.2.0",
"laravel/framework": "^5.7|^5.8|^6.0|^7.0|^8.0"
"php": ">=7.1",
"laravel/framework": "^5.7|^5.8|^6.0|^7.0|^8.0|^9.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 95c3388

Please sign in to comment.