Skip to content

Commit 4a3d31d

Browse files
committed
cleanup composer.json
1 parent c233927 commit 4a3d31d

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
@@ -41,13 +41,13 @@
4141
"symfony/translation": "^6.4 || ^7.0",
4242
"symfony/validator": "^6.4 || ^7.0",
4343
"symfony/twig-bundle": "^6.4 || ^7.0",
44-
"symfony-cmf/testing": "dev-fix-test-kernel as 5.0.2",
44+
"symfony-cmf/testing": "5.0.2",
4545
"twig/twig": "^2.4.4 || ^3.0"
4646
},
4747
"suggest": {
48-
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)",
48+
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
4949
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
50-
"doctrine/orm": "To enable support for the ORM entities (^2.5)"
50+
"doctrine/orm": "To enable support for the ORM entities"
5151
},
5252
"conflict": {
5353
"doctrine/common": "<3.1.1",

0 commit comments

Comments
 (0)