Skip to content

Commit f76f37f

Browse files
committed
Add options to composer in tests
1 parent 1f36691 commit f76f37f

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
@@ -6,8 +6,8 @@ jobs:
66
steps:
77
- run: sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
88
- checkout
9-
- run: composer validate
10-
- run: composer install
9+
- run: composer validate --strict
10+
- run: composer install --no-interaction --no-suggest
1111
- run: vendor/bin/phpstan analyze
1212
workflows:
1313
version: 2

0 commit comments

Comments
 (0)