Skip to content

Commit 6449099

Browse files
authored
chore(openapi): remove comparator conflict (#6577)
1 parent 86213eb commit 6449099

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/OpenApi/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"symfony/phpunit-bridge": "^6.4 || ^7.0",
4141
"api-platform/doctrine-common": "^3.4 || ^4.0",
4242
"api-platform/doctrine-orm": "^3.4 || ^4.0",
43-
"api-platform/doctrine-odm": "^3.4 || ^4.0",
44-
"sebastian/comparator": "<5.0"
43+
"api-platform/doctrine-odm": "^3.4 || ^4.0"
4544
},
4645
"autoload": {
4746
"psr-4": {
@@ -51,9 +50,6 @@
5150
"/Tests/"
5251
]
5352
},
54-
"conflict": {
55-
"sebastian/comparator": ">=5.0"
56-
},
5753
"config": {
5854
"preferred-install": {
5955
"*": "dist"

0 commit comments

Comments
 (0)