From 44212fecd55036d8864cb3fccf8602302c5cd808 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jun 2019 11:58:49 +0200 Subject: v3.1.2 from Fedora --- composer.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 939ce99..6c1b61d 100644 --- a/composer.json +++ b/composer.json @@ -7,13 +7,15 @@ "keywords": ["php", "phar", "stream-wrapper", "security"], "require": { "php": "^7.0", - "ext-fileinfo": "*", "ext-json": "*" }, "require-dev": { "ext-xdebug": "*", "phpunit/phpunit": "^6.5" }, + "suggest": { + "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + }, "autoload": { "psr-4": { "TYPO3\\PharStreamWrapper\\": "src/" @@ -23,5 +25,10 @@ "psr-4": { "TYPO3\\PharStreamWrapper\\Tests\\": "tests/" } + }, + "extra": { + "branch-alias": { + "dev-master": "v3.x-dev" + } } } -- cgit