Skip to content

Commit 41e4670

Browse files
authored
Merge pull request #213 from magento/version-set
Set 1.0.0 version for packaging
2 parents 00d6d7d + 8e61c2e commit 41e4670

File tree

19 files changed

+55
-36
lines changed

19 files changed

+55
-36
lines changed

ReCaptchaAdminUi/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "magento/module-re-captcha-admin-ui",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"version": "1.0.0",
45
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
67
"magento/framework": "*",
78
"magento/module-re-captcha-ui": "*"
89
},

ReCaptchaCheckout/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "magento/module-re-captcha-checkout",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"version": "1.0.0",
45
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
67
"magento/framework": "*",
78
"magento/module-checkout": "*",
89
"magento/module-re-captcha-ui": "*"

ReCaptchaContact/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "magento/module-re-captcha-contact",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"version": "1.0.0",
45
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
67
"magento/framework": "*",
78
"magento/module-re-captcha-ui": "*"
89
},

ReCaptchaCustomer/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "magento/module-re-captcha-customer",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"version": "1.0.0",
45
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
67
"magento/framework": "*",
78
"magento/module-customer": "*",
89
"magento/module-re-captcha-ui": "*",

ReCaptchaFrontendUi/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "magento/module-re-captcha-frontend-ui",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"version": "1.0.0",
45
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
67
"magento/framework": "*",
78
"magento/module-store": "*",
89
"magento/module-re-captcha-ui": "*"

ReCaptchaMigration/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "magento/module-re-captcha-migration",
33
"description": "Google reCAPTCHA config migration for Magento2",
4+
"version": "1.0.0",
45
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
67
"magento/framework": "*",
78
"magento/module-config": "*"
89
},

ReCaptchaNewsletter/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "magento/module-re-captcha-newsletter",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"version": "1.0.0",
45
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
67
"magento/framework": "*",
78
"magento/module-re-captcha-ui": "*"
89
},

ReCaptchaPaypal/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "magento/module-re-captcha-paypal",
33
"description": "Google reCaptcha integration for Magento2 PayPal PayflowPro payment form",
4+
"version": "1.0.0",
45
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
67
"magento/framework": "*",
78
"magento/module-re-captcha-ui": "*",
89
"magento/module-re-captcha-validation-api": "*",

ReCaptchaReview/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "magento/module-re-captcha-review",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"version": "1.0.0",
45
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
67
"magento/framework": "*",
78
"magento/module-re-captcha-ui": "*"
89
},

ReCaptchaSendFriend/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "magento/module-re-captcha-send-friend",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"version": "1.0.0",
45
"require": {
5-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
67
"magento/framework": "*",
78
"magento/module-re-captcha-ui": "*"
89
},

0 commit comments

Comments
 (0)