forked from cakephp/cakephp-codesniffer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
26 lines (26 loc) · 808 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
{
"name": "cakephp/cakephp-codesniffer",
"description": "CakePHP CodeSniffer Standards",
"type": "library",
"keywords": ["framework", "codesniffer"],
"homepage": "http://cakephp.org",
"license": "MIT",
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/cakephp-codesniffer/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/cakephp/cakephp-codesniffer/issues",
"forum": "http://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/cakephp-codesniffer"
},
"require": {
"squizlabs/php_codesniffer": "2.*"
},
"require-dev": {
"phpunit/phpunit": "4.1.*"
}
}