From e5d87018571160d3b2a54792dd7d36aaa8c2a52c Mon Sep 17 00:00:00 2001 From: Tom Oram Date: Wed, 11 Mar 2015 22:06:54 +0000 Subject: [PATCH] Add license and addition info to composer.json --- composer.json | 11 +++++++++++ composer.lock | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 58bd02e..cbd9f3c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,17 @@ { "name": "tomphp/config-service-provider", "description": "A service provider for the League of Extraordinary Packages' Container which easily allows you to add config values to your DI.", + "license": "MIT", + "type": "library", + "keywords": ["di", "dependency injection", "container", "league"], + "authors": [ + { + "name": "Tom Oram", + "email": "tom@x2k.co.uk", + "homepage": "https://github.com/tomphp", + "role": "Developer" + } + ], "require-dev": { "phpunit/phpunit": "~4.5", "squizlabs/php_codesniffer": "*" diff --git a/composer.lock b/composer.lock index bd26b6e..8e2532c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "8c4afdfc787191bacfe7af5614e81110", + "hash": "98f7000dc0fc4f72f892f26963d47820", "packages": [ { "name": "league/container",