|
1 | 1 | {
|
2 | 2 | "name": "zendframework/zend-http",
|
3 |
| - "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests", |
4 |
| - "homepage": "https://github.com/zendframework/zend-http", |
| 3 | + "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests", |
5 | 4 | "license": "BSD-3-Clause",
|
6 | 5 | "keywords": [
|
7 | 6 | "zf",
|
|
11 | 10 | "HTTP client"
|
12 | 11 | ],
|
13 | 12 | "support": {
|
14 |
| - "docs": "https://docs.zendframework.com/zend-http", |
| 13 | + "docs": "https://docs.zendframework.com/zend-http/", |
15 | 14 | "issues": "https://github.com/zendframework/zend-http/issues",
|
16 | 15 | "source": "https://github.com/zendframework/zend-http",
|
17 | 16 | "rss": "https://github.com/zendframework/zend-http/releases.atom",
|
18 |
| - "slack": "https://zendframework-slack.herokuapp.com", |
| 17 | + "chat": "https://zendframework-slack.herokuapp.com", |
19 | 18 | "forum": "https://discourse.zendframework.com/c/questions/components"
|
20 | 19 | },
|
21 |
| - "config": { |
22 |
| - "sort-packages": true |
23 |
| - }, |
24 | 20 | "require": {
|
25 | 21 | "php": "^5.6 || ^7.0",
|
26 | 22 | "zendframework/zend-loader": "^2.5.1",
|
|
29 | 25 | "zendframework/zend-validator": "^2.10.1"
|
30 | 26 | },
|
31 | 27 | "require-dev": {
|
32 |
| - "phpunit/phpunit": "^6.4.1 || ^5.7.15", |
| 28 | + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3", |
33 | 29 | "zendframework/zend-coding-standard": "~1.0.0",
|
34 | 30 | "zendframework/zend-config": "^3.1 || ^2.6"
|
35 | 31 | },
|
|
43 | 39 | "ZendTest\\Http\\": "test/"
|
44 | 40 | }
|
45 | 41 | },
|
| 42 | + "config": { |
| 43 | + "sort-packages": true |
| 44 | + }, |
46 | 45 | "extra": {
|
47 | 46 | "branch-alias": {
|
48 |
| - "dev-master": "2.7-dev", |
49 |
| - "dev-develop": "2.8-dev" |
| 47 | + "dev-master": "2.7.x-dev", |
| 48 | + "dev-develop": "2.8.x-dev" |
50 | 49 | }
|
51 | 50 | },
|
52 | 51 | "scripts": {
|
|
57 | 56 | "cs-check": "phpcs",
|
58 | 57 | "cs-fix": "phpcbf",
|
59 | 58 | "test": "phpunit --colors=always",
|
60 |
| - "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", |
61 |
| - "upload-coverage": "coveralls -v" |
| 59 | + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" |
62 | 60 | }
|
63 | 61 | }
|
0 commit comments