Skip to content

Commit 28fe7f1

Browse files
authored
Merge pull request #5 from smart48/master
Laravel 9 & PHP 8 update
2 parents 495c17f + 4b215f1 commit 28fe7f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
}
1515
],
1616
"require": {
17-
"illuminate/support": ">=7.0 <9.0"
17+
"php": "^7.4 || ^8.0",
18+
"illuminate/support": ">=7.0 <10.0",
1819
},
1920
"autoload": {
2021
"psr-4": {

0 commit comments

Comments
 (0)