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 22 "name" : " magento/composer" ,
33 "description" : " Magento composer library helps to instantiate Composer application and run composer commands." ,
44 "type" : " library" ,
5- "version" : " 1.0.2 " ,
5+ "version" : " 1.0.3 " ,
66 "license" : [
77 " OSL-3.0" ,
88 " AFL-3.0"
99 ],
1010 "require" : {
1111 "php" : " ~5.5.0|~5.6.0|~7.0.0" ,
12- "composer/composer" : " 1.0.0-alpha10 " ,
12+ "composer/composer" : " 1.0.0-beta1 " ,
1313 "symfony/console" : " ~2.3 <2.7"
1414 },
1515 "require-dev" : {
Original file line number Diff line number Diff line change @@ -53,10 +53,12 @@ public function __construct(MagentoComposerApplication $magentoComposerApplicati
5353 */
5454 public function run ($ package , $ installed = false )
5555 {
56+ $ showAllPackages = !$ installed ;
5657 $ commandParameters = [
5758 'command ' => 'info ' ,
5859 'package ' => $ package ,
59- '-i ' => $ installed
60+ '-i ' => $ installed ,
61+ '--all ' => $ showAllPackages ,
6062 ];
6163
6264 $ result = [];
You can’t perform that action at this time.
0 commit comments