Skip to content

Commit

Permalink
Merge pull request phacility#17 from NoUseFreak/0.9.x
Browse files Browse the repository at this point in the history
Add more info and requirements to composer.json.
  • Loading branch information
billf committed Mar 26, 2013
2 parents c397b12 + 7bb1f41 commit 3425f7f
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": "facebook/xhprof",
"type": "library",
"description": "XHProf: A Hierarchical Profiler for PHP",
"keywords": ["profiling", "performance"],
"homepage": "http://pecl.php.net/package/xhprof",
"license": "Apache-2.0",
"require": {
"php": ">=5.2.0"
},
"autoload": {
"files": [
"xhprof_lib/utils/xhprof_lib.php",
Expand Down

0 comments on commit 3425f7f

Please sign in to comment.