Skip to content

Commit

Permalink
deps: Move to devizzent/cebe-php-openapi.
Browse files Browse the repository at this point in the history
We need an up to date OpenAPI parser that is able to work with v3.1 specs.

Work on #25
  • Loading branch information
shulard committed Jun 12, 2024
1 parent 00e9832 commit c667c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
"require": {
"php": "^8.1.0",
"league/openapi-psr7-validator": "^0.17|^0.18",
"cebe/php-openapi": "^1.7",
"league/openapi-psr7-validator": "0.*",
"devizzent/cebe-php-openapi": "^1.0",
"psr/http-message": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
Expand Down

0 comments on commit c667c29

Please sign in to comment.