Skip to content

Commit 0621f16

Browse files
authored
Update composer.json
1 parent 95ae8d3 commit 0621f16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2",
20-
"illuminate/support": "^7.0|^8.0",
21-
"illuminate/database": "^7.0|^8.0",
22-
"illuminate/cache": "^7.0|^8.0"
19+
"php": "^7.4|^8.0",
20+
"illuminate/support": "^7.0|^8.0|^9.0",
21+
"illuminate/database": "^7.0|^8.0|^9.0",
22+
"illuminate/cache": "^7.0|^8.0|^9.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)