-
Notifications
You must be signed in to change notification settings - Fork 10
/
vendor.sh
executable file
·21 lines (21 loc) · 1.01 KB
/
vendor.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
rm -rf vendor
mkdir vendor
cd vendor
wget http://silex.sensiolabs.org/get/silex.phar
mkdir -p DMS/Filter
git clone https://github.com/rdohms/dms-filter.git DMS/Filter
mkdir doctrine
git clone https://github.com/doctrine/common.git doctrine/common
git clone https://github.com/doctrine/dbal.git doctrine/dbal
git clone https://github.com/doctrine/doctrine2.git doctrine/orm
mkdir -p Symfony/Component
git clone https://github.com/symfony/ClassLoader.git Symfony/Component/Classloader
git clone https://github.com/symfony/Validator.git Symfony/Component/Validator
git clone https://github.com/symfony/Console.git Symfony/Component/Console
git clone https://github.com/Seldaek/monolog monolog
mkdir JMS
git clone git://github.com/schmittjoh/JMSSerializerBundle.git JMS/SerializerBundle
git clone http://github.com/schmittjoh/metadata.git Metadata
mkdir Coderockr
wget https://raw.github.com/gist/2585353/f33fd03de60775db38a4a229fb82a140e75e78e8/Coderockr_Image.php -O Coderockr/Image.php
git clone https://github.com/Sybio/ImageWorkshop.git