|
1 | 1 | { |
2 | 2 | "name": "zendframework/zend-expressive-authorization", |
3 | 3 | "description": "Authorization middleware for Expressive and PSR-7 applications", |
4 | | - "homepage": "https://docs.zendframework.com/zend-expressive-authorization/", |
5 | | - "type": "library", |
6 | 4 | "license": "BSD-3-Clause", |
7 | 5 | "keywords": [ |
8 | 6 | "authorization", |
9 | 7 | "middleware", |
10 | 8 | "psr-7", |
| 9 | + "zf", |
| 10 | + "zendframework", |
11 | 11 | "zend-expressive" |
12 | 12 | ], |
13 | | - "config": { |
14 | | - "sort-packages": true |
15 | | - }, |
16 | 13 | "support": { |
17 | 14 | "docs": "https://docs.zendframework.com/zend-expressive-authorization/", |
18 | 15 | "issues": "https://github.com/zendframework/zend-expressive-authorization/issues", |
19 | 16 | "source": "https://github.com/zendframework/zend-expressive-authorization", |
| 17 | + "rss": "https://github.com/zendframework/zend-expressive-authorization/releases.atom", |
20 | 18 | "slack": "https://zendframework-slack.herokuapp.com", |
21 | 19 | "forum": "https://discourse.zendframework.com/c/questions/expressive" |
22 | 20 | }, |
|
30 | 28 | "zendframework/zend-expressive-router": "^2.2" |
31 | 29 | }, |
32 | 30 | "require-dev": { |
33 | | - "phpunit/phpunit": "^6.0.8", |
| 31 | + "phpunit/phpunit": "^6.4.3", |
34 | 32 | "roave/security-advisories": "dev-master", |
35 | 33 | "zendframework/zend-coding-standard": "~1.0.0" |
36 | 34 | }, |
|
41 | 39 | "zendframework/zend-expressive-authorization-acl": "^0.1 || ^1.0; provides a zend-permissions-acl-backed adapter", |
42 | 40 | "zendframework/zend-expressive-authorization-rbac": "^0.1 || ^1.0; provides a zend-permissions-rbac-backed adapter" |
43 | 41 | }, |
44 | | - "extra": { |
45 | | - "branch-alias": { |
46 | | - "dev-master": "^0.3.x-dev", |
47 | | - "dev-release-1.0.0": "^1.0.x-dev" |
48 | | - }, |
49 | | - "zf": { |
50 | | - "config-provider": "Zend\\Expressive\\Authorization\\ConfigProvider" |
51 | | - } |
52 | | - }, |
53 | 42 | "autoload": { |
54 | 43 | "psr-4": { |
55 | 44 | "Zend\\Expressive\\Authorization\\": "src/" |
|
60 | 49 | "ZendTest\\Expressive\\Authorization\\": "test/" |
61 | 50 | } |
62 | 51 | }, |
| 52 | + "config": { |
| 53 | + "sort-packages": true |
| 54 | + }, |
| 55 | + "extra": { |
| 56 | + "branch-alias": { |
| 57 | + "dev-master": "^0.3.x-dev", |
| 58 | + "dev-release-1.0.0": "^1.0.x-dev" |
| 59 | + }, |
| 60 | + "zf": { |
| 61 | + "config-provider": "Zend\\Expressive\\Authorization\\ConfigProvider" |
| 62 | + } |
| 63 | + }, |
63 | 64 | "scripts": { |
64 | 65 | "check": [ |
65 | 66 | "@cs-check", |
66 | 67 | "@test" |
67 | 68 | ], |
68 | | - "upload-coverage": "coveralls -v", |
69 | 69 | "cs-check": "phpcs", |
70 | 70 | "cs-fix": "phpcbf", |
71 | 71 | "test": "phpunit --colors=always", |
72 | | - "test-coverage": "phpunit --coverage-clover clover.xml" |
| 72 | + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", |
| 73 | + "upload-coverage": "coveralls -v" |
73 | 74 | } |
74 | 75 | } |
0 commit comments