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 0d2c452 commit 7a64679Copy full SHA for 7a64679
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: shivammathur/setup-php@1.7.0
16
with:
17
php-version: ${{ matrix.php-versions }}
18
- extensions: mbstring
+ extensions: mbstring, dom
19
20
- name: Validate composer.json and composer.lock
21
run: composer validate
0 commit comments