Skip to content

Commit 06087ac

Browse files
Updating composer compatibility to 1.9.3
1 parent d970e34 commit 06087ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"type": "project",
88
"require": {
9-
"composer/composer": "<=1.9.2",
9+
"composer/composer": "<=1.9.3",
1010
"composer-plugin-api": "^1.0"
1111
},
1212
"require-dev": {

src/Magento/ComposerRootUpdatePlugin/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"type": "composer-plugin",
1010
"require": {
11-
"composer/composer": "<=1.9.2",
11+
"composer/composer": "<=1.9.3",
1212
"composer-plugin-api": "^1.0"
1313
},
1414
"autoload": {

0 commit comments

Comments
 (0)