{ "name": "bartlett/php-compatinfo", "description": "Find out the minimum version and the extensions required for a piece of code to run", "keywords": ["compatibility", "version"], "type": "library", "license": "BSD-3-Clause", "homepage": "http://php5.laurent-laville.org/compatinfo/", "support": { "source": "https://github.com/llaville/php-compat-info", "issues": "https://github.com/llaville/php-compat-info/issues" }, "require": { "php": "^7.1.3", "ext-libxml": "*", "ext-pcre": "*", "ext-spl": "*", "ext-json": "*", "ext-pdo": "*", "ext-pdo_sqlite": "*", "bartlett/php-reflect": "4.4.x-dev as 4.4.0", "bartlett/php-compatinfo-db": "^2.0", "psr/log": "^1.0" }, "require-dev": { "monolog/monolog": "^1.10" }, "suggest": { "doctrine/cache": "Allow caching results, since bartlett/php-reflect 2.2" }, "authors": [ { "name": "Laurent Laville", "email": "pear@laurent-laville.org", "homepage": "https://github.com/llaville", "role": "Lead" }, { "name": "Remi Collet", "homepage": "https://github.com/remicollet", "role": "Contributor" } ], "bin": [ "bin/phpcompatinfo" ], "autoload": { "psr-4": { "Bartlett\\": "src/Bartlett" } }, "autoload-dev": { "psr-4": { "Bartlett\\Tests\\CompatInfo\\": "tests/" } }, "repositories": [ { "type": "vcs", "url": "https://github.com/llaville/php-reflect" } ], "config": { "optimize-autoloader": true } }