Skip to content

Commit

Permalink
Added composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalnature committed Nov 26, 2013
1 parent 9d9a6da commit fbe3808
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "digitalnature/php-ref",
"description": "A nicer print_r/var_dump alternative for PHP 5.3+",
"keywords": ["debug","var_dump"],
"homepage": "https://github.com/digitalnature/php-ref",
"require": {
"php": ">=5.3.0"
}
}

0 comments on commit fbe3808

Please sign in to comment.