Skip to content

Commit

Permalink
Allow JMS serializer 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jun 7, 2024
1 parent 0420520 commit 8b90141
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
],
"require": {
"php": "^7.2 || ^8.0",
"doctrine/collections": "^1.0",
"doctrine/orm": "^2.5.3",
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0",
"friendsofsymfony/rest-bundle": "^2.5 || ^3.0",
"jms/serializer-bundle": "^3.0 || ^4.0",
"jms/serializer-bundle": "^3.0 || ^4.0 || ^5.0",
"php-task/php-task": "^1.3.3 || ^2.0",
"php-task/task-bundle": "^2.0 || ^3.0",
"sulu/sulu": "^2.2.0 || ^2.5.0@dev",
Expand Down Expand Up @@ -97,6 +100,9 @@
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
},
"platform": {
"php": "8.0.25"
}
}
}

0 comments on commit 8b90141

Please sign in to comment.