|
1 | 1 | {
|
2 | 2 | "name": "zendframework/zend-view",
|
3 |
| - "description": "provides a system of helpers, output filters, and variable escaping", |
| 3 | + "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more", |
4 | 4 | "license": "BSD-3-Clause",
|
5 | 5 | "keywords": [
|
6 |
| - "zf2", |
| 6 | + "zendframework", |
| 7 | + "zf", |
7 | 8 | "view"
|
8 | 9 | ],
|
9 |
| - "homepage": "https://github.com/zendframework/zend-view", |
10 |
| - "autoload": { |
11 |
| - "psr-4": { |
12 |
| - "Zend\\View\\": "src/" |
13 |
| - } |
| 10 | + "support": { |
| 11 | + "docs": "https://docs.zendframework.com/zend-view/", |
| 12 | + "issues": "https://github.com/zendframework/zend-view/issues", |
| 13 | + "source": "https://github.com/zendframework/zend-view", |
| 14 | + "rss": "https://github.com/zendframework/zend-view/releases.atom", |
| 15 | + "chat": "https://zendframework-slack.herokuapp.com", |
| 16 | + "forum": "https://discourse.zendframework.com/c/questions/components" |
14 | 17 | },
|
15 | 18 | "require": {
|
16 | 19 | "php": "^5.6 || ^7.0",
|
|
58 | 61 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
|
59 | 62 | "zendframework/zend-uri": "Zend\\Uri component"
|
60 | 63 | },
|
61 |
| - "minimum-stability": "dev", |
62 |
| - "prefer-stable": true, |
63 |
| - "config": { |
64 |
| - "sort-packages": true |
65 |
| - }, |
66 |
| - "extra": { |
67 |
| - "branch-alias": { |
68 |
| - "dev-master": "2.11.x-dev", |
69 |
| - "dev-develop": "2.12.x-dev" |
| 64 | + "autoload": { |
| 65 | + "psr-4": { |
| 66 | + "Zend\\View\\": "src/" |
70 | 67 | }
|
71 | 68 | },
|
72 | 69 | "autoload-dev": {
|
|
77 | 74 | "ZendTest\\View\\": "test/"
|
78 | 75 | }
|
79 | 76 | },
|
| 77 | + "config": { |
| 78 | + "sort-packages": true |
| 79 | + }, |
| 80 | + "extra": { |
| 81 | + "branch-alias": { |
| 82 | + "dev-master": "2.11.x-dev", |
| 83 | + "dev-develop": "2.12.x-dev" |
| 84 | + } |
| 85 | + }, |
80 | 86 | "bin": [
|
81 | 87 | "bin/templatemap_generator.php"
|
82 | 88 | ],
|
|
0 commit comments