{ "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": "https://github.com/llaville/php-compatinfo", "support": { "source": "https://github.com/llaville/php-compatinfo", "issues": "https://github.com/llaville/php-compatinfo/issues" }, "require": { "php": "^8.0", "ext-json": "*", "ext-pcre": "*", "ext-spl": "*", "bartlett/php-compatinfo-db": "^5.0", "bartlett/sarif-php-sdk": "^1.0", "composer-runtime-api": "^2.1", "doctrine/collections": "^1.4", "nikic/php-parser": "^4.10", "psr/log": "^3.0", "ramsey/uuid": "^3.9 || ^4.0", "symfony/config": "^5.4 || ^6.0", "symfony/console": "^5.4 || ^6.0", "symfony/event-dispatcher": "^5.4 || ^6.0", "symfony/finder": "^5.4 || ^6.0", "symfony/dependency-injection": "^5.4 || ^6.0", "symfony/serializer": "^5.4 || ^6.0", "symfony/stopwatch": "^5.4 || ^6.0" }, "require-dev": { "bartlett/graph-uml": "^1.2", "symfony/framework-bundle": "^5.4 || ^6.0" }, "authors": [ { "name": "Laurent Laville", "homepage": "https://github.com/llaville", "role": "Lead" }, { "name": "Remi Collet", "homepage": "https://github.com/remicollet", "role": "Contributor" } ], "bin": [ "bin/phpcompatinfo" ], "autoload": { "psr-4": { "Bartlett\\CompatInfo\\": "src/" } }, "autoload-dev": { "psr-4": { "Bartlett\\CompatInfo\\Tests\\": "tests/" } }, "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true, "optimize-autoloader": true, "allow-plugins": { "cweagans/composer-patches": true } }, "extra": { "enable-patching": true, "branch-alias": { "dev-master": "7.0.x-dev" } } }