Skip to content

Commit

Permalink
Added license and authors to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jul 10, 2018
1 parent 396f4cb commit e5e85f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"name": "php-di-definitions/dummy",
"description": "Dummy definition for testing",
"license": "MIT",
"authors": [
{
"name": "Cees-Jan Kiewiet",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2"
},
Expand Down

0 comments on commit e5e85f2

Please sign in to comment.