webmozarts / console-parallelization

Enables the parallelization of Symfony Console commands.
MIT License
222 stars 19 forks source link

chore: Remove the ResettableContainerInterface artifcats #216

Closed theofidry closed 1 year ago

theofidry commented 1 year ago

ResettableContainerInterface was a legacy piece from Symfony 4.4 which is no longer needed.

To also clarify the existence of ResetInterface, symfony/service-contracts is made into a direct dependency rather than a transitive one.