-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag a new release #418
Comments
Hey, There's a problem with the Symfony 7 support because of the As you can see below, the latest version supports I checked the repository and if you take a look at this issue it seems that things are moving a bit slowly lately. I created two issues there (200 and 201) and the PR to fix them. We might need to consider an alternative if nothing happens and the package stays outdated. |
Maybe we could start thinking about switching the library? From what I see https://packagist.org/packages/devizzent/cebe-php-openapi is having pretty active development. |
As everybody (including me) seems to have that problem: Could we please have some proposal of the solution? Thanks in advance. |
Maybe could we switch to this fork? https://github.com/DEVizzent/cebe-php-openapi |
@dunglas This is the one I currently forked, because of @SpartakusMd recommendation, to be able to use as a drop-in replacement (as this only works, when the repo uses the same For later readers and those, who are not that familiar with Composer: # (1) Fork https://github.com/DEVizzent/cebe-php-openapi
# (2) Change name back to `cebe/php-openapi`
# (3) Switch repo and use add alias
{
// …
"cebe/php-openapi": "dev-master as 1.7.x-dev",
// …
"repositories": [
{
"type": "vcs",
"url": "https://github.com/<$NAME>/php-openapi.git"
}
]
// …
} |
#425 how's that? I don't have much time to check why php 8.3 has a failure if anyone is willing to take a look thanks! |
Will try to find some time during the weekend and check. Thanks for jumping in @soyuka . |
I prepared the necessary changes in #426. Not sure what to do with the OpenApi 3.1 where the type may be a list of types. Added a TODO for the moment. |
Hey,
since Symfony 7 support is now merged in, could you maybe tag a new release with that?
Thanks!
The text was updated successfully, but these errors were encountered: