composer.json 746 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "msp/recaptcha",
  3. "version": "2.0.2",
  4. "description": "Google reCaptcha integration for Magento2 - Member of MageSpecialist SecuritySuite",
  5. "require": {
  6. "php": "^7.0|^7.1|^7.2",
  7. "magento/magento-composer-installer": "*",
  8. "google/recaptcha": "^1.1"
  9. },
  10. "suggest": {
  11. "msp/security-suite": "Full MageSpecialist Security Suite"
  12. },
  13. "authors": [
  14. {
  15. "name": "Riccardo Tempesta",
  16. "email": "riccardo.tempesta@magespecialist.it"
  17. }
  18. ],
  19. "type": "magento2-module",
  20. "license": "OSL-3.0",
  21. "autoload": {
  22. "files": [
  23. "registration.php"
  24. ],
  25. "psr-4": {
  26. "MSP\\ReCaptcha\\": ""
  27. }
  28. }
  29. }