Skip to content

Commit

Permalink
fix compatibility with symfony 7 (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrik Foldes <pf@csgo.com>
  • Loading branch information
sspat and Patrik Foldes authored Jun 10, 2024
1 parent 5511ee6 commit ca7388b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@
"email": "dk@csgo.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/onmoon/php-openapi"
}
],
"require": {
"php": "^8.1",
"ext-json": "*",
"cebe/php-openapi": "^1.7",
"cebe/php-openapi": "dev-support-for-symfony-7",
"league/openapi-psr7-validator": "^0.22.0",
"lukasoppermann/http-status": "^4.0",
"nikic/php-parser": "^4.19",
Expand Down

0 comments on commit ca7388b

Please sign in to comment.