Skip to content

Commit c3149dc

Browse files
authored
Add support for PHP 8
1 parent a14da36 commit c3149dc

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
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2",
13+
"php": "^7.2 || ^8.0",
1414

1515
"doctrine/orm": "^2.4",
1616
"symfony/property-access": "^3.4|^4.4|^5.0"

0 commit comments

Comments
 (0)