Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

27 rindas
742 B

  1. {
  2. "name": "magento/module-media-gallery-synchronization-metadata",
  3. "description": "Magento module responsible for images metadata synchronization",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "version": "100.4.1",
  10. "require": {
  11. "php": "~7.4.0||~8.1.0",
  12. "magento/framework": "103.0.*",
  13. "magento/module-media-gallery-api": "101.0.*",
  14. "magento/module-media-gallery-metadata-api": "100.4.*",
  15. "magento/module-media-gallery-synchronization-api": "100.4.*"
  16. },
  17. "autoload": {
  18. "files": [
  19. "registration.php"
  20. ],
  21. "psr-4": {
  22. "Magento\\MediaGallerySynchronizationMetadata\\": ""
  23. }
  24. }
  25. }