From 3dd11d747d9412c3c967fc24a64d6423b33d5b40 Mon Sep 17 00:00:00 2001 From: Julien Hochgenug Date: Thu, 30 Jul 2020 11:33:52 +0200 Subject: [PATCH] Remove the restriction on the Magento version in order to upgrade the framework --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc4801a..1019704 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Magento - PageCache Bypass ========================== -![Magento version](https://img.shields.io/badge/Magento-2.3.x-orange?style=for-the-badge) +![Magento version](https://img.shields.io/badge/Magento->=%202.3.x-orange?style=for-the-badge) ![MIT License](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge) ![Made by Emakina](https://img.shields.io/badge/Made%20by-EMAKINA-black?style=for-the-badge) diff --git a/composer.json b/composer.json index 3d45992..22d363b 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "magento/framework": "^102.0", + "magento/framework": "*", "magento/magento-composer-installer": "*" }, "require-dev": {