diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/composer.json b/composer.json index 76baccf..5277e8f 100644 --- a/composer.json +++ b/composer.json @@ -9,34 +9,24 @@ "source": "https://github.com/llaville/php-compat-info", "issues": "https://github.com/llaville/php-compat-info/issues" }, - "repositories": [ - { - "type": "pear", - "url": "https://pear.php.net" - } - ], "require": { - "php": ">=5.5", + "php": "^5.5|^7.0", "ext-libxml": "*", "ext-pcre": "*", "ext-spl": "*", "ext-json": "*", "ext-pdo_sqlite": "*", - "bartlett/php-reflect": "^4.2", - "bartlett/php-compatinfo-db": "^1.23" + "bartlett/php-reflect": "^4.3", + "nikic/php-parser": "^3.1", + "bartlett/php-compatinfo-db": "^1.23", + "psr/log": "^1.0" }, "require-dev": { "doctrine/cache": "^1.3", - "psr/log": "^1.0", - "monolog/monolog": "^1.10", - "bartlett/monolog-callbackfilterhandler": "^1.0", - "bartlett/monolog-growlhandler": "^1.0", - "bartlett/phpunit-loggertestlistener": "^1.5", - "bartlett/umlwriter": "^1.0" + "monolog/monolog": "^1.10" }, "suggest": { "doctrine/cache": "Allow caching results, since bartlett/php-reflect 2.2", - "psr/log": "Allow logging events with the LogPlugin", "monolog/monolog": "Allow logging events with the LogPlugin", "bartlett/monolog-callbackfilterhandler": "Advanced filtering strategies for Monolog", "bartlett/monolog-growlhandler": "Sends notifications to Growl for Monolog", @@ -70,9 +60,6 @@ } }, "config": { - "platform": { - "php": "5.5.0" - }, "optimize-autoloader": true } } |