Skip to content

Commit 9a0afc9

Browse files
maxheliasdunglas
andauthored
fix(serializer): remove unnecessary dependency
* fix(serializer): remove unnecessary dependency * improve composer.json --------- Co-authored-by: Kévin Dunglas <[email protected]>
1 parent 0c7333b commit 9a0afc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Serializer/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"php": ">=8.1",
2626
"api-platform/metadata": "^3.4 || ^4.0",
2727
"api-platform/state": "^3.4 || ^4.0",
28-
"doctrine/collections": "^2.1",
2928
"symfony/property-access": "^6.4 || ^7.1",
3029
"symfony/property-info": "^6.4 || ^7.1",
3130
"symfony/serializer": "^6.4 || ^7.1",
3231
"symfony/validator": "^6.4 || ^7.0"
3332
},
3433
"require-dev": {
34+
"doctrine/collections": "^2.1",
3535
"phpspec/prophecy-phpunit": "^2.0",
3636
"sebastian/comparator": "<5.0",
3737
"symfony/mercure-bundle": "*",
@@ -40,7 +40,8 @@
4040
"symfony/yaml": "^6.4 || ^7.0"
4141
},
4242
"suggest": {
43-
"api-platform/doctrine-orm": "To support doctrine ORM state options."
43+
"api-platform/doctrine-orm": "To support Doctrine ORM state options.",
44+
"api-platform/doctrine-odm": "To support Doctrine MongoDB ODM state options."
4445
},
4546
"autoload": {
4647
"psr-4": {

0 commit comments

Comments
 (0)