Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
composer.json: bump PHP requirement to 8.1
We have been using PHP 8.1 since #1176 (and implicitly requiring it since #1184), but I forgot to bump the Composer requirement. I discovered this coincidentally when Dependabot was failing to update `overtrue/phplint` beyond v4.1.0. While investigating, I remembered seeing that their v5.0.0 release had a PHP 8.1 requirement, which made Dependabot think it was incompatible with our project due to the (incorrect) 8.0+ requirement.
- Loading branch information