From 5d0135905580f2dadca90977353283a9efb50dcd Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 10 May 2013 16:54:24 +0100 Subject: [PATCH] Expanding composer.json to include license, keywords and so on. --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d4342720..50cc4039 100644 --- a/composer.json +++ b/composer.json @@ -2,11 +2,17 @@ "name": "block8/phpci", "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", + "license": "BSD-2-Clause", "authors": [ { "name": "Dan Cryer", - "email": "dan.cryer@block8.co.uk" + "email": "dan.cryer@block8.co.uk", + "homepage": "http://www.block8.co.uk", + "role": "Developer" } ],