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.
 
 
 
 
 
 

33 rader
776 B

  1. {
  2. "name": "magento/module-newsletter-graph-ql",
  3. "description": "Provides GraphQl functionality for the newsletter subscriptions.",
  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.2",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/module-customer": "103.0.*",
  17. "magento/module-newsletter": "100.4.*",
  18. "magento/module-store": "101.1.*"
  19. },
  20. "suggest": {
  21. "magento/module-graph-ql": "100.4.*"
  22. },
  23. "autoload": {
  24. "files": [
  25. "registration.php"
  26. ],
  27. "psr-4": {
  28. "Magento\\NewsletterGraphQl\\": ""
  29. }
  30. }
  31. }