Skip to content

Commit

Permalink
chore: cross-package version dependencies (#6935)
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored Jan 31, 2025
1 parent 33c4ca5 commit 562ddd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Doctrine/Odm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"php": ">=8.2",
"api-platform/doctrine-common": "^3.4 || ^4.0",
"api-platform/doctrine-common": "^4.1",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"doctrine/mongodb-odm": "^2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Doctrine/Orm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=8.2",
"api-platform/doctrine-common": "^3.4 || ^4.0",
"api-platform/doctrine-common": "^4.1",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"doctrine/orm": "^2.17 || ^3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"api-platform/serializer": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"api-platform/validator": "^3.4 || ^4.0",
"api-platform/openapi": "^3.4 || ^4.0",
"api-platform/openapi": "^4.1",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.0",
"symfony/serializer": "^6.4 || ^7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Validator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"require": {
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/metadata": "^4.1",
"symfony/web-link": "^6.4 || ^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 562ddd3

Please sign in to comment.