Skip to content

Commit ae4aecb

Browse files
committed
chore: omit composer.lock from Makefile
1 parent cd112b4 commit ae4aecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test: vendor ## Runs auto-review, unit, and integration tests with phpunit
3131
mkdir -p .build/phpunit
3232
vendor/bin/phpunit --cache-result-file=.build/phpunit/result.cache
3333

34-
vendor: composer.json composer.lock
34+
vendor: composer.json
3535
composer validate --strict
3636
composer install
3737
composer normalize

0 commit comments

Comments
 (0)