From 84ba22f2875d515e1bb529376f70354e5c7d404c Mon Sep 17 00:00:00 2001 From: brabli <67018167+Brabli@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:56:05 +0100 Subject: [PATCH] Update php version to 8.3 --- Containerfile | 2 +- composer.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d57b734..4799229 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM php:8.1-alpine +FROM php:8.3-alpine WORKDIR /code COPY --from=composer:2 /usr/bin/composer /usr/bin/composer diff --git a/composer.json b/composer.json index 7bea2b5..e04b3bb 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,7 @@ } ], "require": { + "php": "^8.3.0", "symfony/http-client": "^7.1", "symfony/dependency-injection": "^7.1", "symfony/framework-bundle": "^7.1",