Skip to content

Commit

Permalink
Fix версии jms/serializer #4
Browse files Browse the repository at this point in the history
  • Loading branch information
TTATPuOT committed Mar 7, 2024
1 parent b2afc4b commit f108f38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
"require": {
"php": "^7.1 || ^8.0",
"ext-json": "*",
"jms/serializer": "^3",
"jms/serializer": "^3 <3.30",
"nyholm/psr7": "^1.2",
"psr/http-client": "^1.0",
"rakit/validation": "^1.1"
"rakit/validation": "^1.1",
"doctrine/annotations": "^1.14.3"
},
"conflict": {},
"require-dev": {
Expand All @@ -42,8 +43,7 @@
"phpunit/phpunit": "^8.5 || ^9.3",
"squizlabs/php_codesniffer": "*",
"symfony/http-client": "^5.4.22",
"vimeo/psalm": ">=3.0.16",
"doctrine/annotations": "^1.14.3"
"vimeo/psalm": ">=3.0.16"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit f108f38

Please sign in to comment.