From 73aa49b7f639d83ebbeb0380c75104ae560f2074 Mon Sep 17 00:00:00 2001 From: Lenny ROUANET Date: Mon, 30 Aug 2021 09:17:40 +0200 Subject: [PATCH] Update config --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26b1a6d..021ad81 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Requirments -PHP >= 7.4 +PHP >= 8.0 ## Install diff --git a/composer.json b/composer.json index 00055fb..677f59e 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^7.4" + "php": "^8.0" }, "autoload": { "psr-4": {