|
1 | 1 | { |
2 | 2 | "name": "zfcampus/zf-apigility-documentation", |
3 | 3 | "description": "Apigility API documentation module", |
4 | | - "type": "library", |
5 | 4 | "license": "BSD-3-Clause", |
6 | 5 | "keywords": [ |
7 | | - "zf2", |
8 | | - "zend", |
| 6 | + "zf", |
| 7 | + "zendframework", |
9 | 8 | "module", |
10 | 9 | "apigiltiy", |
11 | 10 | "documentation" |
12 | 11 | ], |
13 | | - "homepage": "http://apigility.org/", |
14 | 12 | "support": { |
15 | | - |
16 | | - "irc": "irc://irc.freenode.net/apigility", |
| 13 | + "issues": "https://github.com/zfcampus/zf-apigility-documentation/issues", |
17 | 14 | "source": "https://github.com/zfcampus/zf-apigility-documentation", |
18 | | - "issues": "https://github.com/zfcampus/zf-apigility-documentation/issues" |
19 | | - }, |
20 | | - "extra": { |
21 | | - "branch-alias": { |
22 | | - "dev-master": "1.2-dev", |
23 | | - "dev-develop": "1.3-dev" |
24 | | - }, |
25 | | - "zf": { |
26 | | - "module": "ZF\\Apigility\\Documentation" |
27 | | - } |
| 15 | + "rss": "https://github.com/zfcampus/zf-apigility-documentation/releases.atom", |
| 16 | + "chat": "https://zendframework-slack.herokuapp.com", |
| 17 | + "forum": "https://discourse.zendframework.com/c/questions/apigility" |
28 | 18 | }, |
29 | 19 | "require": { |
30 | 20 | "php": "^5.6 || ^7.0", |
31 | | - "michelf/php-markdown" : "^1.5", |
| 21 | + "michelf/php-markdown": "^1.5", |
32 | 22 | "zendframework/zend-inputfilter": "^2.7.2", |
33 | 23 | "zendframework/zend-modulemanager": "^2.7.2", |
34 | | - "zendframework/zend-mvc": "^2.7.9 || ^3.0.2", |
| 24 | + "zendframework/zend-mvc": "^2.7.15 || ^3.0.4", |
35 | 25 | "zendframework/zend-servicemanager": "^2.7.6 || ^3.1", |
36 | 26 | "zendframework/zend-view": "^2.8.1", |
37 | 27 | "zfcampus/zf-apigility-provider": "^1.2", |
38 | 28 | "zfcampus/zf-configuration": "^1.2", |
39 | 29 | "zfcampus/zf-content-negotiation": "^1.2.1" |
40 | 30 | }, |
41 | 31 | "require-dev": { |
42 | | - "phpunit/phpunit": "^4.8 || ^5.0", |
43 | | - "squizlabs/php_codesniffer": "^2.3.1", |
| 32 | + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5", |
| 33 | + "zendframework/zend-coding-standard": "~1.0.0", |
44 | 34 | "zendframework/zend-stdlib": "^2.7.7 || ^3.0.1" |
45 | 35 | }, |
46 | 36 | "autoload": { |
|
53 | 43 | "ZFTest\\Apigility\\Documentation\\": "test/" |
54 | 44 | } |
55 | 45 | }, |
| 46 | + "config": { |
| 47 | + "sort-packages": true |
| 48 | + }, |
| 49 | + "extra": { |
| 50 | + "branch-alias": { |
| 51 | + "dev-master": "1.3.x-dev", |
| 52 | + "dev-develop": "1.4.x-dev" |
| 53 | + }, |
| 54 | + "zf": { |
| 55 | + "module": "ZF\\Apigility\\Documentation" |
| 56 | + } |
| 57 | + }, |
56 | 58 | "scripts": { |
57 | 59 | "check": [ |
58 | 60 | "@cs-check", |
59 | 61 | "@test" |
60 | 62 | ], |
61 | 63 | "cs-check": "phpcs", |
62 | 64 | "cs-fix": "phpcbf", |
63 | | - "test": "phpunit" |
| 65 | + "test": "phpunit --colors=always", |
| 66 | + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" |
64 | 67 | } |
65 | 68 | } |
0 commit comments