{ "name": "bartlett/php-compatinfo-db", "description": "Reference Database to be used with php-compatinfo library", "keywords": ["compatibility", "database", "reference"], "type": "library", "license": "BSD-3-Clause", "homepage": "http://php5.laurent-laville.org/compatinfo/", "support": { "source": "https://github.com/llaville/php-compatinfo-db", "issues": "https://github.com/llaville/php-compatinfo-db/issues" }, "require": { "php": "^7.1", "composer/semver": "^1.0|^2.0|^3.0", "ext-curl": "*", "ext-intl": "*", "ext-libxml": "*", "ext-openssl": "*", "ext-pcre": "*", "ext-spl": "*", "ext-json": "*", "ext-pdo_sqlite": "*", "symfony/console": "^4.4|^5.0", "composer/package-versions-deprecated": "^1.8", "league/tactician": "^1.0", "laminas/laminas-diagnostics": "^1.3" }, "require-dev": { "phpunit/php-timer": "^2.0" }, "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" } ], "autoload": { "psr-4": { "Bartlett\\CompatInfoDb\\": "src/" } }, "autoload-dev": { "psr-4": { "Bartlett\\Tests\\CompatInfoDb\\": "tests/" } } }