-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
25 lines (25 loc) · 926 Bytes
/
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
{
"name": "antaresproject/component-notifications",
"description": "Notifications module is responsible for configuration interface of notification templates and sending notifications to users in the system. It handles email and sms notifications, but also displays alerts (the bell icon) to the users. It allows administrator to set up their own text and supports multi-language.",
"type": "antaresproject-component",
"version": "0.9.2.1",
"homepage": "https://github.com/antaresproject/notifications",
"authors": [
{
"name": "Łukasz Cirut",
"email": "contact@antaresproject.io"
}
],
"require": {
"antaresproject/component-installer-plugin": "*",
"php": ">=7.0.1"
},
"autoload": {
"psr-4": {
"Antares\\Notifications\\": "src/"
}
},
"extra": {
"friendly-name": "Notifications"
}
}