Skip to content

Commit e7d36b6

Browse files
ostroluckyNyholm
authored andcommitted
Allow Symfony 4 components (#64)
1 parent 48088d4 commit e7d36b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"require": {
1212
"php": "^5.5 || ^7.0",
1313
"nikic/php-parser": "^3.0",
14-
"symfony/finder": "^2.7 || ^3.0",
14+
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
1515
"twig/twig": "^1.27 || ^2.0",
1616
"doctrine/annotations": "^1.2"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.2",
20-
"symfony/translation": "^3.0",
21-
"symfony/validator": "^2.7 || ^3.0",
22-
"symfony/twig-bridge": "^3.0"
20+
"symfony/translation": "^3.0 || ^4.0",
21+
"symfony/validator": "^2.7 || ^3.0 || ^4.0",
22+
"symfony/twig-bridge": "^3.0 || ^4.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)