We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afaf00 commit 51f8cceCopy full SHA for 51f8cce
composer.json
@@ -68,7 +68,7 @@
68
},
69
"require-dev": {
70
"doctrine/coding-standard": "^9.0.0",
71
- "doctrine/orm": "^2.10.2",
+ "doctrine/orm": "^2.10.5",
72
"jangregor/phpstan-prophecy": "^1.0.0",
73
"laminas/laminas-cache-storage-adapter-blackhole": "^1.2.1 || ^2.0.0",
74
"laminas/laminas-cache-storage-adapter-memory": "^1.0.1 || ^2.0.0",
@@ -85,6 +85,9 @@
85
"predis/predis": "^1.1.9",
86
"vimeo/psalm": "^4.11.2"
87
88
+ "conflict": {
89
+ "doctrine/orm": "2.12.0"
90
+ },
91
"suggest": {
92
"doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments",
93
"laminas/laminas-mvc-console": "^1.1.11 if you want to use the Laminas console libraries"
0 commit comments