Skip to content

Commit af155b9

Browse files
Checkin composer.lock
1 parent b84908e commit af155b9

File tree

3 files changed

+4503
-2
lines changed

3 files changed

+4503
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: "cache-composer-${{ hashFiles('composer.json') }}"
2727
restore-keys: 'cache-composer-'
2828
- name: run composer
29-
run: composer update --prefer-lowest --prefer-dist --no-interaction --no-progress
29+
run: composer update --prefer-lowest --prefer-dist --no-interaction --no-progress -W
3030
- run: xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd Brianvarskonst/ruleset.xml
3131
- run: xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd phpcs.Brianvarskonst.xml
3232
- run: xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd phpcs.xml.dist

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Dependencies
22
/vendor/
33
/composer.phar
4-
composer.lock
54

65
# Build & Tests
76
/build/

0 commit comments

Comments
 (0)