Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian authored Aug 3, 2020
1 parent a458f51 commit 988cd02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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ß",
Expand All @@ -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",
Expand Down

0 comments on commit 988cd02

Please sign in to comment.