Merge pull request #367 from lucasmichot/feature/composer-details

Add homepage and support section to composer.json
This commit is contained in:
Anton Medvedev 2015-06-18 23:15:11 +07:00
commit 40f327af15

View File

@ -2,6 +2,12 @@
"name": "deployer/deployer",
"description": "Deployment Tool",
"license": "MIT",
"homepage": "http://deployer.org",
"support": {
"issues": "https://github.com/deployphp/deployer/issues",
"source": "https://github.com/deployphp/deployer",
"docs": "http://deployer.org/docs"
},
"authors": [
{
"name": "Anton Medvedev",