Skip to content

Commit

Permalink
track xghui-collector feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Apr 23, 2019
1 parent f5a09b1 commit 7435c57
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"slim/views": "^0.1.0",
"twig/twig": "~1.17",
"pimple/pimple": "^1.0.2",
"perftools/xhgui-collector": "^1.4.0"
"perftools/xhgui-collector": "dev-backend-decoupling"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
Expand All @@ -30,5 +30,11 @@
"ext-mongo": "Mongo is needed to store profiler results for PHP < 7.",
"ext-mongodb": "Mongo is needed to store profiler results for PHP > 7.",
"alcaeus/mongo-php-adapter": "Mongo PHP Adapter is required for PHP >7 (when using ext-mongodb)"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/1ma/xhgui-collector"
}
]
}

0 comments on commit 7435c57

Please sign in to comment.