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 0cbac31 commit 718ca02Copy full SHA for 718ca02
1 file changed
composer.json
@@ -32,6 +32,7 @@
32
},
33
"require": {
34
"php": "^5.6 || ^7.0",
35
+ "ext-pcre": "*",
36
"symfony/polyfill-mbstring": "^1.7",
37
"symfony/process": "^3.4|^4.0|^5.0"
38
@@ -40,6 +41,7 @@
40
41
"psr/log": "^1.0"
42
43
"suggest": {
44
+ "ext-fileinfo": "Required to determine the mimetype of a blob",
45
"psr/log": "Required to use loggers for reporting of execution"
46
47
"extra": {
0 commit comments