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.
 
 
 
 
 
 

27 wiersze
588 B

  1. {
  2. "name": "magento/module-media-gallery-ui-api",
  3. "description": "Magento module responsible for the media gallery UI implementation API",
  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. },
  14. "suggest": {
  15. "magento/module-cms": "104.0.*"
  16. },
  17. "autoload": {
  18. "files": [
  19. "registration.php"
  20. ],
  21. "psr-4": {
  22. "Magento\\MediaGalleryUiApi\\": ""
  23. }
  24. }
  25. }