diff --git a/CHANGELOG.md b/CHANGELOG.md index 177ab7d..81681b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.4.3: 2024-05-02 + +* Bump composer.json PHP from 8.2 to 8.3 + ### 2.4.2: 2024-04-19 * Re-add missing wpackagist-plugin/query-monitor back to require-dev diff --git a/composer.json b/composer.json index aca290d..67a9a71 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ } ], "require": { - "php": ">=8.2", + "php": ">=8.3", "composer/installers": "^1.10.0", "wp-cli/wp-cli-bundle": "*", "vlucas/phpdotenv": "^5.3",