mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Update builder
This commit is contained in:
@@ -7,13 +7,11 @@
|
||||
|
||||
use Symfony\Component\Finder\Finder;
|
||||
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
printf('Retrieve vendors ...' . PHP_EOL);
|
||||
|
||||
system('./vendors.php --no-dev');
|
||||
|
||||
system(__DIR__ . '/composer.phar dump-autoload');
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
chdir(__DIR__);
|
||||
|
||||
|
Reference in New Issue
Block a user