Skip to content

Commit 718ca02

Browse files
Added remaining missing requirements (#177)
1 parent 0cbac31 commit 718ca02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"require": {
3434
"php": "^5.6 || ^7.0",
35+
"ext-pcre": "*",
3536
"symfony/polyfill-mbstring": "^1.7",
3637
"symfony/process": "^3.4|^4.0|^5.0"
3738
},
@@ -40,6 +41,7 @@
4041
"psr/log": "^1.0"
4142
},
4243
"suggest": {
44+
"ext-fileinfo": "Required to determine the mimetype of a blob",
4345
"psr/log": "Required to use loggers for reporting of execution"
4446
},
4547
"extra": {

0 commit comments

Comments
 (0)