We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828f4bf commit 108e3a8Copy full SHA for 108e3a8
1 file changed
composer.json
@@ -19,14 +19,13 @@
19
},
20
"require-dev": {
21
"phpunit/phpunit": "^9",
22
- "doctrine/annotations": "^1.11",
23
- "jms/serializer-bundle": "^3|^4|^5",
+ "jms/serializer-bundle": "^5.4",
24
"symfony/property-access": "^5.4|^6.0|^7.0",
25
"symfony/property-info": "^5.4|^6.0|^7.0",
26
"symfony/serializer": "^5.4|^6.0|^7.0"
27
28
"suggest": {
29
- "jms/serializer": "If you want to use JMS Serializer for serialization/deserialization",
+ "jms/serializer-bundle": "If you want to use JMS Serializer for serialization/deserialization",
30
"symfony/serializer": "For using Symfony's Serializer component"
31
32
"autoload":{
0 commit comments