We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26be4cf commit db52f57Copy full SHA for db52f57
composer.json
@@ -43,7 +43,6 @@
43
},
44
"require-dev": {
45
"ext-bcmath": "*",
46
- "doctrine/annotations": "^1.12 || ^2.0",
47
"doctrine/coding-standard": "^14.0",
48
"doctrine/orm": "^3.2",
49
"jmikola/geojson": "^1.0",
@@ -57,11 +56,7 @@
57
56
"symfony/uid": "^5.4 || ^6.0 || ^7.0 || ^8.0",
58
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0 || ^8.0"
59
60
- "conflict": {
61
- "doctrine/annotations": "<1.12 || >=3.0"
62
- },
63
"suggest": {
64
- "doctrine/annotations": "For annotation mapping support",
65
"ext-bcmath": "Decimal128 type support",
66
"symfony/var-dumper": "To enable the odm:query command"
67
0 commit comments