-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 907 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
{
"name": "aronduby/hudsonvillewaterpolo",
"description": "",
"require": {
"ext-pdo": "*",
"predis/predis": "^1.0",
"slim/slim": "~2.0",
"aronduby/dump": "^0.9.1",
"monolog/monolog": "*",
"swiftmailer/swiftmailer": "^5.4",
"symfony/console": "^2.7",
"symfony/monolog-bridge": "^2.7",
"symfony/event-dispatcher": "^2.7",
"firebase/php-jwt": "^5.0",
"guzzlehttp/guzzle": "~6.0",
"fusonic/opengraph": "^1.0",
"fusonic/linq": "@dev",
"clue/socks-react": "^1.3",
"react/http": "^1.6",
"cloudinary/cloudinary_php": "^2",
"justinrainbow/json-schema": "^5.2"
},
"authors": [
{
"name": "Aron Duby",
"email": "[email protected]"
}
],
"autoload": {
"psr-0": {
"": "classes"
}
}
}