|
1 | 1 | { |
2 | 2 | "name": "zendframework/zend-expressive-zendviewrenderer", |
3 | 3 | "description": "zend-view PhpRenderer integration for Expressive", |
4 | | - "type": "library", |
5 | 4 | "license": "BSD-3-Clause", |
6 | 5 | "keywords": [ |
7 | 6 | "expressive", |
8 | 7 | "http", |
9 | 8 | "middleware", |
10 | 9 | "psr", |
11 | 10 | "psr-7", |
12 | | - "zf" |
| 11 | + "zf", |
| 12 | + "zendframework", |
| 13 | + "zend-expressive" |
13 | 14 | ], |
14 | | - "extra": { |
15 | | - "branch-alias": { |
16 | | - "dev-master": "1.4-dev", |
17 | | - "dev-develop": "1.5-dev" |
18 | | - } |
| 15 | + "support": { |
| 16 | + "issues": "https://github.com/zendframework/zend-expressive-zendviewrenderer/issues", |
| 17 | + "source": "https://github.com/zendframework/zend-expressive-zendviewrenderer", |
| 18 | + "rss": "https://github.com/zendframework/zend-expressive-zendviewrenderer/releases.atom", |
| 19 | + "slack": "https://zendframework-slack.herokuapp.com", |
| 20 | + "forum": "https://discourse.zendframework.com/c/questions/expressive" |
19 | 21 | }, |
20 | 22 | "require": { |
21 | 23 | "php": "^5.6 || ^7.0", |
|
29 | 31 | }, |
30 | 32 | "require-dev": { |
31 | 33 | "malukenho/docheader": "^0.1.5", |
32 | | - "phpunit/phpunit": "^6.0.8 || ^5.7.15", |
| 34 | + "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
33 | 35 | "zendframework/zend-coding-standard": "~1.0.0" |
34 | 36 | }, |
35 | 37 | "autoload": { |
36 | | - "psr-4": { |
37 | | - "Zend\\Expressive\\ZendView\\": "src/" |
38 | | - } |
| 38 | + "psr-4": { |
| 39 | + "Zend\\Expressive\\ZendView\\": "src/" |
| 40 | + } |
39 | 41 | }, |
40 | 42 | "autoload-dev": { |
41 | | - "psr-4": { |
42 | | - "ZendTest\\Expressive\\ZendView\\": "test/" |
43 | | - } |
| 43 | + "psr-4": { |
| 44 | + "ZendTest\\Expressive\\ZendView\\": "test/" |
| 45 | + } |
| 46 | + }, |
| 47 | + "config": { |
| 48 | + "sort-packages": true |
| 49 | + }, |
| 50 | + "extra": { |
| 51 | + "branch-alias": { |
| 52 | + "dev-master": "1.4-dev", |
| 53 | + "dev-develop": "1.5-dev" |
| 54 | + } |
44 | 55 | }, |
45 | 56 | "scripts": { |
46 | 57 | "check": [ |
47 | 58 | "@license-check", |
48 | 59 | "@cs-check", |
49 | 60 | "@test" |
50 | 61 | ], |
51 | | - "upload-coverage": "coveralls -v", |
52 | | - "cs-check": "phpcs --colors", |
53 | | - "cs-fix": "phpcbf --colors", |
54 | | - "license-check": "docheader check src/ test/", |
| 62 | + "cs-check": "phpcs", |
| 63 | + "cs-fix": "phpcbf", |
55 | 64 | "test": "phpunit --colors=always", |
56 | | - "test-coverage": "phpunit --coverage-clover clover.xml" |
| 65 | + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", |
| 66 | + "upload-coverage": "coveralls -v", |
| 67 | + "license-check": "docheader check src/ test/" |
57 | 68 | } |
58 | 69 | } |
0 commit comments