Skip to content

Commit edb0649

Browse files
committed
Fix: Install, do not update dependencies on PHP 5.5
1 parent 7185136 commit edb0649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
name: validate composer.json
7474
command: composer validate
7575
- run:
76-
name: update dependencies # the dependencies in composer.lock don't work with 5.5
77-
command: composer update --no-progress
76+
name: install current dependencies
77+
command: composer install --no-progress
7878
- run:
7979
name: run tests
8080
command: vendor/bin/phpunit --log-junit ~/phpunit/junit.xml --coverage-text tests

0 commit comments

Comments
 (0)