Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PHP requirement in Phar manifest (#1650)
composer.json states `^7.3 || ^7.4 || ^8.0` as PHP version requirement, so the Phar is supposed to be compatible with PHP 8.0 as well. Since `^7.3` implies compatibility with PHP 7.4, we don't add it explicitly here.
- Loading branch information