use dump autoloader in all compser scripts

This commit is contained in:
Manuel Raynaud
2013-09-16 16:31:13 +02:00
parent 2309a2e788
commit aa4e0636e8
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ Installation
$ git clone --recursive https://github.com/thelia/thelia.git $ git clone --recursive https://github.com/thelia/thelia.git
$ cd thelia $ cd thelia
$ curl -sS https://getcomposer.org/installer | php $ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install $ php composer.phar install --optimize-autoloader
``` ```
Finish the installation using cli tools : Finish the installation using cli tools :

2
composer.lock generated
View File

@@ -3,7 +3,7 @@
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
], ],
"hash": "28dfdc7a840f9e70df422581f82a871f", "hash": "6db52c20c300000aa218e3be92ef978e",
"packages": [ "packages": [
{ {
"name": "imagine/imagine", "name": "imagine/imagine",

View File

@@ -8,7 +8,7 @@ echo -e "\n\e[01;34m[INFO] Clearing caches\e[00m\n"
php Thelia cache:clear php Thelia cache:clear
echo -e "\n\e[01;34m[INFO] Downloading vendors\e[00m\n" echo -e "\n\e[01;34m[INFO] Downloading vendors\e[00m\n"
composer install --prefer-dist composer install --prefer-dist --optimize-autoloader
cd local/config/ cd local/config/