Skip to content

Commit 8b0add9

Browse files
authored
chore: ignore composer.lock (#87)
1 parent 7be1ea4 commit 8b0add9

4 files changed

Lines changed: 3 additions & 10593 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
extensions: mbstring, mysql, xml, xsl, zip, curl, bcmath, intl, bz2
2323

2424
- name: Install composer dependencies
25-
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
25+
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
2626

2727
- name: Test PHP code
2828
run: composer test-with-coverage

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
extensions: mbstring, mysql, xml, xsl, zip, curl, bcmath, intl, bz2
2929

3030
- name: Install composer dependencies
31-
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
31+
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
3232

3333
- name: Validate PHP code
3434
run: composer verify

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.cache
33
build/logs/clover.xml
44
.DS_Store
5+
composer.lock

0 commit comments

Comments
 (0)