-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
35 lines (35 loc) · 888 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
{
"name": "dotneet/bpush",
"description": "The management system of web push notification. It also supports an Non-SSL site.",
"license": "MIT",
"repositories": [
{
"type": "pear",
"url": "https://pear.php.net/"
}
],
"require": {
"silex/silex": "~2.0",
"doctrine/dbal": "2.5.*",
"aws/aws-sdk-php": "~3.0",
"twig/twig": "~2.0",
"monolog/monolog": "~1.22",
"predis/predis": "v1.1.*",
"pear-pear.php.net/Mail": "1.3.*",
"pear-pear.php.net/Net_SMTP": "^1.7.3",
"symfony/form": "~2.6",
"ramsey/uuid": "^3.5.2",
"fguillot/picofeed": "^0.1.31",
"symfony/translation": "^3.2",
"symfony/config": "^3.2",
"symfony/yaml": "^3.2",
"symfony/twig-bridge": "^3.2",
"sinergi/browser-detector": "^6.1",
"minishlink/web-push": "^1.3"
},
"autoload": {
"psr-4": {
"BPush\\": "src/"
}
}
}