nenes25 / prestashop_console

Prestashop Console Tools
Open Software License 3.0
49 stars 15 forks source link

how to build the phar ? #9

Closed SebSept closed 6 years ago

SebSept commented 6 years ago

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 ?