Skip to content

Commit be6041c

Browse files
authored
Exclude cebe/php-openapi versions affected by cebe/php-openapi#97 (#26)
1 parent 9e96a96 commit be6041c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"ext-intl": "*",
1616
"ext-json": "*",
17-
"cebe/php-openapi": "1.4.*",
17+
"cebe/php-openapi": "^1.4",
1818
"doctrine/persistence": "^2.0",
1919
"fig/http-message-util": "^1.0",
2020
"free-elephants/i18n": "^0.0.1",
@@ -37,6 +37,9 @@
3737
"nyholm/psr7": "^1.2",
3838
"phpunit/phpunit": "^9.0"
3939
},
40+
"conflict": {
41+
"cebe/php-openapi": "1.5.0 || 1.5.1"
42+
},
4043
"suggest": {
4144
"doctrine/orm": "^2.7",
4245
"free-elephants/di": "*",

0 commit comments

Comments
 (0)