|
1 | 1 | { |
2 | 2 | "name": "zendframework/zend-developer-tools", |
3 | 3 | "description": "Module for developer and debug tools for use with zend-mvc applications.", |
4 | | - "type": "library", |
5 | 4 | "license": "BSD-3-Clause", |
6 | 5 | "keywords": [ |
| 6 | + "zendframework", |
7 | 7 | "debug", |
8 | 8 | "developer", |
9 | | - "zf2", |
| 9 | + "zf", |
10 | 10 | "module" |
11 | 11 | ], |
12 | | - "homepage": "https://github.com/zendframework/ZendDeveloperTools", |
13 | | - "authors": [ |
14 | | - { |
15 | | - "name": "Evan Coury", |
16 | | - "email": "me@evancoury.com", |
17 | | - "homepage": "http://blog.evan.pro/" |
18 | | - }, |
19 | | - { |
20 | | - "name": "Eric Boh", |
21 | | - "email": "cossish@gmail.com" |
22 | | - } |
23 | | - ], |
24 | | - "extra": { |
25 | | - "branch-alias": { |
26 | | - "dev-master": "1.1-dev", |
27 | | - "dev-develop": "1.2-dev" |
28 | | - }, |
29 | | - "zf": { |
30 | | - "module": "ZendDeveloperTools" |
31 | | - } |
| 12 | + "support": { |
| 13 | + "issues": "https://github.com/zendframework/ZendDeveloperTools/issues", |
| 14 | + "source": "https://github.com/zendframework/ZendDeveloperTools", |
| 15 | + "rss": "https://github.com/zendframework/ZendDeveloperTools/releases.atom", |
| 16 | + "chat": "https://zendframework-slack.herokuapp.com", |
| 17 | + "forum": "https://discourse.zendframework.com/c/questions/components" |
32 | 18 | }, |
33 | 19 | "require": { |
34 | 20 | "php": "^5.6 || ^7.0", |
|
42 | 28 | }, |
43 | 29 | "require-dev": { |
44 | 30 | "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1", |
45 | | - "squizlabs/php_codesniffer": "~2.3.1" |
| 31 | + "zendframework/zend-coding-standard": "~1.0.0" |
46 | 32 | }, |
47 | 33 | "suggest": { |
48 | 34 | "bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Zend) Db collector.", |
|
63 | 49 | "ZendDeveloperToolsTest\\": "test/" |
64 | 50 | } |
65 | 51 | }, |
| 52 | + "config": { |
| 53 | + "sort-packages": true |
| 54 | + }, |
| 55 | + "extra": { |
| 56 | + "branch-alias": { |
| 57 | + "dev-master": "1.1.x-dev", |
| 58 | + "dev-develop": "1.2.x-dev" |
| 59 | + }, |
| 60 | + "zf": { |
| 61 | + "module": "ZendDeveloperTools" |
| 62 | + } |
| 63 | + }, |
66 | 64 | "scripts": { |
67 | 65 | "check": [ |
68 | | - "@cs", |
| 66 | + "@cs-check", |
69 | 67 | "@test" |
70 | 68 | ], |
71 | | - "coveralls": "coveralls", |
72 | | - "cs": "phpcs", |
| 69 | + "cs-check": "phpcs", |
73 | 70 | "cs-fix": "phpcbf", |
74 | | - "test": "phpunit", |
75 | | - "test-coverage": "phpunit --coverage-clover clover.xml" |
76 | | - } |
| 71 | + "test": "phpunit --colors=always", |
| 72 | + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" |
| 73 | + }, |
| 74 | + "authors": [ |
| 75 | + { |
| 76 | + "name": "Evan Coury", |
| 77 | + "email": "me@evancoury.com", |
| 78 | + "homepage": "http://blog.evan.pro/" |
| 79 | + }, |
| 80 | + { |
| 81 | + "name": "Eric Boh", |
| 82 | + "email": "cossish@gmail.com" |
| 83 | + } |
| 84 | + ] |
77 | 85 | } |
0 commit comments