use stable 1.0.x Composer versions

This commit is contained in:
Christian Flothmann 2016-04-23 12:15:56 +02:00
parent c1cb357d3a
commit 10e2dfb4f7
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ before_install:
- if [[ ! $skip && $PHP = 5.* ]]; then pecl install -f memcached-2.1.0; fi
- if [[ ! $skip && $PHP != hhvm ]]; then echo extension = ldap.so >> $INI_FILE; fi
- if [[ ! $skip && $PHP != hhvm ]]; then phpenv config-rm xdebug.ini; fi
- if [[ ! $skip ]]; then composer self-update; fi
- if [[ ! $skip ]]; then composer self-update --stable; fi
- if [[ ! $skip ]]; then cp .composer/* ~/.composer/; composer global install; fi
- if [[ ! $skip ]]; then ./phpunit install; fi
- if [[ ! $skip && $deps ]]; then composer global remove hirak/prestissimo; fi

View File

@ -49,7 +49,7 @@ install:
- IF %PHP%==1 echo extension=php_pdo_sqlite.dll >> php.ini-max
- IF %PHP%==1 echo extension=php_curl.dll >> php.ini-max
- IF %PHP%==1 echo curl.cainfo=c:\php\cacert.pem >> php.ini-max
- appveyor DownloadFile https://getcomposer.org/composer.phar
- IF %PHP%==1 appveyor DownloadFile https://getcomposer.org/download/1.0.2/composer.phar
- copy /Y php.ini-max php.ini
- cd c:\projects\symfony
- mkdir %APPDATA%\Composer