We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc9241 commit 7b7664cCopy full SHA for 7b7664c
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
- uses: shivammathur/setup-php@v2
24
with:
25
php-version: ${{ matrix.php-version }}
26
- extensions: none, dom, json, mbstring, xml, xmlwriter
+ extensions: none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter
27
28
- run: composer update
29
0 commit comments