We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a171ec commit 27b97b5Copy full SHA for 27b97b5
src/Magento/ComposerRootUpdatePlugin/composer.json
@@ -2,13 +2,13 @@
2
"name": "magento/composer-root-update-plugin",
3
"type": "composer-plugin",
4
"description": "Plugin to look ahead for Magento project root changes when running composer update for new Magento versions",
5
- "version": "1.1.1",
+ "version": "1.1.2",
6
"license": [
7
"OSL-3.0",
8
"AFL-3.0"
9
],
10
"require": {
11
- "composer/composer": "<=1.10.20 || >=2.0.0 <=2.0.11",
+ "composer/composer": "<=1.11 || >=2.0.0 <=2.1",
12
"composer-plugin-api": "^1.0 || ^2.0"
13
},
14
"suggest": {
0 commit comments