Skip to content

Commit 108e3a8

Browse files
committed
raise require-dev version for jms/serializer-bundle
1 parent 828f4bf commit 108e3a8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9",
22-
"doctrine/annotations": "^1.11",
23-
"jms/serializer-bundle": "^3|^4|^5",
22+
"jms/serializer-bundle": "^5.4",
2423
"symfony/property-access": "^5.4|^6.0|^7.0",
2524
"symfony/property-info": "^5.4|^6.0|^7.0",
2625
"symfony/serializer": "^5.4|^6.0|^7.0"
2726
},
2827
"suggest": {
29-
"jms/serializer": "If you want to use JMS Serializer for serialization/deserialization",
28+
"jms/serializer-bundle": "If you want to use JMS Serializer for serialization/deserialization",
3029
"symfony/serializer": "For using Symfony's Serializer component"
3130
},
3231
"autoload":{

0 commit comments

Comments
 (0)