We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6ab29 commit 595dcdaCopy full SHA for 595dcda
setup/src/Magento/Setup/Model/SystemPackage.php
@@ -31,6 +31,9 @@ class SystemPackage
31
*/
32
private $composerInfo;
33
34
+ /**#@+
35
+ * Constants for different Magento editions
36
+ */
37
const EDITION_COMMUNITY = 'magento/product-community-edition';
38
const EDITION_ENTERPRISE = 'magento/product-enterprise-edition';
39
const EDITION_B2B = 'magento/product-b2b-edition';
0 commit comments