File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " magento/composer" ,
3
3
"description" : " Magento composer library helps to instantiate Composer application and run composer commands." ,
4
4
"type" : " library" ,
5
- "version" : " 1.0.2 " ,
5
+ "version" : " 1.0.3 " ,
6
6
"license" : [
7
7
" OSL-3.0" ,
8
8
" AFL-3.0"
9
9
],
10
10
"require" : {
11
11
"php" : " ~5.5.0|~5.6.0|~7.0.0" ,
12
- "composer/composer" : " 1.0.0-alpha10 " ,
12
+ "composer/composer" : " 1.0.0-beta1 " ,
13
13
"symfony/console" : " ~2.3 <2.7"
14
14
},
15
15
"require-dev" : {
Original file line number Diff line number Diff line change @@ -53,10 +53,12 @@ public function __construct(MagentoComposerApplication $magentoComposerApplicati
53
53
*/
54
54
public function run ($ package , $ installed = false )
55
55
{
56
+ $ showAllPackages = !$ installed ;
56
57
$ commandParameters = [
57
58
'command ' => 'info ' ,
58
59
'package ' => $ package ,
59
- '-i ' => $ installed
60
+ '-i ' => $ installed ,
61
+ '--all ' => $ showAllPackages ,
60
62
];
61
63
62
64
$ result = [];
You can’t perform that action at this time.
0 commit comments