-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
magento packaging service
committed
Aug 9, 2024
1 parent
63c3728
commit 94de787
Showing
31 changed files
with
322 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
{ | ||
"name": "magento/module-re-captcha-checkout-sales-rule", | ||
"description": "Google ReCaptcha integration for Magento2 coupons", | ||
"type": "magento2-module", | ||
"license": "OSL-3.0", | ||
"version": "1.1.2", | ||
"require": { | ||
"php": "~8.1.0||~8.2.0", | ||
"magento/framework": "*", | ||
"magento/module-checkout": "*", | ||
"magento/module-sales-rule": "*", | ||
"magento/module-re-captcha-ui": "*", | ||
"magento/module-re-captcha-validation-api": "*", | ||
"magento/module-re-captcha-admin-ui": "*", | ||
"magento/module-re-captcha-frontend-ui": "*", | ||
"magento/module-re-captcha-webapi-api": "*", | ||
"magento/module-re-captcha-webapi-ui": "*" | ||
"magento/module-re-captcha-ui": "1.1.*", | ||
"magento/module-re-captcha-validation-api": "1.1.*", | ||
"magento/module-re-captcha-admin-ui": "1.1.*", | ||
"magento/module-re-captcha-frontend-ui": "1.1.*", | ||
"magento/module-re-captcha-webapi-api": "1.0.*", | ||
"magento/module-re-captcha-webapi-ui": "1.0.*" | ||
}, | ||
"type": "magento2-module", | ||
"license": "OSL-3.0", | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"Magento\\ReCaptchaCheckoutSalesRule\\": "" | ||
} | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
{ | ||
"name": "magento/module-re-captcha-ui", | ||
"description": "Google reCAPTCHA integration for Magento2", | ||
"type": "magento2-module", | ||
"license": "OSL-3.0", | ||
"version": "1.1.3", | ||
"require": { | ||
"php": "~8.1.0||~8.2.0", | ||
"magento/framework": "*", | ||
"magento/module-re-captcha-validation-api": "*" | ||
"magento/module-re-captcha-validation-api": "1.1.*" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Riccardo Tempesta", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"type": "magento2-module", | ||
"license": "OSL-3.0", | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"Magento\\ReCaptchaUi\\": "" | ||
} | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"email": "[email protected]", | ||
"name": "Riccardo Tempesta" | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.