|
1 | 1 | {
|
2 | 2 | "name": "zendframework/zend-xmlrpc",
|
3 |
| - "description": " ", |
| 3 | + "description": "Fully-featured XML-RPC server and client implementations", |
4 | 4 | "license": "BSD-3-Clause",
|
5 | 5 | "keywords": [
|
6 |
| - "zf2", |
| 6 | + "zf", |
| 7 | + "zendframework", |
7 | 8 | "xmlrpc"
|
8 | 9 | ],
|
9 |
| - "homepage": "https://github.com/zendframework/zend-xmlrpc", |
10 |
| - "autoload": { |
11 |
| - "psr-4": { |
12 |
| - "Zend\\XmlRpc\\": "src/" |
13 |
| - } |
14 |
| - }, |
15 |
| - "autoload-dev": { |
16 |
| - "psr-4": { |
17 |
| - "ZendTest\\XmlRpc\\": "test/" |
18 |
| - }, |
19 |
| - "files": [ |
20 |
| - "test/autoload.php", |
21 |
| - "test/TestAsset/functions.php" |
22 |
| - ] |
| 10 | + "support": { |
| 11 | + "docs": "https://docs.zendframework.com/zend-xmlrpc/", |
| 12 | + "issues": "https://github.com/zendframework/zend-xmlrpc/issues", |
| 13 | + "source": "https://github.com/zendframework/zend-xmlrpc", |
| 14 | + "rss": "https://github.com/zendframework/zend-xmlrpc/releases.atom", |
| 15 | + "chat": "https://zendframework-slack.herokuapp.com", |
| 16 | + "forum": "https://discourse.zendframework.com/c/questions/components" |
23 | 17 | },
|
24 | 18 | "require": {
|
25 | 19 | "php": "^5.6 || ^7.0",
|
|
30 | 24 | "zendframework/zendxml": "^1.0.2"
|
31 | 25 | },
|
32 | 26 | "require-dev": {
|
33 |
| - "phpunit/PHPUnit": "^5.7.25 || ^6.4.4", |
| 27 | + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", |
34 | 28 | "zendframework/zend-coding-standard": "~1.0.0"
|
35 | 29 | },
|
36 | 30 | "suggest": {
|
37 | 31 | "zendframework/zend-cache": "To support Zend\\XmlRpc\\Server\\Cache usage"
|
38 | 32 | },
|
39 |
| - "minimum-stability": "dev", |
40 |
| - "prefer-stable": true, |
| 33 | + "autoload": { |
| 34 | + "psr-4": { |
| 35 | + "Zend\\XmlRpc\\": "src/" |
| 36 | + } |
| 37 | + }, |
| 38 | + "autoload-dev": { |
| 39 | + "psr-4": { |
| 40 | + "ZendTest\\XmlRpc\\": "test/" |
| 41 | + }, |
| 42 | + "files": [ |
| 43 | + "test/autoload.php", |
| 44 | + "test/TestAsset/functions.php" |
| 45 | + ] |
| 46 | + }, |
| 47 | + "config": { |
| 48 | + "sort-packages": true |
| 49 | + }, |
41 | 50 | "extra": {
|
42 | 51 | "branch-alias": {
|
43 | 52 | "dev-master": "2.6.x-dev",
|
|
51 | 60 | ],
|
52 | 61 | "cs-check": "phpcs",
|
53 | 62 | "cs-fix": "phpcbf",
|
54 |
| - "test": "phpunit", |
55 |
| - "test-coverage": "phpunit --coverage-clover clover.xml" |
| 63 | + "test": "phpunit --colors=always", |
| 64 | + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" |
56 | 65 | }
|
57 | 66 | }
|
0 commit comments