You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I've purged any deprecated packages from my own bundles, but I keep getting this error when clearing the cache:
bin/console c:c -vvv
In DefinitionErrorExceptionPass.php line 51:
[Symfony\Component\DependencyInjection\Exception\RuntimeException]
Invalid service "Symfony\Component\Console\Style\SymfonyStyle": class "Symplify\PackageBuilder\Console\Style\SymfonyStyleFactory" does not exist.
The text was updated successfully, but these errors were encountered:
I'm working on a year-end project to bump my packages to the latest versions, and heavily rely on monorepo-builder to do so.
It looks like there's a dependency on the deprecated package-builder
https://github.com/symplify/monorepo-builder/blob/main/composer.json#L16
Also, can you support nette/utils ^4 as well?
I think I've purged any deprecated packages from my own bundles, but I keep getting this error when clearing the cache:
The text was updated successfully, but these errors were encountered: