nelmio / NelmioCorsBundle

Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
https://symfony.com/bundles/NelmioCorsBundle/
MIT License
1.89k stars 108 forks source link

feat: allow symfony 7, drop support for symfony 4 #192

Closed Chris53897 closed 10 months ago

Chris53897 commented 11 months ago

https://github.com/nelmio/NelmioCorsBundle/issues/191

You can test is locally with adding these lines to composer.json. But i am pretty sure i do not need mention this to the maintainer ;)

`"minimum-stability": "beta",
"prefer-stable": false`
nexik commented 10 months ago

symfony 7 has been released, and this is blocking us from upgrading the project to symfony 7 😄

Chris53897 commented 10 months ago

@Seldaek If you have some free time, it would be great if you can have a look.

Seldaek commented 10 months ago

Thanks, sorry for the delay on this