-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
38 lines (38 loc) · 944 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
37
38
{
"name": "roysegall/nuntius-bot",
"authors": [
{
"name": "RoySegall",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"kint-php/kint": "^1.0",
"symfony/yaml": "^3.2",
"danielmewes/php-rql": "^2.3",
"cboden/ratchet": "^0.3.6",
"coderstephen/slack-client": "^0.2.5",
"symfony/console": "^3.2",
"symfony/event-dispatcher": "^3.2",
"symfony/dependency-injection": "^3.2",
"symfony/config": "^3.2",
"Cron/Cron": "^1.2",
"symfony/http-kernel": "^3.2",
"justinwalsh/daux.io": "^0.3.2",
"symfony/filesystem": "^3.2",
"roysegall/facebook-messenger-send-api": "dev-master",
"mongodb/mongodb": "^1.3"
},
"autoload": {
"psr-4": {
"Nuntius\\": "src/",
"tests\\": "tests/",
"SlackHttpService\\": "src/SlackHttpService/"
}
},
"require-dev": {
"phpunit/phpunit": "^5.7"
}
}