Skip to content

Commit

Permalink
raised some requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Singer committed Oct 24, 2023
1 parent 1a7c7ac commit 9f83b21
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
"require":{
"php":">=7.4",
"ext-json": "*",
"symfony/framework-bundle":"^3|^4|^5|^6",
"symfony/yaml": "*",
"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"
},
"require-dev": {
"phpunit/phpunit": "^9",
"doctrine/annotations": "^1.0"
"doctrine/annotations": "^1.11",
"jms/serializer":"^3.14"
},
"autoload":{
"psr-0":{
Expand Down

0 comments on commit 9f83b21

Please sign in to comment.