diff --git a/src/shell/packager.php b/src/shell/packager.php index 0e368f4..53d7990 100644 --- a/src/shell/packager.php +++ b/src/shell/packager.php @@ -209,7 +209,7 @@ public function getContent() */ public function getLicense() { - return $this->getComposerJson()->license; + return $this->getComposerJson()->extra->magento_connect->license; } /**