Skip to content

Commit

Permalink
Merge pull request #83 from textagroup/composerJsonFile
Browse files Browse the repository at this point in the history
Added composer.json file
  • Loading branch information
longxinH authored May 15, 2024
2 parents 60dd796 + cbc3967 commit da4cbaf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "longxinh/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": ">=7.2.0"
},
"autoload": {
"files": [
"xhprof_lib/utils/xhprof_lib.php",
"xhprof_lib/utils/xhprof_runs.php"
]
},
"bin": ["bin/xhprofile"]
}

0 comments on commit da4cbaf

Please sign in to comment.