Skip to content

Commit 4fc112c

Browse files
committed
Sort dependencies
1 parent c450eae commit 4fc112c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"require-dev": {
1717
"doctrine/annotations": "^1.3",
18-
"phpunit/phpunit": "^9.0",
19-
"symfony/form": "^4.4",
20-
"symfony/framework-bundle": "^4.4",
21-
"symfony/twig-bundle": "^4.4",
22-
"symfony/validator": "^4.4",
23-
"twig/twig": "^2.0",
2418
"phpspec/prophecy-phpunit": "^2.0",
25-
"squizlabs/php_codesniffer": "^3.5"
19+
"phpunit/phpunit": "^9.0",
20+
"squizlabs/php_codesniffer": "^3.5",
21+
"symfony/form": "^4.4|^5.0",
22+
"symfony/framework-bundle": "^4.4|^5.0",
23+
"symfony/twig-bundle": "^4.4|^5.0",
24+
"symfony/validator": "^4.4|^5.0",
25+
"twig/twig": "^2.0|^3.0"
2626
},
2727
"suggest": {
2828
"symfony/framework-bundle": "Integrate with Symfony Framework",

0 commit comments

Comments
 (0)