Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Dec 2, 2015
1 parent 87d26c5 commit c81b010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "nilportugues/haljson-bundle",
"homepage": "http://nilportugues.com",
"type": "library",
"description": "Symfony 2 HAL+JSON Transformer Package",
"keywords": ["sf2", "symfony", "halson", "hal", "json", "api", "haljson", "serializer", "transformer", "psr7", "response"],
"description": "HAL+JSON API Transformer Bundle for Symfony 2 and Symfony 3",
"keywords": ["sf2", "sf3","symfony", "symfony2", "symfony3", "halson", "hal", "json", "api", "haljson", "serializer", "transformer", "psr7", "response"],
"license": "MIT",
"authors": [
{
Expand All @@ -14,7 +14,7 @@
],
"autoload": {
"psr-4": {
"NilPortugues\\Symfony2\\HalJsonBundle\\": "src/"
"NilPortugues\\Symfony\\HalJsonBundle\\": "src/"
}
},
"require": {
Expand Down

0 comments on commit c81b010

Please sign in to comment.