Skip to content

Commit 08b790d

Browse files
committed
Allow PHP8
1 parent b786f49 commit 08b790d

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
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2",
12+
"php": ">=7.2",
1313
"symfony/translation": " ^3.4 || ^4.3 || ^5.0"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)