Require doctrine orm

This commit is contained in:
Brabli
2022-10-17 12:21:07 +01:00
parent ee418a4844
commit 3c23d5e88d

View File

@@ -18,7 +18,8 @@
"symfony/http-client": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/framework-bundle": "^6.1",
"symfony/yaml": "^6.1"
"symfony/yaml": "^6.1",
"doctrine/orm": "^2.13"
},
"require-dev": {