Skip to content

Commit

Permalink
Add license and addition info to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomphp committed Mar 11, 2015
1 parent 4b3427c commit e5d8701
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "*"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5d8701

Please sign in to comment.