Skip to content

Commit

Permalink
cleanup composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Apr 7, 2024
1 parent c233927 commit 4a3d31d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"symfony/translation": "^6.4 || ^7.0",
"symfony/validator": "^6.4 || ^7.0",
"symfony/twig-bundle": "^6.4 || ^7.0",
"symfony-cmf/testing": "dev-fix-test-kernel as 5.0.2",
"symfony-cmf/testing": "5.0.2",
"twig/twig": "^2.4.4 || ^3.0"
},
"suggest": {
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)",
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
"doctrine/orm": "To enable support for the ORM entities (^2.5)"
"doctrine/orm": "To enable support for the ORM entities"
},
"conflict": {
"doctrine/common": "<3.1.1",
Expand Down

0 comments on commit 4a3d31d

Please sign in to comment.