Hey, thanks for the project.
I plan to touch it but for the moment, I can't build it.
I build the phar using php build.php.
In the project directory, it's ok, but if I move the builded phar in an installed prestashop, an error occures :
./prestashopConsole.phar
PHP Fatal error: Trait 'Symfony\Component\Console\Command\LockableTrait' not found in phar:///***/prestashopConsole.phar/src/Hhennes/PrestashopConsole/Command/Dev/Clean/CleanCommand.php on line 30```
any idea how to fix it ?
Hey, thanks for the project. I plan to touch it but for the moment, I can't build it.
I build the phar using
php build.php
.In the project directory, it's ok, but if I move the builded phar in an installed prestashop, an error occures :