Skip to content

Commit 3bf1d9d

Browse files
committed
Require mbstring
1 parent 1e00185 commit 3bf1d9d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: shivammathur/setup-php@v2
7676
with:
7777
php-version: ${{ matrix.php }}
78-
extensions: gd, xml, zip
78+
extensions: dom, gd, mbstring, xml, zip
7979
coverage: ${{ (matrix.php == '7.3') && 'xdebug' || 'none' }}
8080

8181
- uses: actions/checkout@v2

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@
109109
"php": "^7.1|^8.0",
110110
"ext-dom": "*",
111111
"ext-gd": "*",
112-
"ext-zip": "*",
112+
"ext-mbstring": "*",
113113
"ext-xml": "*",
114+
"ext-zip": "*",
114115
"phpoffice/math": "^0.3"
115116
},
116117
"require-dev": {

0 commit comments

Comments
 (0)