Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 141f3aa

Browse files
committed
Add PHP 8 support
1 parent 13110c3 commit 141f3aa

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
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.2",
17+
"php": "^7.2|^8.0",
1818
"illuminate/http": "^6.0|^7.0|^8.0",
1919
"illuminate/support": "^6.0|^7.0|^8.0"
2020
},

0 commit comments

Comments
 (0)