Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #File: vendor/magento/framework/Composer/ComposerInformation.php
  2. const THEME_PACKAGE_TYPE = 'magento2-theme';
  3.  
  4. /**
  5. * Magento2 module type
  6. */
  7. const MODULE_PACKAGE_TYPE = 'magento2-module';
  8.  
  9. /**
  10. * Magento2 language type
  11. */
  12. const LANGUAGE_PACKAGE_TYPE = 'magento2-language';
  13.  
  14. /**
  15. * Magento2 metapackage type
  16. */
  17. const METAPACKAGE_PACKAGE_TYPE = 'metapackage';
  18.  
  19. /**
  20. * Magento2 library type
  21. */
  22. const LIBRARY_PACKAGE_TYPE = 'magento2-library';
  23.  
  24. /**
  25. * Magento2 component type
  26. */
  27. const COMPONENT_PACKAGE_TYPE = 'magento2-component';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement