We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7c7ac commit 9f83b21Copy full SHA for 9f83b21
1 file changed
composer.json
@@ -15,13 +15,14 @@
15
"require":{
16
"php":">=7.4",
17
"ext-json": "*",
18
- "symfony/framework-bundle":"^3|^4|^5|^6",
19
- "symfony/yaml": "*",
20
- "jms/serializer-bundle":"^2|^3|^4|^5"
+ "symfony/framework-bundle":"^4.2|^5|^6",
+ "symfony/yaml": "^4|^5|^6",
+ "jms/serializer-bundle":"^3.8|^4|^5"
21
},
22
"require-dev": {
23
"phpunit/phpunit": "^9",
24
- "doctrine/annotations": "^1.0"
+ "doctrine/annotations": "^1.11",
25
+ "jms/serializer":"^3.14"
26
27
"autoload":{
28
"psr-0":{
0 commit comments