1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "magento/module-braintree",
- "description": "N/A",
- "config": {
- "sort-packages": true
- },
- "require": {
- "php": "~7.1.3||~7.2.0",
- "braintree/braintree_php": "3.35.0",
- "magento/framework": "102.0.*",
- "magento/magento-composer-installer": "*",
- "magento/module-catalog": "103.0.*",
- "magento/module-backend": "101.0.*",
- "magento/module-checkout": "100.3.*",
- "magento/module-config": "101.1.*",
- "magento/module-customer": "102.0.*",
- "magento/module-directory": "100.3.*",
- "magento/module-instant-purchase": "100.3.*",
- "magento/module-payment": "100.3.*",
- "magento/module-paypal": "100.3.*",
- "magento/module-quote": "101.1.*",
- "magento/module-sales": "102.0.*",
- "magento/module-ui": "101.1.*",
- "magento/module-vault": "101.1.*"
- },
- "suggest": {
- "magento/module-checkout-agreements": "100.3.*",
- "magento/module-theme": "101.0.*"
- },
- "type": "magento2-module",
- "license": [
- "OSL-3.0",
- "AFL-3.0"
- ],
- "autoload": {
- "files": [
- "registration.php"
- ],
- "psr-4": {
- "Magento\\Braintree\\": ""
- }
- },
- "version": "100.3.1"
- }
|