Skip to content

Commit 27b97b5

Browse files
Loosening composer requirement and bumping version number
1 parent 7a171ec commit 27b97b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/ComposerRootUpdatePlugin/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "magento/composer-root-update-plugin",
33
"type": "composer-plugin",
44
"description": "Plugin to look ahead for Magento project root changes when running composer update for new Magento versions",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"require": {
11-
"composer/composer": "<=1.10.20 || >=2.0.0 <=2.0.11",
11+
"composer/composer": "<=1.11 || >=2.0.0 <=2.1",
1212
"composer-plugin-api": "^1.0 || ^2.0"
1313
},
1414
"suggest": {

0 commit comments

Comments
 (0)