Skip to content

Commit 95c3388

Browse files
Make laravel v9.0 compatiable
1 parent 522c3b9 commit 95c3388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "webfox/laravel-forms",
33
"description": "A Laravel form package",
44
"require": {
5-
"php": "^7.2.0",
6-
"laravel/framework": "^5.7|^5.8|^6.0|^7.0|^8.0"
5+
"php": ">=7.1",
6+
"laravel/framework": "^5.7|^5.8|^6.0|^7.0|^8.0|^9.0"
77
},
88
"license": "MIT",
99
"authors": [

0 commit comments

Comments
 (0)