|
1 | 1 | { |
2 | | - "name": "wikium/yii", |
3 | | - "description": "Yii Web Programming Framework", |
4 | | - "keywords": ["yii", "framework"], |
5 | | - "homepage": "http://www.yiiframework.com/", |
6 | | - "type": "library", |
7 | | - "license": "BSD-3-Clause", |
8 | | - "authors": [ |
9 | | - { |
10 | | - "name": "Qiang Xue", |
11 | | - "email": "qiang.xue@gmail.com", |
12 | | - "homepage": "http://www.yiiframework.com/", |
13 | | - "role": "Founder and project lead" |
14 | | - }, |
15 | | - { |
16 | | - "name": "Alexander Makarov", |
17 | | - "email": "sam@rmcreative.ru", |
18 | | - "homepage": "http://rmcreative.ru/", |
19 | | - "role": "Core framework development" |
20 | | - }, |
21 | | - { |
22 | | - "name": "Maurizio Domba", |
23 | | - "homepage": "http://mdomba.info/", |
24 | | - "role": "Core framework development" |
25 | | - }, |
26 | | - { |
27 | | - "name": "Carsten Brandt", |
28 | | - "email": "mail@cebe.cc", |
29 | | - "homepage": "http://cebe.cc/", |
30 | | - "role": "Core framework development" |
31 | | - }, |
32 | | - { |
33 | | - "name": "Timur Ruziev", |
34 | | - "email": "resurtm@gmail.com", |
35 | | - "homepage": "http://resurtm.com/", |
36 | | - "role": "Core framework development" |
37 | | - }, |
38 | | - { |
39 | | - "name": "Paul Klimov", |
40 | | - "email": "klimov.paul@gmail.com", |
41 | | - "role": "Core framework development" |
42 | | - }, |
43 | | - { |
44 | | - "name": "Wei Zhuo", |
45 | | - "email": "weizhuo@gmail.com", |
46 | | - "role": "Project site maintenance and development" |
47 | | - }, |
48 | | - { |
49 | | - "name": "Sebastián Thierer", |
50 | | - "email": "sebas@artfos.com", |
51 | | - "role": "Component development" |
52 | | - }, |
53 | | - { |
54 | | - "name": "Jeffrey Winesett", |
55 | | - "email": "jefftulsa@gmail.com", |
56 | | - "role": "Documentation and marketing" |
57 | | - } |
58 | | - |
59 | | - ], |
60 | | - "support": { |
61 | | - "issues": "https://github.com/yiisoft/yii/issues?state=open", |
62 | | - "forum": "http://www.yiiframework.com/forum/", |
63 | | - "wiki": "http://www.yiiframework.com/wiki/", |
64 | | - "irc": "irc://irc.freenode.net/yii", |
65 | | - "source": "https://github.com/yiisoft/yii" |
66 | | - }, |
67 | | - "bin": [ |
68 | | - "framework/yiic" |
69 | | - ], |
70 | | - "archive": { |
71 | | - "exclude": [ |
72 | | - "demos" |
73 | | - ] |
74 | | - }, |
75 | | - "require": { |
76 | | - "php": ">=5.1.0" |
77 | | - }, |
78 | | - "suggest": { |
79 | | - "ext-mcrypt": "Required by encrypt and decrypt methods of CSecurityManager" |
80 | | - }, |
81 | | - "autoload": { |
82 | | - "classmap" : [ |
83 | | - "framework/YiiBase.php", |
| 2 | + "name": "wikium/yii", |
| 3 | + "description": "Yii Web Programming Framework", |
| 4 | + "keywords": ["yii", "framework"], |
| 5 | + "homepage": "http://www.yiiframework.com/", |
| 6 | + "type": "library", |
| 7 | + "license": "BSD-3-Clause", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "Qiang Xue", |
| 11 | + "email": "qiang.xue@gmail.com", |
| 12 | + "homepage": "http://www.yiiframework.com/", |
| 13 | + "role": "Founder and project lead" |
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "Alexander Makarov", |
| 17 | + "email": "sam@rmcreative.ru", |
| 18 | + "homepage": "http://rmcreative.ru/", |
| 19 | + "role": "Core framework development" |
| 20 | + }, |
| 21 | + { |
| 22 | + "name": "Maurizio Domba", |
| 23 | + "homepage": "http://mdomba.info/", |
| 24 | + "role": "Core framework development" |
| 25 | + }, |
| 26 | + { |
| 27 | + "name": "Carsten Brandt", |
| 28 | + "email": "mail@cebe.cc", |
| 29 | + "homepage": "http://cebe.cc/", |
| 30 | + "role": "Core framework development" |
| 31 | + }, |
| 32 | + { |
| 33 | + "name": "Timur Ruziev", |
| 34 | + "email": "resurtm@gmail.com", |
| 35 | + "homepage": "http://resurtm.com/", |
| 36 | + "role": "Core framework development" |
| 37 | + }, |
| 38 | + { |
| 39 | + "name": "Paul Klimov", |
| 40 | + "email": "klimov.paul@gmail.com", |
| 41 | + "role": "Core framework development" |
| 42 | + }, |
| 43 | + { |
| 44 | + "name": "Wei Zhuo", |
| 45 | + "email": "weizhuo@gmail.com", |
| 46 | + "role": "Project site maintenance and development" |
| 47 | + }, |
| 48 | + { |
| 49 | + "name": "Sebastián Thierer", |
| 50 | + "email": "sebas@artfos.com", |
| 51 | + "role": "Component development" |
| 52 | + }, |
| 53 | + { |
| 54 | + "name": "Jeffrey Winesett", |
| 55 | + "email": "jefftulsa@gmail.com", |
| 56 | + "role": "Documentation and marketing" |
| 57 | + } |
| 58 | + |
| 59 | + ], |
| 60 | + "support": { |
| 61 | + "issues": "https://github.com/yiisoft/yii/issues?state=open", |
| 62 | + "forum": "http://www.yiiframework.com/forum/", |
| 63 | + "wiki": "http://www.yiiframework.com/wiki/", |
| 64 | + "irc": "irc://irc.freenode.net/yii", |
| 65 | + "source": "https://github.com/yiisoft/yii" |
| 66 | + }, |
| 67 | + "bin": [ |
| 68 | + "framework/yiic" |
| 69 | + ], |
| 70 | + "archive": { |
| 71 | + "exclude": [ |
| 72 | + "demos" |
| 73 | + ] |
| 74 | + }, |
| 75 | + "require": { |
| 76 | + "php": ">=5.1.0" |
| 77 | + }, |
| 78 | + "suggest": { |
| 79 | + "ext-mcrypt": "Required by encrypt and decrypt methods of CSecurityManager", |
| 80 | + "phpseclib/mcrypt_compat": "To provide mcrypt polyfill when extension is unavailable" |
| 81 | + }, |
| 82 | + "autoload": { |
| 83 | + "classmap" : [ |
| 84 | + "framework/YiiBase.php", |
84 | 85 | "framework/yii.php", |
85 | 86 | "framework/base", |
86 | 87 | "framework/caching", |
|
91 | 92 | "framework/logging", |
92 | 93 | "framework/web", |
93 | 94 | "framework/validators" |
94 | | - ] |
95 | | - }, |
96 | | - "require-dev": { |
97 | | - "phpunit/phpunit": "~4.8.34", |
98 | | - "phpunit/phpunit-selenium": "~1.4.0", |
99 | | - "phing/phing": "2.*" |
100 | | - } |
| 95 | + ] |
| 96 | + }, |
| 97 | + "require-dev": { |
| 98 | + "phpunit/phpunit": "~4.8.34", |
| 99 | + "phpunit/phpunit-selenium": "~1.4.0", |
| 100 | + "phing/phing": "2.*", |
| 101 | + "phpseclib/mcrypt_compat": "^1.0", |
| 102 | + "pear/archive_tar": "~1.4.6" |
| 103 | + } |
101 | 104 | } |
0 commit comments