|
1 | 1 | {
|
| 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 | + }, |
2 | 50 | "require": {
|
3 |
| - "php": ">=5.3.0", |
| 51 | + "php": ">=5.4.0", |
4 | 52 | "squizlabs/php_codesniffer": "1.*"
|
5 | 53 | }
|
6 | 54 | }
|
0 commit comments