Skip to content

Commit ba80d89

Browse files
authored
Allow PHP 8
1 parent e5957ea commit ba80d89

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
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=7.2.5",
20+
"php": ">=7.2.5 || ^8.0",
2121
"ext-mbstring": "*",
2222
"symfony/console": "^4.4|^5.0|^6.0",
2323
"symfony/yaml": "^4.4|^5.0|^6.0"

0 commit comments

Comments
 (0)