Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed May 9, 2014
1 parent baf414e commit f388ba3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koriym/printo",
"description": "An object graph visualizer.",
"keywords": ["debug", "object graph"],
"keywords": ["debug", "var_dump"],
"homepage": "https://github.com/koriym/print_o",
"license": "BSD-3-Clause",
"authors": [
Expand All @@ -21,5 +21,10 @@
"files": [
"src/print_o.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit f388ba3

Please sign in to comment.