Skip to content

Commit

Permalink
composer.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Moreno committed Mar 9, 2017
1 parent 2da81d5 commit 72c48fe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "triun/value-object",
"description": ".",
"description": "Value Object",
"keywords": ["value", "object"],
"license": "MIT",
"homepage": "https://github.com/Triun",
"support": {
"issues": "https://github.com/Triun/value-object/issues",
"source": "https://github.com/Triun/value-object"
},
"keywords": ["value", "object"],
"authors": [
{
"name": "Gonzalo Moreno"
Expand All @@ -29,6 +29,8 @@
}
},
"autoload-dev": {
"classmap": ["tests/StringLiteralTestCase.php"]
"psr-4": {
"Tests\\": "tests/"
}
}
}

0 comments on commit 72c48fe

Please sign in to comment.