Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

31 rader
876 B

  1. {
  2. "name": "magento/module-media-content-synchronization",
  3. "description": "Magento module provides implementation of the media content data synchronization.",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "version": "100.4.4",
  10. "require": {
  11. "php": "~7.4.0||~8.1.0",
  12. "magento/framework": "103.0.*",
  13. "magento/framework-bulk": "101.0.*",
  14. "magento/module-media-content-synchronization-api": "100.4.*",
  15. "magento/module-media-content-api": "100.4.*",
  16. "magento/module-asynchronous-operations": "100.4.*"
  17. },
  18. "suggest": {
  19. "magento/module-media-gallery-synchronization": "100.4.*"
  20. },
  21. "autoload": {
  22. "files": [
  23. "registration.php"
  24. ],
  25. "psr-4": {
  26. "Magento\\MediaContentSynchronization\\": ""
  27. }
  28. }
  29. }