Skip to content

Commit

Permalink
fix(doctrine): fix required version of doctrine-common
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Jan 30, 2025
1 parent 33c4ca5 commit ffbd930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit ffbd930

Please sign in to comment.