|
3 | 3 | "description": "Provides functionality for converting XML to JSON, optionally including XML attributes", |
4 | 4 | "license": "BSD-3-Clause", |
5 | 5 | "keywords": [ |
6 | | - "zf2", |
| 6 | + "zf", |
| 7 | + "zendframework", |
7 | 8 | "json", |
8 | 9 | "xml" |
9 | 10 | ], |
10 | | - "homepage": "https://github.com/zendframework/zend-xml2json", |
11 | | - "config": { |
12 | | - "sort-packages": true |
13 | | - }, |
14 | | - "extra": { |
15 | | - "branch-alias": { |
16 | | - "dev-master": "3.0-dev", |
17 | | - "dev-develop": "3.1-dev" |
18 | | - } |
| 11 | + "support": { |
| 12 | + "docs": "https://docs.zendframework.com/zend-xml2json/", |
| 13 | + "issues": "https://github.com/zendframework/zend-xml2json/issues", |
| 14 | + "source": "https://github.com/zendframework/zend-xml2json", |
| 15 | + "rss": "https://github.com/zendframework/zend-xml2json/releases.atom", |
| 16 | + "chat": "https://zendframework-slack.herokuapp.com", |
| 17 | + "forum": "https://discourse.zendframework.com/c/questions/components" |
19 | 18 | }, |
20 | 19 | "require": { |
21 | 20 | "php": "^5.6 || ^7.0", |
22 | 21 | "zendframework/zend-json": "^2.6.1 || ^3.0", |
23 | 22 | "zendframework/zendxml": "^1.0.2" |
24 | 23 | }, |
25 | 24 | "require-dev": { |
26 | | - "phpunit/phpunit": "^5.7.22 || ^6.4.1", |
| 25 | + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4", |
27 | 26 | "zendframework/zend-coding-standard": "~1.0.0" |
28 | 27 | }, |
29 | 28 | "autoload": { |
|
36 | 35 | "ZendTest\\Xml2Json\\": "test/" |
37 | 36 | } |
38 | 37 | }, |
| 38 | + "config": { |
| 39 | + "sort-packages": true |
| 40 | + }, |
| 41 | + "extra": { |
| 42 | + "branch-alias": { |
| 43 | + "dev-master": "3.1.x-dev", |
| 44 | + "dev-develop": "3.2.x-dev" |
| 45 | + } |
| 46 | + }, |
39 | 47 | "scripts": { |
40 | 48 | "check": [ |
41 | 49 | "@cs-check", |
42 | 50 | "@test" |
43 | 51 | ], |
44 | | - "upload-coverage": "coveralls", |
45 | 52 | "cs-check": "phpcs", |
46 | | - "cs-fix": "phpcbf fix -v", |
47 | | - "test": "phpunit", |
48 | | - "test-coverage": "phpunit --coverage-clover clover.xml" |
| 53 | + "cs-fix": "phpcbf", |
| 54 | + "test": "phpunit --colors=always", |
| 55 | + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" |
49 | 56 | } |
50 | 57 | } |
0 commit comments