summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index febdd23..a00c3e1 100644
--- a/composer.json
+++ b/composer.json
@@ -6,10 +6,10 @@
"license": "MIT",
"keywords": ["PHPUnit", "Extension", "FileSystem"],
"require": {
- "php": "^5.3.6 || ^7.0"
+ "php": "^7.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.4.3"
+ "phpunit/phpunit": "^6.0"
},
"autoload": {
"psr-4": {
@@ -20,6 +20,11 @@
"optimize-autoloader": true,
"sort-packages": true
},
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0-dev"
+ }
+ },
"suggest": {
"ext-dom": "When testing with xml.",
"ext-libxml": "When testing with xml.",