From 171dd96f8b58c2826cef5f3a539d7050cf3cc355 Mon Sep 17 00:00:00 2001 From: Niklas Gutberlet <70433191+InpsydeNiklas@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:53:45 +0200 Subject: [PATCH] Update minimum PHP version to 7.4 in README.md and /docs/README.md (#54) * Update minimum PHP version to 7.4 in README.md Signed-off-by: Niklas Gutberlet <70433191+InpsydeNiklas@users.noreply.github.com> * Update minimum PHP version to 7.4 in /docs/README.md Signed-off-by: Niklas Gutberlet <70433191+InpsydeNiklas@users.noreply.github.com> --------- Signed-off-by: Niklas Gutberlet <70433191+InpsydeNiklas@users.noreply.github.com> --- README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d357e1f..88c4724 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ composer require inpsyde/modularity ## Minimum Requirements and Dependencies -* PHP 7.2+ +* PHP 7.4+ When installed for development via Composer, the package also requires: diff --git a/docs/README.md b/docs/README.md index a5b2bf9..9f88d73 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ composer require inpsyde/modularity ## Minimum Requirements and Dependencies -* PHP 7.2+ +* PHP 7.4+ When installed for development, via Composer, the package also requires: