diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 6a39b82..76baccf 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ } ], "require": { - "php": ">=5.4.0", + "php": ">=5.5", "ext-libxml": "*", "ext-pcre": "*", "ext-spl": "*", "ext-json": "*", "ext-pdo_sqlite": "*", - "bartlett/php-reflect": "^4.0", + "bartlett/php-reflect": "^4.2", "bartlett/php-compatinfo-db": "^1.23" }, "require-dev": { @@ -68,5 +68,11 @@ "psr-4": { "Bartlett\\Tests\\CompatInfo\\": "tests/" } + }, + "config": { + "platform": { + "php": "5.5.0" + }, + "optimize-autoloader": true } } |