Skip to content

Commit 4ef6cec

Browse files
authored
Merge pull request Clearfacts#2 from Clearfacts/CLEARFACTS-7439
[CLEARFACTS-7439][MAIN] support php8
2 parents 6a6e71e + c2a62a9 commit 4ef6cec

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
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.3.1",
16+
"php": "^5.3||^7.0||^8.0",
1717
"symfony/process": "~2.1|~3.0|~4.0"
1818
},
1919
"conflict": {

0 commit comments

Comments
 (0)