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 69e7340 commit 92a634cCopy full SHA for 92a634c
.circleci/config.yml
@@ -14,6 +14,9 @@ workflows:
14
php-docker-template: &php-docker-template
15
steps:
16
- checkout
17
+ - run:
18
+ name: validate composer.json
19
+ command: composer validate
20
- run:
21
name: install current dependencies
22
command: composer install --no-progress
@@ -66,6 +69,9 @@ jobs:
66
69
php -r "copy('https://getcomposer.org/installer', '/tmp/composer-setup.php');" &&
67
70
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
68
71
72
73
74
75
76
name: update dependencies # the dependencies in composer.lock don't work with 5.5
77
command: composer update --no-progress
0 commit comments