Skip to content

Commit 9a89f6f

Browse files
authored
Merge pull request #18 from jodou92/master
Symfony 5.2 support
2 parents 56f5354 + 9666a72 commit 9a89f6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"spatie/schema-org": "^2.1",
2222
"ramsey/uuid": "^3.9|^4.1",
2323
"symfony/flex": "^1.9",
24-
"symfony/twig-bundle": "^4.4|^5.1",
24+
"symfony/twig-bundle": "^4.4|^5.1|^5.2",
2525
"twig/extra-bundle": "^2.12|^3.0",
2626
"twig/twig": "^2.12|^3.0",
2727
"doctrine/doctrine-bundle": "^1.12|^2.0",
2828
"doctrine/doctrine-migrations-bundle": "^3.0",
2929
"doctrine/orm": "^2.7",
30-
"symfony/form": "^4.4|^5.1"
30+
"symfony/form": "^4.4|^5.1|^5.2"
3131
},
3232
"require-dev": {
33-
"symfony/phpunit-bridge": "^5.1",
33+
"symfony/phpunit-bridge": "^5.1|^5.2",
3434
"phpunit/phpunit": "^7.5"
3535
},
3636
"minimum-stability": "stable",

0 commit comments

Comments
 (0)