composer.json 1.3 KB

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