Skip to content

Commit 429c227

Browse files
committed
allow php 8
1 parent 91c5129 commit 429c227

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
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.1",
15+
"php": "^7.1 || ^8.0",
1616
"opensoft/doctrine-postgres-types": "^1.3",
1717
"symfony/config": "^4.4 || ^5.0",
1818
"symfony/dependency-injection": "^4.4 || ^5.0",

0 commit comments

Comments
 (0)