Skip to content

Commit 6f88e35

Browse files
Updating composer requirements to current versions
1 parent 6ff6757 commit 6f88e35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"AFL-3.0"
88
],
99
"require": {
10-
"composer/composer": "<=1.10.19 || >=2.0.0 <=2.0.8",
10+
"composer/composer": "<=1.10.20 || >=2.0.0 <=2.0.11",
1111
"composer-plugin-api": "^1.0 || ^2.0"
1212
},
1313
"require-dev": {

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.0",
5+
"version": "1.1.1-alpha1",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"require": {
11-
"composer/composer": "<=1.10.19 || >=2.0.0 <=2.0.8",
11+
"composer/composer": "<=1.10.20 || >=2.0.0 <=2.0.11",
1212
"composer-plugin-api": "^1.0 || ^2.0"
1313
},
1414
"suggest": {

0 commit comments

Comments
 (0)