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 7185136 commit edb0649Copy full SHA for edb0649
.circleci/config.yml
@@ -73,8 +73,8 @@ jobs:
73
name: validate composer.json
74
command: composer validate
75
- run:
76
- name: update dependencies # the dependencies in composer.lock don't work with 5.5
77
- command: composer update --no-progress
+ name: install current dependencies
+ command: composer install --no-progress
78
79
name: run tests
80
command: vendor/bin/phpunit --log-junit ~/phpunit/junit.xml --coverage-text tests
0 commit comments