You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
738 B

  1. {
  2. "name": "magento/module-media-gallery-catalog-ui",
  3. "description": "Magento module that implement category grid for media gallery.",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "version": "100.4.2",
  10. "require": {
  11. "php": "~7.4.0||~8.1.0",
  12. "magento/framework": "103.0.*",
  13. "magento/module-cms": "104.0.*",
  14. "magento/module-backend": "102.0.*",
  15. "magento/module-catalog": "104.0.*",
  16. "magento/module-store": "101.1.*",
  17. "magento/module-ui": "101.2.*"
  18. },
  19. "autoload": {
  20. "files": [
  21. "registration.php"
  22. ],
  23. "psr-4": {
  24. "Magento\\MediaGalleryCatalogUi\\": ""
  25. }
  26. }
  27. }