Updating the composer.json to include the web site, and a few support links.
This commit is contained in:
parent
d037baf4bc
commit
6053f0f748
1 changed files with 8 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
"description": "Simple continuous integration for PHP projects.",
|
||||
"minimum-stability": "dev",
|
||||
"type": "library",
|
||||
"keywords": ["php", "phpci", "ci", "continuous", "integration", "jenkins", "travis"],
|
||||
"homepage": "https://github.com/Block8/PHPCI",
|
||||
"keywords": ["php", "phpci", "ci", "continuous", "integration", "testing", "phpunit", "continuous integration", "jenkins", "travis"],
|
||||
"homepage": "http://www.phptesting.org/",
|
||||
"license": "BSD-2-Clause",
|
||||
|
||||
"authors": [
|
||||
|
|
@ -16,6 +16,12 @@
|
|||
}
|
||||
],
|
||||
|
||||
"support": {
|
||||
"email": "hello+phpci@block8.co.uk",
|
||||
"issues": "https://github.com/Block8/PHPCI/issues",
|
||||
"source": "https://github.com/Block8/PHPCI"
|
||||
},
|
||||
|
||||
"require": {
|
||||
"block8/b8framework": "dev-master",
|
||||
"phpunit/phpunit": "3.*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue