Skip to content

Commit a7a658e

Browse files
Merge pull request #38 from arjendejong12/master
Fix PHP 8.0 support
2 parents 92a3c04 + 5ad02a8 commit a7a658e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^8.1",
15+
"php": "^8.0|^8.1",
1616
"illuminate/notifications": "^9.0",
1717
"illuminate/support": "^9.0",
1818
"illuminate/queue": "^9.0",

0 commit comments

Comments
 (0)