Skip to content

Commit 1d0b5e7

Browse files
committed
allow php 8
1 parent f93e6cb commit 1d0b5e7

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.1",
12+
"php": "^7.1|^8.0",
1313
"symfony/framework-bundle": "^2.8.50|^3.4.26|^4.1.12",
1414
"twig/twig": "^1.35|^2.4",
1515
"filejet/filejet-php": "^2.7.1"

0 commit comments

Comments
 (0)