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.
 
 
 
 
 
 

36 rivejä
884 B

  1. {
  2. "name": "magento/module-newsletter",
  3. "description": "N/A",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "config": {
  10. "sort-packages": true
  11. },
  12. "version": "100.4.5",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/module-backend": "102.0.*",
  17. "magento/module-cms": "104.0.*",
  18. "magento/module-customer": "103.0.*",
  19. "magento/module-eav": "102.1.*",
  20. "magento/module-email": "101.1.*",
  21. "magento/module-require-js": "100.4.*",
  22. "magento/module-store": "101.1.*",
  23. "magento/module-widget": "101.2.*",
  24. "magento/module-ui": "101.2.*"
  25. },
  26. "autoload": {
  27. "files": [
  28. "registration.php"
  29. ],
  30. "psr-4": {
  31. "Magento\\Newsletter\\": ""
  32. }
  33. }
  34. }