diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/composer.json b/composer.json index a8cdab5..21f4b32 100644 --- a/composer.json +++ b/composer.json @@ -10,29 +10,22 @@ "issues": "https://github.com/llaville/php-compat-info/issues" }, "require": { - "php": "^5.5|^7.0", + "php": "^7.1.3", "ext-libxml": "*", "ext-pcre": "*", "ext-spl": "*", "ext-json": "*", "ext-pdo": "*", "ext-pdo_sqlite": "*", - "bartlett/php-reflect": "^4.3", - "nikic/php-parser": "^3.1", - "bartlett/php-compatinfo-db": "^1.23|^2.0", + "bartlett/php-reflect": "4.4.x-dev as 4.4.0", + "bartlett/php-compatinfo-db": "^2.0", "psr/log": "^1.0" }, "require-dev": { - "doctrine/cache": "^1.3", "monolog/monolog": "^1.10" }, "suggest": { - "doctrine/cache": "Allow caching results, since bartlett/php-reflect 2.2", - "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", - "bartlett/phpunit-loggertestlistener": "Allow logging unit tests to your favorite PSR-3 logger interface", - "bartlett/umlwriter": "Allow writing UML class diagrams (Graphviz or PlantUML)" + "doctrine/cache": "Allow caching results, since bartlett/php-reflect 2.2" }, "authors": [ { @@ -60,6 +53,12 @@ "Bartlett\\Tests\\CompatInfo\\": "tests/" } }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/llaville/php-reflect" + } + ], "config": { "optimize-autoloader": true } |