Skip to content

Commit

Permalink
chore: upgrade to Doctrine 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Mar 28, 2024
1 parent f8b871b commit ee878b8
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 70 deletions.
3 changes: 2 additions & 1 deletion api/composer.json
Expand Up @@ -6,10 +6,11 @@
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/core": "^3.2",
"doctrine/common": "^3.4",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-fixtures-bundle": "^3.5",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^2.17",
"doctrine/orm": "^3.1",
"myclabs/php-enum": "^1.8",
"nelmio/cors-bundle": "^2.4",
"runtime/frankenphp-symfony": "^0.2.0",
Expand Down
115 changes: 49 additions & 66 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions api/symfony.lock
Expand Up @@ -43,9 +43,6 @@
"doctrine/collections": {
"version": "1.6.8"
},
"doctrine/common": {
"version": "3.2.1"
},
"doctrine/dbal": {
"version": "3.2.1"
},
Expand Down

0 comments on commit ee878b8

Please sign in to comment.