winzou / StateMachineBundle

MIT License
337 stars 43 forks source link

use psr container interface instead of symfony container interface #63

Closed kswzr closed 2 years ago

kswzr commented 2 years ago

Replacing symfony container interface against psr interface to remove deprecations.

Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated.

winzou commented 2 years ago

Thanks!

Shall we also update the requirement of symfony/framework-bundle in the composer.json?

kswzr commented 2 years ago

Would do this in a seperate PR and upgrade then to framework-bundle:^6.0 (which requires php: >=8.0.2) and declare it as a new major release :)