| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "msp/recaptcha",
- "version": "2.0.2",
- "description": "Google reCaptcha integration for Magento2 - Member of MageSpecialist SecuritySuite",
- "require": {
- "php": "^7.0|^7.1|^7.2",
- "magento/magento-composer-installer": "*",
- "google/recaptcha": "^1.1"
- },
- "suggest": {
- "msp/security-suite": "Full MageSpecialist Security Suite"
- },
- "authors": [
- {
- "name": "Riccardo Tempesta",
- "email": "riccardo.tempesta@magespecialist.it"
- }
- ],
- "type": "magento2-module",
- "license": "OSL-3.0",
- "autoload": {
- "files": [
- "registration.php"
- ],
- "psr-4": {
- "MSP\\ReCaptcha\\": ""
- }
- }
- }
|