Skip to content

Commit a547c64

Browse files
authored
Update config.yml
1 parent 26fd456 commit a547c64

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
@@ -35,9 +35,9 @@ jobs:
3535
# fallback to using the latest cache if no exact match is found
3636
- v1-dependencies-
3737

38-
- run: composer install
38+
- run: composer install -n --prefer-dist
3939
- run: composer require --dev phpunit/phpunit
40-
40+
4141
- save_cache:
4242
key: v1-dependencies-{{ checksum "composer.json" }}
4343
paths:

0 commit comments

Comments
 (0)