Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit dc6f7a7

Browse files
committed
Updated composer.json skeleton
1 parent 3fbd8ba commit dc6f7a7

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

composer.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
{
22
"name": "zendframework/zend-expressive-authentication",
33
"description": "Authentication middleware for Expressive and PSR-7 applications",
4-
"homepage": "https://docs.zendframework.com/zend-expressive-authentication/",
5-
"type": "library",
64
"license": "BSD-3-Clause",
75
"keywords": [
6+
"zf",
7+
"zendframework",
88
"authentication",
99
"http",
1010
"middleware",
1111
"zend-expressive",
1212
"psr-7"
1313
],
14-
"config": {
15-
"sort-packages": true
16-
},
1714
"support": {
1815
"docs": "https://docs.zendframework.com/zend-expressive-authentication/",
1916
"issues": "https://github.com/zendframework/zend-expressive-authentication/issues",
2017
"source": "https://github.com/zendframework/zend-expressive-authentication",
18+
"rss": "https://github.com/zendframework/zend-expressive-authentication/releases.atom",
2119
"slack": "https://zendframework-slack.herokuapp.com",
2220
"forum": "https://discourse.zendframework.com/c/questions/expressive"
2321
},
@@ -51,16 +49,23 @@
5149
"ZendTest\\Expressive\\Authentication\\": "test/"
5250
}
5351
},
52+
"config": {
53+
"sort-packages": true
54+
},
55+
"extra": {
56+
"branch-alias": {
57+
"dev-master": "1.0-dev"
58+
}
59+
},
5460
"scripts": {
5561
"check": [
5662
"@cs-check",
5763
"@test"
5864
],
59-
"upload-coverage": "coveralls -v",
6065
"cs-check": "phpcs",
6166
"cs-fix": "phpcbf",
6267
"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"
6570
}
6671
}

0 commit comments

Comments
 (0)