Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 0f91a18

Browse files
committed
PHP version constraint >=7.1.3 to allow PHP8
1 parent 68b5785 commit 0f91a18

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": "^7.1.3",
15+
"php": ">=7.1.3",
1616
"symfony/config": "^3.4|^4.0|^5.0",
1717
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
1818
"symfony/event-dispatcher": "^3.4|^4.0|^5.0",

0 commit comments

Comments
 (0)