summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 4bf07e7..66cd03c 100644
--- a/composer.json
+++ b/composer.json
@@ -14,12 +14,13 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues"
},
+ "prefer-stable": true,
"require": {
- "php": "^7.0",
+ "php": "^7.1",
"ext-tokenizer": "*"
},
"require-dev": {
- "phpunit/phpunit": "^6.2.4"
+ "phpunit/phpunit": "^7.0"
},
"config": {
"optimize-autoloader": true,
@@ -32,7 +33,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "2.0-dev"
+ "dev-master": "3.0-dev"
}
}
}