|
1 | 1 | { |
2 | | - "name": "featherbb/featherbb", |
3 | | - "type": "project", |
4 | | - "license": "GNU General Public Licence", |
5 | | - "description": "Lighter than a feather.", |
6 | | - "keywords": ["forum", "lightweight", "featherbb"], |
7 | | - "homepage": "http://featherbb.org/", |
8 | | - "authors": [{ |
9 | | - "name": "adaur", |
10 | | - "role": "Project Leader" |
11 | | - }, { |
12 | | - "name": "capkokoon", |
13 | | - "role": "Contributor" |
14 | | - }, { |
15 | | - "name": "beaver", |
16 | | - "role": "Contributor" |
17 | | - }], |
18 | | - "autoload": { |
| 2 | + "name": "featherbb/featherbb", |
| 3 | + "type": "project", |
| 4 | + "license": "GNU General Public Licence", |
| 5 | + "description": "Lighter than a feather.", |
| 6 | + "keywords": ["forum", "lightweight", "featherbb"], |
| 7 | + "homepage": "http://featherbb.org/", |
| 8 | + "authors": [{ |
| 9 | + "name": "adaur", |
| 10 | + "role": "Project Leader" |
| 11 | + }, { |
| 12 | + "name": "capkokoon", |
| 13 | + "role": "Contributor" |
| 14 | + }, { |
| 15 | + "name": "beaver", |
| 16 | + "role": "Contributor" |
| 17 | + }], |
| 18 | + "autoload": { |
19 | 19 | "classmap": ["featherbb/Core/pomo/MO.php"], |
20 | | - "psr-4": { |
21 | | - "Plugins\\": "plugins/", |
22 | | - "FeatherBB\\": "featherbb/", |
23 | | - "": "" |
24 | | - } |
25 | | - }, |
26 | | - "require": { |
27 | | - "php": ">=5.3", |
28 | | - "slim/slim": "^2.6" |
29 | | - }, |
30 | | - "support": { |
31 | | - |
32 | | - "issues": "https://github.com/featherbb/featherbb/issues" |
33 | | - } |
| 20 | + "psr-4": { |
| 21 | + "Plugins\\": "plugins/", |
| 22 | + "FeatherBB\\": "featherbb/", |
| 23 | + "": "" |
| 24 | + } |
| 25 | + }, |
| 26 | + "require": { |
| 27 | + "php": ">=5.3", |
| 28 | + "slim/slim": "^2.6" |
| 29 | + }, |
| 30 | + "support": { |
| 31 | + |
| 32 | + "issues": "https://github.com/featherbb/featherbb/issues" |
| 33 | + } |
34 | 34 | } |
0 commit comments