Skip to content

Commit 0b37d24

Browse files
committed
Merge remote-tracking branch 'origin/1.0-develop' into security-package/store-view-admin-settings
2 parents 2f9dae6 + c1489d5 commit 0b37d24

File tree

67 files changed

+1802
-196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1802
-196
lines changed

Notifier/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Multiple channel notifier engine for Magento 2",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "102.0.*",
7-
"magento/module-notifier-api": "^1.0"
6+
"magento/framework": "*",
7+
"magento/module-notifier-api": "*"
88
},
99
"support": {
1010
"issues": "https://github.com/magento/security-package/issues"

NotifierAdminUi/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Multiple channel notifier engine for Magento 2",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "102.0.*",
7-
"magento/module-backend": "101.0.*",
8-
"magento/module-ui": "101.1.*",
9-
"magento/module-notifier": "^1.0",
10-
"magento/module-notifier-api": "*",
6+
"magento/framework": "*",
7+
"magento/module-backend": "*",
118
"magento/module-catalog": "*",
12-
"magento/module-cms": "*"
9+
"magento/module-cms": "*",
10+
"magento/module-ui": "*",
11+
"magento/module-notifier": "*",
12+
"magento/module-notifier-api": "*"
1313
},
1414
"support": {
1515
"issues": "https://github.com/magento/security-package/issues"

NotifierApi/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Multiple channel notifier engine for Magento 2 API",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "102.0.*"
6+
"magento/framework": "*"
77
},
88
"authors": [
99
{

NotifierAsync/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Asynchronous message send for Magento2 notifier",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "102.0.*",
7-
"magento/module-notifier": "^1.0",
6+
"magento/framework": "*",
7+
"magento/module-notifier": "*",
88
"magento/module-notifier-api": "*"
99
},
1010
"authors": [

NotifierAsyncAdminUi/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "Asynchronous message send backend for Magento2 notifier",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "102.0.*",
7-
"magento/module-notifier-api": "^1.0",
8-
"magento/module-ui": "101.1.*",
9-
"magento/module-notifier-async": "^1.0"
6+
"magento/framework": "*",
7+
"magento/module-ui": "*",
8+
"magento/module-notifier-api": "*",
9+
"magento/module-notifier-async": "*"
1010
},
1111
"support": {
1212
"issues": "https://github.com/magento/security-package/issues"

NotifierAsyncAmqp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "AMQP asynchronous message send for Magento2 notifier",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "102.0.*"
6+
"magento/framework": "*"
77
},
88
"authors": [
99
{

NotifierEmailAdapter/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Email adapter for Notifier framework",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "102.0.*",
7-
"magento/module-notifier-api": "^1.0"
6+
"magento/framework": "*",
7+
"magento/module-notifier-api": "*"
88
},
99
"support": {
1010
"issues": "https://github.com/magento/security-package/issues"

NotifierEmailAdapterAdminUi/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Email adapter for Notifier framework",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "102.0.*",
7-
"magento/module-ui": "101.1.*",
8-
"magento/module-notifier-admin-ui": "^1.0",
6+
"magento/framework": "*",
7+
"magento/module-ui": "*",
8+
"magento/module-notifier-admin-ui": "*",
99
"magento/module-notifier-email-adapter": "*"
1010
},
1111
"support": {

NotifierEvent/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "Event based rule engine for Magento Notifier",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "102.0.*",
7-
"magento/module-notifier-event-api": "^1.0",
8-
"magento/module-notifier-template-api": "^1.0",
9-
"magento/module-notifier-api": "*"
6+
"magento/framework": "*",
7+
"magento/module-notifier-api": "*",
8+
"magento/module-notifier-event-api": "*",
9+
"magento/module-notifier-template-api": "*"
1010
},
1111
"suggest": {
1212
"magento/module-notifier-async": "Asynchronous messages queue manager for Magento Notifier"

NotifierEventAdminUi/composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"description": "Notifier trigger by event",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "102.0.*",
7-
"magento/module-backend": "101.0.*",
8-
"magento/module-ui": "101.1.*",
9-
"magento/module-notifier-api": "^1.0",
10-
"magento/module-notifier-event": "^1.0",
11-
"magento/module-notifier-event-api": "*",
12-
"magento/module-cms": "*",
6+
"magento/framework": "*",
7+
"magento/module-backend": "*",
138
"magento/module-catalog": "*",
9+
"magento/module-cms": "*",
10+
"magento/module-ui": "*",
11+
"magento/module-notifier-api": "*",
12+
"magento/module-notifier-event": "*",
13+
"magento/module-notifier-event-api": "*",
1414
"magento/module-notifier-template-api": "*"
1515
},
1616
"support": {

0 commit comments

Comments
 (0)