Skip to content

Commit f05f71c

Browse files
authored
Allow Symfony 2.7
1 parent f278b5a commit f05f71c

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
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "^5.5 || ^7.0",
1313
"nikic/php-parser": "^3.0",
14-
"symfony/finder": "^3.0 || ^4.0",
14+
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
1515
"twig/twig": "^1.27 || ^2.0",
1616
"doctrine/annotations": "^1.2"
1717
},

0 commit comments

Comments
 (0)