Skip to content

Commit

Permalink
Update to doctrine orm 3
Browse files Browse the repository at this point in the history
  • Loading branch information
LVoogd committed Feb 18, 2024
1 parent dd50949 commit 6f6d2ed
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 144 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-iconv": "*",
"doctrine/doctrine-bundle": "^2.9",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.15",
"doctrine/orm": "^3.0",
"nelmio/cors-bundle": "^2.3",
"overblog/graphql-bundle": "^0.15.2",
"ramsey/uuid": "^4.7",
Expand Down
177 changes: 34 additions & 143 deletions composer.lock

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

9 changes: 9 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@
"config/routes/graphql.yaml"
]
},
"phpstan/phpstan": {
"version": "1.10",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
"ref": "5e490cc197fb6bb1ae22e5abbc531ddc633b6767"
}
},
"phpunit/phpunit": {
"version": "9.6",
"recipe": {
Expand Down

0 comments on commit 6f6d2ed

Please sign in to comment.