Skip to content

Commit 304951a

Browse files
authored
fix(openapi): sebastian/comparator as dev require (#6187)
1 parent 7694219 commit 304951a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/OpenApi/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"api-platform/state": "*@dev || ^3.1",
3434
"symfony/console": "^6.4 || ^7.0",
3535
"symfony/property-access": "^6.4 || ^7.0",
36-
"symfony/serializer": "^6.4 || ^7.0",
37-
"sebastian/comparator": "<5.0"
36+
"symfony/serializer": "^6.4 || ^7.0"
3837
},
3938
"require-dev": {
4039
"phpspec/prophecy-phpunit": "^2.0",
4140
"symfony/phpunit-bridge": "^6.4 || ^7.0",
4241
"api-platform/doctrine-common": "*@dev || ^3.2",
4342
"api-platform/doctrine-orm": "*@dev || ^3.2",
44-
"api-platform/doctrine-odm": "*@dev || ^3.2"
43+
"api-platform/doctrine-odm": "*@dev || ^3.2",
44+
"sebastian/comparator": "<5.0"
4545
},
4646
"autoload": {
4747
"psr-4": {

0 commit comments

Comments
 (0)