bartlett / php-compatinfo
Find out the minimum version and the extensions required for a piece of code to run
Installs: 96 442
Dependents: 6
Suggesters: 0
Security: 0
Stars: 372
Watchers: 16
Forks: 20
Open Issues: 5
Requires
- php: ~8.0 || ~8.1 || ~8.2 || ~8.3
- composer-runtime-api: ^2.1
- ext-json: *
- ext-pcre: *
- ext-spl: *
- bartlett/php-compatinfo-db: ^5.12 || ^6.4.2
- bartlett/sarif-php-sdk: ^1.0
- doctrine/collections: ^1.4
- nikic/php-parser: ^5.0
- psr/log: ^3.0
- ramsey/uuid: ^3.9 || ^4.0
- symfony/config: ^5.4 || ^6.0 || ^7.0
- symfony/console: ^5.4 || ^6.0 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.0 || ^7.0
- symfony/event-dispatcher: ^5.4 || ^6.0 || ^7.0
- symfony/finder: ^5.4 || ^6.0 || ^7.0
- symfony/serializer: ^5.4 || ^6.0 || ^7.0
- symfony/stopwatch: ^5.4 || ^6.0 || ^7.0
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.8
- symfony/framework-bundle: ^5.4 || ^6.0 || ^7.0
- 7.2.x-dev
- 7.1.x-dev
- dev-master / 7.1.x-dev
- 7.1.4
- 7.1.3
- 7.1.2
- 7.1.1
- 7.1.0
- 7.0.x-dev
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.5.x-dev
- 6.5.5
- 6.5.4
- 6.5.3
- 6.5.2
- 6.5.1
- 6.5.0
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.0
- 6.2.0
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.5.x-dev
- 5.5.6
- 5.5.5
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.4.4
- 5.4.3
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.0
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.0
- 5.0.12
- 5.0.11
- 5.0.10
- 5.0.9
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.5.2
- 4.5.1
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 4.0.0-RC2
- 4.0.0-RC1
- 4.0.0-beta3
- 4.0.0-beta2
- 4.0.0-beta1
- 4.0.0-alpha3
- 4.0.0-alpha2
- 3.7.4
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.1
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 3.0.0RC2
- 3.0.0RC1
- 2.26.0
- 2.25.0
- 2.24.0
This package is auto-updated.
Last update: 2024-11-07 14:16:23 UTC
README
PHP CompatInfo
PHP CompatInfo is a library that can find the minimum version and the extensions required for a piece of code to run.
Running on PHP greater or equal than 7.2 for parsing source code in a format PHP 5.2 to PHP 8.3
Versions
Documentation
All the documentation is available on website, generated from the docs folder.
Contributors
- Laurent Laville (Lead Dev)
- Thanks to Nikita Popov who wrote a marvellous PHP Parser.
- Thanks also to Remi Collet, a contributor of first hours.
- Credits to Davey Shafik. He introduced his proposal in 2004, that gave birth of a PEAR package named PHP_CompatInfo.