-
Notifications
You must be signed in to change notification settings - Fork 95
Add symfony/yaml
6.0.0 support
#134
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
Conversation
need to add combinations with symfony 6 and php versions < 8 to the exclude section. |
Use the version 6.0 in GH Action too
@cebe, GH Actions in our fork looks good: https://github.com/OM4/php-openapi/actions/runs/1639869647 I am happy to update this or my other pull (#123) after you merge one of them. to avoid merge conflict |
Anyone knows when this PR will be merged? 🙏 (I need it for my project in SF 6) Thanks so much. |
I would appreciate if this gets merged, since I can't use it as well because of symfony 6 |
It would be really awesome if this gets merged otherwise I am not able to update few projects of mine to SF6 |
Same here! Waiting to be merged... |
Hi guys, if you need Symfony 6 or PHP 8.1 support right now, we are managing a fork that you can use, which contains changes from #146 and this pull: https://github.com/OM4/php-openapi Just add the following to the {
"repositories": [
{
"type": "package",
"package": {
"name": "cebe/php-openapi",
"version": "1.5.3",
"source": {
"url": "https://github.com/OM4/php-openapi",
"type": "git",
"reference": "428e95d9b0f9f3c8f4a0018cb9690edbc5a3ed6e"
}
}
}
]
} Let me know if you have any problems. |
I'm going with {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/simPod/php-openapi"
}
]
}
|
Unfortunately I'm using another library that has a dependency on this one, so I can't use the forked version instead. |
@garethellis36 with those "repositories" overrides mentioned above you can. |
Thanks for you contribution. Due to merge conflict with master, I applied similar changes in #151, Symfony 6 is now supported in the upcoming release 1.6.0. |
Symfony 6 released on November 29, 2021 .
Also, updated Github Action config to include 6, ans use the latest 5.x version