From 6e65b6d3fe4bd580119c98598f66d76372f67e8d Mon Sep 17 00:00:00 2001 From: Hans Nieser Date: Wed, 20 Mar 2024 14:16:14 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 851e026..5247690 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Blanks out the classic Magento 2 frontend, without affecting APIs that are imple ## Installation ```sh -composer install reach-digital/magento2-blank-classic-frontend +composer require reach-digital/magento2-blank-classic-frontend ``` ## Configuration From 674f1692ca8fad1534c725edecddd546846040e5 Mon Sep 17 00:00:00 2001 From: Hans Nieser Date: Wed, 20 Mar 2024 14:16:41 +0100 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 67a3fc2..72ba3be 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "reach-digital/magento2-blank-classic-frontend", "description": "", "require": { - "php": "~8.1.0", + "php": "^8.1.0", "magento/product-community-edition": "^2.4" }, "type": "magento2-module",