diff options
Diffstat (limited to 'php-tecnickcom-tc-lib-file/composer.json')
-rw-r--r-- | php-tecnickcom-tc-lib-file/composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-tecnickcom-tc-lib-file/composer.json b/php-tecnickcom-tc-lib-file/composer.json index a81789f..3bc1cc5 100644 --- a/php-tecnickcom-tc-lib-file/composer.json +++ b/php-tecnickcom-tc-lib-file/composer.json @@ -13,7 +13,9 @@ } ], "require": { - "php": ">=5.4" + "php": ">=5.4", + "ext-curl": "*", + "ext-pcre": "*" }, "require-dev": { "apigen/apigen" : "^4.1.2", |