forked from DivanteLtd/pimcore-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1001 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
26
27
28
29
30
31
32
33
34
35
36
{
"name": "divante-ltd/pimcore-notifications",
"description": "Notifications plugin for pimcore.",
"type": "pimcore-plugin",
"license": "GPL-3.0+",
"minimum-stability": "dev",
"require": {
"pimcore/installer-plugin": ">=1",
"cboden/ratchet": "^0.3.5",
"pimcore/core-version": ">=4"
},
"keywords": [ "pimcore", "notifications", "plugin" ],
"homepage": "https://github.com/DivanteLtd/pimcore-notifications",
"authors": [
{
"name": "DivanteLtd",
"email": "pimcore@divante.pl",
"homepage": "http://divante.co"
},
{
"name": "Piotr Ćwięcek",
"email": "pcwiecek@divante.pl",
"role": "Developer"
},
{
"name": "Kamil Karkus",
"email": "kkarkus@divante.pl",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"PimcoreNotifications\\": "lib"
}
}
}