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.
 
 
 
 
 
 

27 line
597 B

  1. {
  2. "name": "magento/module-send-friend-graph-ql",
  3. "description": "N/A",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "version": "100.4.1",
  10. "require": {
  11. "php": "~7.4.0||~8.1.0",
  12. "magento/framework": "103.0.*",
  13. "magento/module-catalog": "104.0.*",
  14. "magento/module-send-friend": "100.4.*",
  15. "magento/module-graph-ql": "100.4.*"
  16. },
  17. "autoload": {
  18. "files": [
  19. "registration.php"
  20. ],
  21. "psr-4": {
  22. "Magento\\SendFriendGraphQl\\": ""
  23. }
  24. }
  25. }