Skip to content

Commit 94fe8fe

Browse files
committed
Fixed lowest supported dependencies
1 parent bd67005 commit 94fe8fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
"require-dev": {
1717
"doctrine/annotations": "^1.3",
1818
"phpspec/prophecy-phpunit": "^2.0",
19-
"phpunit/phpunit": "^9.0",
19+
"phpunit/phpunit": "^9.4",
2020
"squizlabs/php_codesniffer": "^3.5",
2121
"symfony/form": "^4.4|^5.0",
2222
"symfony/framework-bundle": "^4.4|^5.0",
23+
"symfony/translation-contracts": "^2",
2324
"symfony/twig-bundle": "^4.4|^5.0",
2425
"symfony/validator": "^4.4|^5.0",
2526
"twig/twig": "^2.0|^3.0"

0 commit comments

Comments
 (0)