Skip to content

Commit 7aa6fb3

Browse files
YetiCGNsaimaz
authored andcommitted
Restrict compatible PHP versions to currently supported ones. We haven't tested PHP 7.4 and 8.0 yet. (#858)
1 parent c35e1bc commit 7aa6fb3

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
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.6",
14+
"php": ">=5.6,<7.3",
1515
"symfony/framework-bundle": "^2.8|^3.0|^4",
1616
"symfony/console": "^2.8|^3.0|^4",
1717
"symfony/stopwatch": "^2.8|^3.0|^4",

0 commit comments

Comments
 (0)