-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
executable file
·40 lines (40 loc) · 1.03 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "msp/module-notifier-core-adapters",
"description": "MSP_Notifier core adapters",
"require": {
"php": "^7.0|^7.1|^7.2|^8.1|^8.2",
"msp/module-notifier": "^0",
"magento/magento2-base": "^2.2|^2.3",
"razorpay/slack": "^2.0",
"irazasyed/telegram-bot-sdk": "^3"
},
"support": {
"issues": "https://github.com/magespecialist/m2-MSP_Notifier/issues"
},
"homepage": "https://github.com/magespecialist/m2-MSP_Notifier",
"keywords": [
"telegram",
"slack",
"email"
],
"authors": [
{
"name": "Riccardo Tempesta",
"email": "riccardo.tempesta@magespecialist.it"
},
{
"name": "Giacomo Mirabassi",
"email": "giacomo.mirabassi@magespecialist.it"
}
],
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MSP\\NotifierCoreAdapters\\": ""
}
}
}