symfony-cmf / routing-bundle

Symfony bundle to provide the CMF chain router to handle multiple routers, and the dynamic router to load routes from a database or other sources.
160 stars 78 forks source link

PHP 8.0 compatibility #456

Closed ausi closed 3 years ago

ausi commented 3 years ago

Are there any plans for adding compatibilty with PHP 8.0?

Would you like me to create a pull request for this?

dbu commented 3 years ago

hi, i'd appreciate help, yes. i started with updating some of the dependencies. we need to run tests with phpcr-odm which is upadting in https://github.com/doctrine/phpcr-odm/pull/817 but that is blocked by https://github.com/jackalope/jackalope-doctrine-dbal/pull/373 which is a bit more effort... if you have time to look into the doctrine-dbal upgrades that would be awesome (but i am aware that this is more involved than "just" allowing php 8 ;-) )

blankse commented 3 years ago

I see the issue too late :) I created an PR, but yes is blocked by jackalope/jackalope-doctrine-dbal

ausi commented 3 years ago

Closed in favor of #457