Skip to content

Commit

Permalink
composer.json: bump PHP requirement to 8.1
Browse files Browse the repository at this point in the history
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
hemberger committed May 3, 2022
1 parent 7b09ec0 commit 37d3567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"google/recaptcha": "1.2.4",
"league/oauth2-facebook": "2.2.0",
"league/oauth2-google": "4.0.0",
"php": "^8.0",
"php": "^8.1",
"php-di/php-di": "6.4.0",
"phpmailer/phpmailer": "6.6.0",
"team-reflex/discord-php": "7.0.9",
Expand Down

0 comments on commit 37d3567

Please sign in to comment.