summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 73916d8..ad5cdef 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=5.5",
"ext-tokenizer": "*",
"ext-pcre": "*",
"ext-phar": "*",
@@ -26,7 +26,7 @@
"ext-reflection": "*",
"sebastian/version": "^1.0|^2.0",
"nikic/php-parser": "^2.1",
- "doctrine/collections": ">=1.2 <1.5",
+ "doctrine/collections": "^1.2",
"symfony/event-dispatcher": "^2.5|^3.0",
"symfony/finder": "^2.5|^3.0",
"symfony/console": "^2.5|^3.0",
@@ -74,5 +74,11 @@
"psr-4": {
"Bartlett\\Tests\\Reflect\\": "tests/"
}
+ },
+ "config": {
+ "platform": {
+ "php": "5.5.0"
+ },
+ "optimize-autoloader": true
}
}