Skip to content

Commit 7f129f1

Browse files
committed
created composer.json
fixes #4
1 parent d75a99f commit 7f129f1

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Getting code
99

1010
You can get code style definition using one of the following methods.
1111

12-
* Clone `yiisoft/yii2-coding-standard` repository:
12+
* Clone `yiisoft/yii2-coding-standards` repository:
1313

1414
```
1515
$ git clone git://github.com/yiisoft/yii2-coding-standards.git

composer.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,54 @@
11
{
2+
"name": "yiisoft/yii2-coding-standards",
3+
"description": "Yii PHP Framework Version 2 - Coding standard tools",
4+
"keywords": ["yii", "framework", "codesniffer"],
5+
"homepage": "http://www.yiiframework.com/",
6+
"license": "BSD-3-Clause",
7+
"authors": [
8+
{
9+
"name": "Qiang Xue",
10+
"email": "qiang.xue@gmail.com",
11+
"homepage": "http://www.yiiframework.com/",
12+
"role": "Founder and project lead"
13+
},
14+
{
15+
"name": "Alexander Makarov",
16+
"email": "sam@rmcreative.ru",
17+
"homepage": "http://rmcreative.ru/",
18+
"role": "Core framework development"
19+
},
20+
{
21+
"name": "Maurizio Domba",
22+
"homepage": "http://mdomba.info/",
23+
"role": "Core framework development"
24+
},
25+
{
26+
"name": "Carsten Brandt",
27+
"email": "mail@cebe.cc",
28+
"homepage": "http://cebe.cc/",
29+
"role": "Core framework development"
30+
},
31+
{
32+
"name": "Timur Ruziev",
33+
"email": "resurtm@gmail.com",
34+
"homepage": "http://resurtm.com/",
35+
"role": "Core framework development"
36+
},
37+
{
38+
"name": "Paul Klimov",
39+
"email": "klimov.paul@gmail.com",
40+
"role": "Core framework development"
41+
}
42+
],
43+
"support": {
44+
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
45+
"forum": "http://www.yiiframework.com/forum/",
46+
"wiki": "http://www.yiiframework.com/wiki/",
47+
"irc": "irc://irc.freenode.net/yii",
48+
"source": "https://github.com/yiisoft/yii2"
49+
},
250
"require": {
3-
"php": ">=5.3.0",
51+
"php": ">=5.4.0",
452
"squizlabs/php_codesniffer": "1.*"
553
}
654
}

0 commit comments

Comments
 (0)