mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
Remove installation of php-zip and install composer packages from source
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
- name: Install Composer
|
||||
shell: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer creates=/usr/local/bin/composer
|
||||
|
||||
- name: Increase process timeout
|
||||
shell: composer --global config process-timeout {{ composer.timeout }}
|
||||
|
||||
- name: Install packages
|
||||
shell: cd /vagrant && composer install --optimize-autoloader
|
||||
shell: composer install --optimize-autoloader --prefer-source
|
||||
args:
|
||||
chdir: /vagrant
|
@@ -19,10 +19,6 @@ php:
|
||||
- php7.0-json
|
||||
- php7.0-xml
|
||||
- php7.0-mbstring
|
||||
pecl_packages: [php-zip]
|
||||
|
||||
xdebug:
|
||||
install: '1'
|
||||
|
||||
composer:
|
||||
timeout: '2000'
|
Reference in New Issue
Block a user