forked from kohana/coding-standards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
24 lines (24 loc) · 874 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
{
"name": "kohana/coding-standards",
"type": "library",
"description": "PHP_CodeSniffer rules for the Kohana Framework coding style",
"keywords": ["kohana", "code standard", "coding stanards", "code style", "standards", "phpcs"],
"homepage": "https://github.com/kohana/coding-standards",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/kohana/coding-standards/issues",
"wiki": "https://github.com/kohana/coding-standards/wiki",
"irc": "irc://irc.freenode.org/kohana"
},
"authors": [
{
"name": "Kohana Team",
"email": "[email protected]",
"homepage": "http://www.kohanaframework.org",
"role": "Maintainer"
}
],
"require": {
"squizlabs/php_codesniffer": "1.*"
}
}