|
1 | 1 | { |
2 | 2 | "name": "zendframework/zend-uri", |
3 | | - "description": "a component that aids in manipulating and validating \u00bb Uniform Resource Identifiers (URIs)", |
| 3 | + "description": "A component that aids in manipulating and validating \u00bb Uniform Resource Identifiers (URIs)", |
4 | 4 | "license": "BSD-3-Clause", |
5 | 5 | "keywords": [ |
6 | | - "zf2", |
| 6 | + "zf", |
| 7 | + "zendframework", |
7 | 8 | "uri" |
8 | 9 | ], |
9 | | - "homepage": "https://github.com/zendframework/zend-uri", |
10 | | - "autoload": { |
11 | | - "psr-4": { |
12 | | - "Zend\\Uri\\": "src/" |
13 | | - } |
| 10 | + "support": { |
| 11 | + "docs": "https://docs.zendframework.com/zend-uri/", |
| 12 | + "issues": "https://github.com/zendframework/zend-uri/issues", |
| 13 | + "source": "https://github.com/zendframework/zend-uri", |
| 14 | + "rss": "https://github.com/zendframework/zend-uri/releases.atom", |
| 15 | + "chat": "https://zendframework-slack.herokuapp.com", |
| 16 | + "forum": "https://discourse.zendframework.com/c/questions/components" |
14 | 17 | }, |
15 | 18 | "require": { |
16 | 19 | "php": "^5.6 || ^7.0", |
17 | 20 | "zendframework/zend-escaper": "^2.5", |
18 | | - "zendframework/zend-validator": "^2.5" |
| 21 | + "zendframework/zend-validator": "^2.10" |
19 | 22 | }, |
20 | | - "extra": { |
21 | | - "branch-alias": { |
22 | | - "dev-master": "2.6.x-dev", |
23 | | - "dev-develop": "2.7.x-dev" |
| 23 | + "require-dev": { |
| 24 | + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4", |
| 25 | + "zendframework/zend-coding-standard": "~1.0.0" |
| 26 | + }, |
| 27 | + "autoload": { |
| 28 | + "psr-4": { |
| 29 | + "Zend\\Uri\\": "src/" |
24 | 30 | } |
25 | 31 | }, |
26 | 32 | "autoload-dev": { |
27 | 33 | "psr-4": { |
28 | 34 | "ZendTest\\Uri\\": "test/" |
29 | 35 | } |
30 | 36 | }, |
31 | | - "require-dev": { |
32 | | - "phpunit/phpunit": "^6.2.1 || ^5.7.15", |
33 | | - "zendframework/zend-coding-standard": "~1.0.0" |
| 37 | + "config": { |
| 38 | + "sort-packages": true |
| 39 | + }, |
| 40 | + "extra": { |
| 41 | + "branch-alias": { |
| 42 | + "dev-master": "2.6.x-dev", |
| 43 | + "dev-develop": "2.7.x-dev" |
| 44 | + } |
34 | 45 | }, |
35 | 46 | "scripts": { |
36 | 47 | "check": [ |
|
0 commit comments