Skip to content

Commit 055c80c

Browse files
committed
fix CI composer scripts
1 parent b6bd02a commit 055c80c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
php-version: ${{ matrix.php }}
2525
extensions: dom, curl, libxml, mbstring, zip
26+
tools: composer:v2
2627

2728
- uses: actions/cache@v2
2829
with:

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"@composer validate --strict --ansi --no-interaction --quiet",
5757
"@composer normalize --ansi --no-interaction --quiet",
5858
"@composer thanks --ansi --no-interaction --quiet"
59-
]
59+
],
60+
"normalize": "echo 'composer global require ergebnis/composer-normalize'",
61+
"thanks": "echo 'composer global require symfony/thanks'"
6062
}
6163
}

0 commit comments

Comments
 (0)