-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 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
{
"name": "helpscout/helpscout-cli-php",
"description": "Help Scout Command Line Client",
"homepage": "https://github.com/helpscout/helpscout-cli-php",
"version": "0.0.1",
"license": "MIT",
"authors": [
{
"name": "Help Scout",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/helpscout/helpscout-cli-php/issues"
},
"minimum-stability": "dev",
"require": {
"helpscout/api": "~1.5",
"symfony/config": "~2.7@beta",
"symfony/console": "~2.7@beta",
"symfony/yaml": "~2.7@beta",
"twig/twig": "~1.18",
"pimple/pimple": "~3.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "0.1.*",
"fabpot/php-cs-fixer": "~1.8",
"indeyets/pake": "dev-master",
"phpunit/phpunit": "~4.6",
"squizlabs/php_codesniffer": "~2.3"
},
"scripts": {
"test": "phpunit"
},
"bin": [
"bin/scout"
]
}