From d07b349a9a91f2be9115224250e21d62cdaf18da Mon Sep 17 00:00:00 2001 From: Rico Neitzel Date: Fri, 28 Apr 2017 00:42:05 +0200 Subject: [PATCH] uses license from magento section --- src/shell/packager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /**