Skip to content

Commit db52f57

Browse files
committed
Remove doctrine/annotations from the dependencies
1 parent 26be4cf commit db52f57

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
},
4444
"require-dev": {
4545
"ext-bcmath": "*",
46-
"doctrine/annotations": "^1.12 || ^2.0",
4746
"doctrine/coding-standard": "^14.0",
4847
"doctrine/orm": "^3.2",
4948
"jmikola/geojson": "^1.0",
@@ -57,11 +56,7 @@
5756
"symfony/uid": "^5.4 || ^6.0 || ^7.0 || ^8.0",
5857
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0 || ^8.0"
5958
},
60-
"conflict": {
61-
"doctrine/annotations": "<1.12 || >=3.0"
62-
},
6359
"suggest": {
64-
"doctrine/annotations": "For annotation mapping support",
6560
"ext-bcmath": "Decimal128 type support",
6661
"symfony/var-dumper": "To enable the odm:query command"
6762
},

0 commit comments

Comments
 (0)