-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (41 loc) · 1.1 KB
/
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
39
40
41
42
43
44
45
{
"name": "SlvrEagle23/FurryDigital",
"description": "The FurryDigital flagship application.",
"require": {
"zendframework/zend-paginator": "~2.4",
"zendframework/zend-feed": "~2.4",
"zendframework/zend-http": "~2.4",
"zendframework/zend-servicemanager": "~2.4",
"doctrine/orm": "2.5.*",
"beberlei/DoctrineExtensions": "^1.0",
"imagine/imagine": "~0.5.0",
"guzzlehttp/guzzle": "~5.0",
"tedivm/stash": "0.12.*",
"filp/whoops": "1.*",
"nette/mail": "2.3.0",
"gigablah/sphinxphp": "2.*",
"aws/aws-sdk-php": "3.*",
"hybridauth/hybridauth": "dev-3.0.0-Remake",
"paragonie/random_compat": "^1.1",
"defuse/php-encryption": "~2.0@dev",
"roave/security-advisories": "dev-master"
},
"require-dev": {
"phalcon/devtools": "2.0.2@dev"
},
"authors": [
{
"name": "Buster 'Silver Eagle' Neece",
"email": "[email protected]",
"role": "Lead Developer"
},
{
"name": "Pickra",
"role": "Former Developer (FAOpen)"
}
],
"config": {
"preferred-install": "dist"
},
"minimum-stability": "stable"
}