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.
 
 
 
 
 
 

25 line
580 B

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