Skip to content

Commit ae4c1b5

Browse files
authored
Support php 8.x
1 parent 644f6ae commit ae4c1b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=5.4.0 || ^7.2",
12+
"php": ">=5.4.0 || ^7.2 || ^8.0",
1313
"illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0|^9.0",
1414
"simplepie/simplepie": "^1.5",
1515
"ext-curl": "*"

0 commit comments

Comments
 (0)