PHP-DI / Slim-Bridge

PHP-DI integration with the Slim framework
http://php-di.org/doc/frameworks/slim.html
MIT License
176 stars 38 forks source link

PHP 8 update isn't working, see details... #68

Closed kgrosvenor closed 3 years ago

kgrosvenor commented 3 years ago

I'm getting the error mentioned here: https://github.com/PHP-DI/PHP-DI/issues/727

Is there any chance we could provide a package update to php di 6.3.0?

kgrosvenor commented 3 years ago

Deprecated: Method ReflectionParameter::getClass() is deprecated in /var/www/html/vendor/php-di/php-di/src/Definition/Source/ReflectionBasedAutowiring.php on line 65

mnapoli commented 3 years ago

Have you tried upgrading your dependencies?

kgrosvenor commented 3 years ago

Apologies, yep that was it - damn lockfile! Thank you! @mnapoli