From 12e8b21687f4ef48ecc4d59c98fef3261469e501 Mon Sep 17 00:00:00 2001 From: Gregory Heitz Date: Tue, 11 Feb 2020 08:57:37 +0100 Subject: [PATCH] Bump PHP min version to 7.2 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5635d8..a4ded13 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ scenario. ## Minimum Requirements - Codeception 3.x, 4.x -- PHP 7.x +- PHP 7.2 ## Installation diff --git a/composer.json b/composer.json index 4a58423..cd518a0 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": ">=7.0", + "php": ">=7.2", "codeception/codeception": ">=2.2" }, "require-dev": {