Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

24 строки
533 B

  1. {
  2. "name": "magento/module-media-gallery-api",
  3. "description": "Magento module responsible for media gallery asset attributes storage and management",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "version": "101.0.4",
  10. "require": {
  11. "php": "~7.4.0||~8.1.0",
  12. "magento/framework": "103.0.*"
  13. },
  14. "autoload": {
  15. "files": [
  16. "registration.php"
  17. ],
  18. "psr-4": {
  19. "Magento\\MediaGalleryApi\\": ""
  20. }
  21. }
  22. }