forked from synapsestudios/synapse-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.51 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
{
"name" : "synapsestudios/synapse-base",
"description" : "Base code for the API template",
"license" : "MIT",
"require" : {
"silex/silex" : "~1.1",
"symfony/console" : "2.5.2",
"symfony/security" : "2.5.2",
"symfony/validator" : "2.5.2",
"zendframework/zend-db" : "~2.2.5",
"bshaffer/oauth2-server-php" : "v1.0",
"bshaffer/oauth2-server-httpfoundation-bridge" : "v1.0",
"chrisboulton/php-resque" : "v1.2",
"mandrill/mandrill" : "1.0.52",
"psr/log" : "v1.0.0",
"monolog/monolog" : "~1.7",
"rollbar/rollbar" : "0.6.3",
"zendframework/zend-stdlib" : "~2.2.5",
"ircmaxell/password-compat" : "dev-master",
"guzzle/guzzle" : "~3.7",
"jdesrosiers/silex-cors-provider" : "~0.1",
"lusitanian/oauth" : "~0.2",
"mustache/mustache" : "~2.5.1"
},
"require-dev" : {
"phpunit/phpunit" : "~4.1",
"squizlabs/php_codesniffer" : "dev-master"
},
"autoload" : {
"psr-0" : { "Synapse": "src/" }
}
}