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",