File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Magento/ComposerRootUpdatePlugin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
" AFL-3.0"
8
8
],
9
9
"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 " ,
11
11
"composer-plugin-api" : " ^1.0 || ^2.0"
12
12
},
13
13
"require-dev" : {
Original file line number Diff line number Diff line change 2
2
"name" : " magento/composer-root-update-plugin" ,
3
3
"type" : " composer-plugin" ,
4
4
"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 " ,
6
6
"license" : [
7
7
" OSL-3.0" ,
8
8
" AFL-3.0"
9
9
],
10
10
"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 " ,
12
12
"composer-plugin-api" : " ^1.0 || ^2.0"
13
13
},
14
14
"suggest" : {
You can’t perform that action at this time.
0 commit comments