From 985ab5559d08dc448cda180e87dbb7812a90d310 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 May 2019 10:30:41 +0200 Subject: sync with Fedora --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 99b7365..939ce99 100644 --- a/composer.json +++ b/composer.json @@ -6,9 +6,12 @@ "homepage": "https://typo3.org/", "keywords": ["php", "phar", "stream-wrapper", "security"], "require": { - "php": "^7.0" + "php": "^7.0", + "ext-fileinfo": "*", + "ext-json": "*" }, "require-dev": { + "ext-xdebug": "*", "phpunit/phpunit": "^6.5" }, "autoload": { -- cgit