-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·45 lines (40 loc) · 1005 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
39
40
41
42
43
44
45
{
"name": "houston",
"description": "Houston Support Desk",
"homepage": "http://houstonsupportdesk.com",
"authors": [
{
"name": "Tom Humphris",
"email": "tom@muska.co.uk"
},
{
"name": "Edd Neal",
"email": "eddneal@hotmail.com"
}
],
"require": {
"silex/silex": "~1.1",
"symfony/console": "~2.3",
"symfony/config": "~2.3",
"symfony/filesystem": "~2.3",
"symfony/finder": "~2.3",
"symfony/process": "~2.3",
"symfony/security": "~2.3",
"symfony/serializer": "~2.3",
"symfony/validator": "~2.3",
"symfony/monolog-bridge": "~2.3",
"swiftmailer/swiftmailer": "5.*",
"moriony/silex-mongo-provider": "*",
"stripe/stripe-php": "1.*",
"dbtlr/php-airbrake": "dev-master",
"merqlove/airbrake-silex-service-provider": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "4.7.*"
},
"autoload": {
"psr-0": {
"": "src/"
}
}
}