From f7309bd9b9fd91e36787a513a0f40605ea3aaf1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sz=C3=A1nt=C3=B3=20Zolt=C3=A1n?= Date: Sun, 10 Oct 2021 18:32:41 +0300 Subject: [PATCH 1/2] Add minimum php version number --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ca7f967..5c63b17 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,9 @@ "email": "michael@laracademy.co" } ], - "require": {}, + "require": { + "php": ">=7.4" + }, "minimum-stability": "dev", "autoload": { "psr-4": { From 183c3ae9103b7500ba79d72e980460daf1198ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sz=C3=A1nt=C3=B3=20Zolt=C3=A1n?= Date: Mon, 11 Oct 2021 16:57:42 +0300 Subject: [PATCH 2/2] Update minimum PHP version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46d3b06..dbd1b7f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Requirements -1. PHP 5.6+ +1. PHP 7.4+ 2. Laravel 6.* 3. MySQL *