composer.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "magento/module-paypal",
  3. "description": "N/A",
  4. "config": {
  5. "sort-packages": true
  6. },
  7. "require": {
  8. "php": "~7.1.3||~7.2.0",
  9. "lib-libxml": "*",
  10. "magento/framework": "102.0.*",
  11. "magento/module-backend": "101.0.*",
  12. "magento/module-catalog": "103.0.*",
  13. "magento/module-checkout": "100.3.*",
  14. "magento/module-config": "101.1.*",
  15. "magento/module-customer": "102.0.*",
  16. "magento/module-directory": "100.3.*",
  17. "magento/module-eav": "102.0.*",
  18. "magento/module-instant-purchase": "100.3.*",
  19. "magento/module-payment": "100.3.*",
  20. "magento/module-quote": "101.1.*",
  21. "magento/module-sales": "102.0.*",
  22. "magento/module-store": "101.0.*",
  23. "magento/module-tax": "100.3.*",
  24. "magento/module-theme": "101.0.*",
  25. "magento/module-ui": "101.1.*",
  26. "magento/module-vault": "101.1.*"
  27. },
  28. "suggest": {
  29. "magento/module-checkout-agreements": "100.3.*"
  30. },
  31. "type": "magento2-module",
  32. "license": [
  33. "OSL-3.0",
  34. "AFL-3.0"
  35. ],
  36. "autoload": {
  37. "files": [
  38. "registration.php"
  39. ],
  40. "psr-4": {
  41. "Magento\\Paypal\\": ""
  42. }
  43. },
  44. "version": "100.3.1"
  45. }