From 8e7e8273b6aa9e13c8b4ba237b4a74c1eec277b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Almeida?= <61455658+raulalmeidatarazona@users.noreply.github.com> Date: Wed, 24 Nov 2021 15:26:39 +0100 Subject: [PATCH] update php 8 --- Dockerfile | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 112cfc0..ad262b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4-cli-alpine3.11 +FROM php:8.0-cli-alpine3.14 RUN apk update && \ apk add --no-cache \ diff --git a/composer.json b/composer.json index 0299190..9d7722d 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } }, "require": { - "php": "^7.4", + "php": "^7.4|^8.0", "symfony/http-kernel": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0" },