ondrejmirtes / simple-downgrader
Simple Downgrader
Installs: 513 752
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 3
Forks: 2
Open Issues: 2
Requires
- php: ^7.4|^8.0
- nette/utils: ^3.2.5
- nikic/php-parser: ^5.3.0
- phpstan/phpdoc-parser: ^2.0
- symfony/console: ^5.4
- symfony/finder: ^5.4
Requires (Dev)
- php-parallel-lint/php-parallel-lint: ^1.3
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^9.6
README
This tool is aimed at providing phpstan/phpstan-src
with a way to develop with modern PHP 8.2+ features, but downgrade the source code during distribution build to support PHP 7.4+.
No support is provided outside of bugs impacting development and usage of PHPStan.