From 0128ab52cffe03203d16154abf0dbd2d1d8bf75e Mon Sep 17 00:00:00 2001 From: Lenny ROUANET Date: Mon, 30 Aug 2021 09:18:31 +0200 Subject: [PATCH] Update config --- README.md | 2 +- composer.json | 2 +- composer.lock | 20 -------------------- 3 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 composer.lock diff --git a/README.md b/README.md index e3b1008..454fb1f 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 b0a5165..43bfbf1 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^7.4" + "php": "^8.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock deleted file mode 100644 index bb31439..0000000 --- a/composer.lock +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "e963624100eb41f8884bca039ac844de", - "packages": [], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": "^7.4" - }, - "platform-dev": [], - "plugin-api-version": "1.1.0" -}