Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

24 wiersze
560 B

  1. {
  2. "name": "magento/module-media-gallery-renditions-api",
  3. "description": "Magento module that is responsible for the API implementation of Media Gallery Renditions.",
  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. },
  14. "autoload": {
  15. "files": [
  16. "registration.php"
  17. ],
  18. "psr-4": {
  19. "Magento\\MediaGalleryRenditionsApi\\": ""
  20. }
  21. }
  22. }