This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zendframework/zend-expressive-authentication" ,
3
3
"description" : " Authentication middleware for Expressive and PSR-7 applications" ,
4
- "homepage" : " https://docs.zendframework.com/zend-expressive-authentication/" ,
5
- "type" : " library" ,
6
4
"license" : " BSD-3-Clause" ,
7
5
"keywords" : [
6
+ " zf" ,
7
+ " zendframework" ,
8
8
" authentication" ,
9
9
" http" ,
10
10
" middleware" ,
11
11
" zend-expressive" ,
12
12
" psr-7"
13
13
],
14
- "config" : {
15
- "sort-packages" : true
16
- },
17
14
"support" : {
18
15
"docs" : " https://docs.zendframework.com/zend-expressive-authentication/" ,
19
16
"issues" : " https://github.com/zendframework/zend-expressive-authentication/issues" ,
20
17
"source" : " https://github.com/zendframework/zend-expressive-authentication" ,
18
+ "rss" : " https://github.com/zendframework/zend-expressive-authentication/releases.atom" ,
21
19
"slack" : " https://zendframework-slack.herokuapp.com" ,
22
20
"forum" : " https://discourse.zendframework.com/c/questions/expressive"
23
21
},
51
49
"ZendTest\\ Expressive\\ Authentication\\ " : " test/"
52
50
}
53
51
},
52
+ "config" : {
53
+ "sort-packages" : true
54
+ },
55
+ "extra" : {
56
+ "branch-alias" : {
57
+ "dev-master" : " 1.0-dev"
58
+ }
59
+ },
54
60
"scripts" : {
55
61
"check" : [
56
62
" @cs-check" ,
57
63
" @test"
58
64
],
59
- "upload-coverage" : " coveralls -v" ,
60
65
"cs-check" : " phpcs" ,
61
66
"cs-fix" : " phpcbf" ,
62
67
"test" : " phpunit --colors=always" ,
63
- "test-coverage" : " phpunit --coverage-clover clover.xml" ,
64
- "license-check " : " vendor/bin/docheader check src/ test/ "
68
+ "test-coverage" : " phpunit --colors=always -- coverage-clover clover.xml" ,
69
+ "upload-coverage " : " coveralls -v "
65
70
}
66
71
}
You can’t perform that action at this time.
0 commit comments