|
1 | 1 | { |
2 | 2 | "name": "zendframework/zend-expressive", |
3 | 3 | "description": "PSR-7 Middleware Microframework based on Stratigility", |
4 | | - "homepage": "https://docs.zendframework.com/zend-expressive/", |
5 | | - "type": "library", |
6 | 4 | "license": "BSD-3-Clause", |
7 | 5 | "keywords": [ |
8 | 6 | "http", |
9 | 7 | "middleware", |
10 | 8 | "psr", |
11 | 9 | "psr-7", |
12 | | - "psr-11" |
| 10 | + "psr-11", |
| 11 | + "zf", |
| 12 | + "zendframework", |
| 13 | + "zend-expressive" |
13 | 14 | ], |
14 | 15 | "support": { |
15 | 16 | "docs": "https://docs.zendframework.com/zend-expressive/", |
16 | 17 | "issues": "https://github.com/zendframework/zend-expressive/issues", |
17 | 18 | "source": "https://github.com/zendframework/zend-expressive", |
| 19 | + "rss": "https://github.com/zendframework/zend-expressive/releases.atom", |
18 | 20 | "slack": "https://zendframework-slack.herokuapp.com", |
19 | 21 | "forum": "https://discourse.zendframework.com/c/questions/expressive" |
20 | 22 | }, |
21 | | - "extra": { |
22 | | - "branch-alias": { |
23 | | - "dev-master": "2.0-dev", |
24 | | - "dev-develop": "2.1-dev" |
25 | | - } |
26 | | - }, |
27 | 23 | "require": { |
28 | 24 | "php": "^5.6 || ^7.0", |
29 | 25 | "fig/http-message-util": "^1.1.2", |
|
39 | 35 | "filp/whoops": "^2.1.6 || ^1.1.10", |
40 | 36 | "malukenho/docheader": "^0.1.5", |
41 | 37 | "mockery/mockery": "^1.0", |
42 | | - "phpunit/phpunit": "^5.7.22 || ^6.4.1", |
| 38 | + "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
43 | 39 | "zendframework/zend-coding-standard": "~1.0.0", |
44 | 40 | "zendframework/zend-expressive-aurarouter": "^2.0", |
45 | 41 | "zendframework/zend-expressive-fastroute": "^2.0", |
|
49 | 45 | "conflict": { |
50 | 46 | "container-interop/container-interop": "<1.2.0" |
51 | 47 | }, |
| 48 | + "suggest": { |
| 49 | + "filp/whoops": "^2.1 to use the Whoops error handler", |
| 50 | + "zendframework/zend-expressive-helpers": "^3.0 for its UrlHelper, ServerUrlHelper, and BodyParseMiddleware", |
| 51 | + "aura/di": "^3.2 to make use of Aura.Di dependency injection container", |
| 52 | + "xtreamwayz/pimple-container-interop": "^1.0 to use Pimple for dependency injection", |
| 53 | + "zendframework/zend-expressive-tooling": "For migration and development tools; require it with the --dev flag", |
| 54 | + "zendframework/zend-servicemanager": "^3.3 to use zend-servicemanager for dependency injection" |
| 55 | + }, |
52 | 56 | "autoload": { |
53 | 57 | "psr-4": { |
54 | 58 | "Zend\\Expressive\\": "src/" |
|
62 | 66 | "test/class_exists.php" |
63 | 67 | ] |
64 | 68 | }, |
65 | | - "suggest": { |
66 | | - "filp/whoops": "^2.1 to use the Whoops error handler", |
67 | | - "zendframework/zend-expressive-helpers": "^3.0 for its UrlHelper, ServerUrlHelper, and BodyParseMiddleware", |
68 | | - "aura/di": "^3.2 to make use of Aura.Di dependency injection container", |
69 | | - "xtreamwayz/pimple-container-interop": "^1.0 to use Pimple for dependency injection", |
70 | | - "zendframework/zend-expressive-tooling": "For migration and development tools; require it with the --dev flag", |
71 | | - "zendframework/zend-servicemanager": "^3.3 to use zend-servicemanager for dependency injection" |
| 69 | + "config": { |
| 70 | + "sort-packages": true |
| 71 | + }, |
| 72 | + "extra": { |
| 73 | + "branch-alias": { |
| 74 | + "dev-master": "2.1.x-dev", |
| 75 | + "dev-develop": "2.2.x-dev", |
| 76 | + "dev-release-3.0.0": "3.0.x-dev" |
| 77 | + } |
72 | 78 | }, |
73 | 79 | "bin": [ |
74 | 80 | "bin/expressive-tooling" |
|
79 | 85 | "@cs-check", |
80 | 86 | "@test" |
81 | 87 | ], |
82 | | - "upload-coverage": "coveralls -v", |
83 | 88 | "cs-check": "phpcs", |
84 | 89 | "cs-fix": "phpcbf", |
85 | 90 | "test": "phpunit --colors=always", |
86 | | - "test-coverage": "phpunit --coverage-clover clover.xml", |
87 | | - "license-check": "vendor/bin/docheader check src/ test/" |
| 91 | + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", |
| 92 | + "upload-coverage": "coveralls -v", |
| 93 | + "license-check": "docheader check src/ test/" |
88 | 94 | } |
89 | 95 | } |
0 commit comments