Skip to content

Commit dc9f432

Browse files
committed
Declare all dependencies with the help of composer-require-checker
1 parent b4a187b commit dc9f432

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,18 @@
3434
},
3535
"require": {
3636
"php": "^5.6|^7.0",
37-
"ext-mbstring": "*",
37+
"ext-ctype": "*",
38+
"ext-dom": "*",
39+
"ext-gd": "*",
3840
"ext-iconv": "*",
41+
"ext-libxml": "*",
42+
"ext-mbstring": "*",
43+
"ext-SimpleXML": "*",
3944
"ext-xml": "*",
45+
"ext-xmlreader": "*",
4046
"ext-xmlwriter": "*",
4147
"ext-zip": "*",
48+
"ext-zlib": "*",
4249
"psr/simple-cache": "^1.0"
4350
},
4451
"require-dev": {

composer.lock

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)