I want to add the PUGXMultiUserBundle to my local working copy of Sylius (Windows7).
I add "friendsofsymfony/user-bundle": "2.0.@dev", "pugx/multi-user-bundle": "3.0.@dev" to composer.json and run:
composer update pugx/multi-user-bundle
All I get is a fatal error: Allowed memory exhausted...
Composer is self-updated to last version and php.ini memory limit now reaches 5G.
Any feedback would be appreciated.