Skip to content

Commit

Permalink
Loosening composer requirement and bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pdohogne-magento committed Apr 30, 2021
1 parent 7a171ec commit 27b97b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Magento/ComposerRootUpdatePlugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "magento/composer-root-update-plugin",
"type": "composer-plugin",
"description": "Plugin to look ahead for Magento project root changes when running composer update for new Magento versions",
"version": "1.1.1",
"version": "1.1.2",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"composer/composer": "<=1.10.20 || >=2.0.0 <=2.0.11",
"composer/composer": "<=1.11 || >=2.0.0 <=2.1",
"composer-plugin-api": "^1.0 || ^2.0"
},
"suggest": {
Expand Down

0 comments on commit 27b97b5

Please sign in to comment.