Skip to content

Commit 9f83b21

Browse files
author
Christoph Singer
committed
raised some requirements
1 parent 1a7c7ac commit 9f83b21

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
"require":{
1616
"php":">=7.4",
1717
"ext-json": "*",
18-
"symfony/framework-bundle":"^3|^4|^5|^6",
19-
"symfony/yaml": "*",
20-
"jms/serializer-bundle":"^2|^3|^4|^5"
18+
"symfony/framework-bundle":"^4.2|^5|^6",
19+
"symfony/yaml": "^4|^5|^6",
20+
"jms/serializer-bundle":"^3.8|^4|^5"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^9",
24-
"doctrine/annotations": "^1.0"
24+
"doctrine/annotations": "^1.11",
25+
"jms/serializer":"^3.14"
2526
},
2627
"autoload":{
2728
"psr-0":{

0 commit comments

Comments
 (0)