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.
 
 
 
 
 
 

31 lines
840 B

  1. {
  2. "name": "magento/module-media-gallery-renditions",
  3. "description": "Magento module that implements height and width fields for for media gallery items.",
  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-renditions-api": "100.4.*",
  14. "magento/module-media-gallery-api": "101.0.*",
  15. "magento/framework-message-queue": "100.4.*",
  16. "magento/module-cms": "104.0.*"
  17. },
  18. "suggest": {
  19. "magento/module-media-content-api": "100.4.*"
  20. },
  21. "autoload": {
  22. "files": [
  23. "registration.php"
  24. ],
  25. "psr-4": {
  26. "Magento\\MediaGalleryRenditions\\": ""
  27. }
  28. }
  29. }