From 988cd021fafec26931dfff21416b66bb3708db5b Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 3 Aug 2020 13:21:58 +0200 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 501f0cc..672e051 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A module which enables developers to create virtual controllers in Magento 2", "type": "magento2-module", "license": "MIT", - "version": "2.1.1", + "version": "2.1.2", "authors": [ { "name": "Julian Nuß", @@ -15,8 +15,8 @@ "require": { "php": "~7.1", "ext-dom": "*", - "magento/framework": "~100.0|~101.0|~102.0", - "magento/module-url-rewrite": "~100.0|~101.0|~102.0" + "magento/framework": ">=100.0", + "magento/module-url-rewrite": ">=100.0" }, "require-dev": { "phpunit/phpunit": "~6.2.0",