Add symfony/yaml 6.0.0 support - #134
Conversation
cebe
commented
Dec 21, 2021
need to add combinations with symfony 6 and php versions < 8 to the exclude section. |
simPod
commented
Dec 29, 2021
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 |
racastellanosm
commented
Jan 17, 2022
Anyone knows when this PR will be merged? 🙏 (I need it for my project in SF 6) Thanks so much. |
bambamboole
commented
Jan 21, 2022
I would appreciate if this gets merged, since I can't use it as well because of symfony 6 |
geekishmatt
commented
Jan 23, 2022
It would be really awesome if this gets merged otherwise I am not able to update few projects of mine to SF6 |
victormln
commented
Jan 23, 2022
Same here! Waiting to be merged... |
the-csaba
commented
Jan 23, 2022
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. |
simPod
commented
Jan 31, 2022
I'm going with {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/simPod/php-openapi"
}
]
}
|
garethellis36
commented
Feb 8, 2022
Unfortunately I'm using another library that has a dependency on this one, so I can't use the forked version instead. |
simPod
commented
Feb 8, 2022
@garethellis36 with those "repositories" overrides mentioned above you can. |
cebe
commented
Feb 9, 2022
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