From 82fb338cce81810d93ec4dc73587f9cd6a14ff2e Mon Sep 17 00:00:00 2001 From: Laurent Muller Date: Tue, 13 Aug 2024 20:11:00 +0200 Subject: [PATCH] Update PHP version in composer.json. --- CHANGELOG.md | 1 + composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f54d1..a88b086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] +- Update PHP version in `composer.json`. - Updated `twig` version to 3.11.0. - Renamed Twig extension service name. - Updated `CHANGELOG.MD` file. diff --git a/composer.json b/composer.json index 0eb8bda..4a1d9c2 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ }, "config": { "platform": { - "php": "8.2.16" + "php": "8.2.19" }, "optimize-autoloader": true, "preferred-install": { diff --git a/composer.lock b/composer.lock index e2970dd..1368bcf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e998cc9bb2535f464d7dcfe535647206", + "content-hash": "13bd517fedb6e9db87ac9bbb88d842e0", "packages": [ { "name": "laminas/laminas-json", @@ -7275,7 +7275,7 @@ }, "platform-dev": [], "platform-overrides": { - "php": "8.2.16" + "php": "8.2.19" }, "plugin-api-version": "2.6.0" }