Sylius / PluginSkeleton

Skeleton for starting Sylius plugins.
https://sylius.com/plugins/
73 stars 64 forks source link

MockerContainer not found #301

Closed bigboss86 closed 2 years ago

bigboss86 commented 2 years ago

Hi, I have this error when try to install it:

Uncaught Error: Class 'PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer' not found

jakubtobiasz commented 2 years ago

Hi! I've opened the PR fixing this problem #300. You can fix this problem locally e.g. by running composer require polishsymfonycommunity/symfony-mocker-container --dev.

lchrusciel commented 2 years ago

Should be already fixed with https://github.com/Sylius/Sylius/releases/tag/v1.10.7. But #300 will help as well.