-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
31 lines (31 loc) · 1010 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
{
"name": "there4/fogbugz-cli",
"description": "FogBugz Command Line Client",
"keywords": ["fogbugz"],
"homepage": "http://there4.github.com/fogbugz-php-cli/",
"selfupdatepath": "://github.com/there4/fogbugz-php-cli/raw/master/fb",
"selfupdateversion": "://github.com/there4/fogbugz-php-cli/raw/master/version",
"license": "MIT",
"minimum-stability": "beta",
"version": "1.2.5",
"authors": [
{
"name": "Craig Davis",
"email": "[email protected]",
"homepage": "http://there4development.com",
"role": "Developer"
}, {
"name": "Rasmus Frey",
"email": "[email protected]",
"homepage": "http://mindbridge.dk",
"role": "Contributor"
}
],
"require": {
"there4/fogbugz-api": "dev-master",
"symfony/console": "v2.3.4",
"symfony/config": "v2.3.4",
"symfony/yaml": "v2.3.4",
"twig/twig": "v1.13.2"
}
}