選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

48 行
1.3 KiB

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