Skip to content

Commit 1181f27

Browse files
committed
fix: allow PHP8.0
1 parent afe3e49 commit 1181f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1 || ^8.1",
14+
"php": "^7.1 || ^8.0",
1515
"symfony/framework-bundle": "^4.4|^5.0",
1616
"symfony/dependency-injection": "^4.4|^5.0",
1717
"symfony/console": "^4.4|^5.0",

0 commit comments

Comments
 (0)