summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 8 insertions, 1 deletions
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"
+ }
}
}