|
1 | 1 | { |
2 | 2 | "name": "zfcampus/zf-apigility", |
3 | 3 | "description": "Apigility module for Zend Framework", |
4 | | - "type": "library", |
5 | 4 | "license": "BSD-3-Clause", |
6 | 5 | "keywords": [ |
| 6 | + "zf", |
| 7 | + "zendframework", |
7 | 8 | "api", |
8 | 9 | "apigility", |
9 | | - "framework", |
10 | | - "zf2" |
| 10 | + "framework" |
11 | 11 | ], |
12 | | - "homepage": "http://apigility.org/", |
13 | 12 | "support": { |
14 | | - |
15 | | - "irc": "irc://irc.freenode.net/apigility", |
| 13 | + "issues": "https://github.com/zfcampus/zf-apigility/issues", |
16 | 14 | "source": "https://github.com/zfcampus/zf-apigility", |
17 | | - "issues": "https://github.com/zfcampus/zf-apigility/issues" |
18 | | - }, |
19 | | - "extra": { |
20 | | - "branch-alias": { |
21 | | - "dev-master": "1.3-dev", |
22 | | - "dev-develop": "1.4-dev" |
23 | | - }, |
24 | | - "zf": { |
25 | | - "module": "ZF\\Apigility" |
26 | | - } |
| 15 | + "rss": "https://github.com/zfcampus/zf-apigility/releases.atom", |
| 16 | + "chat": "https://zendframework-slack.herokuapp.com", |
| 17 | + "forum": "https://discourse.zendframework.com/c/questions/apigility" |
27 | 18 | }, |
28 | 19 | "require": { |
29 | 20 | "php": "^5.6 || ^7.0", |
|
46 | 37 | "zfcampus/zf-versioning": "^1.2" |
47 | 38 | }, |
48 | 39 | "require-dev": { |
49 | | - "phpunit/phpunit": "^4.8 || ^5.0", |
50 | | - "squizlabs/php_codesniffer": "^2.6.2", |
| 40 | + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5", |
| 41 | + "zendframework/zend-coding-standard": "~1.0.0", |
51 | 42 | "zendframework/zend-http": "^2.5.4" |
52 | 43 | }, |
53 | 44 | "suggest": { |
|
65 | 56 | "ZFTest\\Apigility\\": "test/" |
66 | 57 | } |
67 | 58 | }, |
| 59 | + "config": { |
| 60 | + "sort-packages": true |
| 61 | + }, |
| 62 | + "extra": { |
| 63 | + "branch-alias": { |
| 64 | + "dev-master": "1.4.x-dev", |
| 65 | + "dev-develop": "1.5.x-dev" |
| 66 | + }, |
| 67 | + "zf": { |
| 68 | + "module": "ZF\\Apigility" |
| 69 | + } |
| 70 | + }, |
68 | 71 | "scripts": { |
69 | 72 | "check": [ |
70 | 73 | "@cs-check", |
71 | 74 | "@test" |
72 | 75 | ], |
73 | 76 | "cs-check": "phpcs", |
74 | 77 | "cs-fix": "phpcbf", |
75 | | - "test": "phpunit" |
| 78 | + "test": "phpunit --colors=always", |
| 79 | + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" |
76 | 80 | } |
77 | 81 | } |
0 commit comments