We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1fd6d commit 52ccedeCopy full SHA for 52ccede
.circleci/config.yml
@@ -89,7 +89,8 @@ jobs:
89
sudo apt-get update &&
90
sudo apt-get install circleci-php-5.5.36 &&
91
php -r "copy('https://getcomposer.org/installer', '/tmp/composer-setup.php');" &&
92
- sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
+ sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --version 1.10.16 --filename=composer
93
+ # Composer 2.0 doesn't work with the older versions of php-cs-fixer that support PHP 5.5
94
- run:
95
name: install Docker
96
command: |
0 commit comments