Skip to content

Commit

Permalink
COMOPS-1085: Updating composer requirement to 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pdohogne-magento committed May 7, 2020
1 parent d720d4c commit b9ff85e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"AFL-3.0"
],
"require": {
"composer/composer": "<=1.9.3",
"composer/composer": "<=1.10.6",
"composer-plugin-api": "^1.0"
},
"require-dev": {
Expand Down
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": "0.1.1",
"version": "1.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"composer/composer": "<=1.9.3",
"composer/composer": "<=1.10.6",
"composer-plugin-api": "^1.0"
},
"suggest": {
Expand Down

0 comments on commit b9ff85e

Please sign in to comment.