Skip to content

Commit

Permalink
Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 2, 2019
1 parent c2b558b commit 31e51ce
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "An implementation of tree data structure",
"keywords": [
"tree",
"php"
"php",
"data structure",
"binary tree"
],
"license": "MIT",
"authors": [
Expand All @@ -17,13 +19,19 @@
"php": ">=7.1"
},
"require-dev": {
"apigen/apigen": "dev-master",
"drupol/php-conventions": "^1",
"drupol/phpspec-annotation": "^1",
"graphp/graphviz": "^0.2",
"roave/better-reflection": "dev-master#c87d856",
"infection/infection": "^0.12",
"leanphp/phpspec-code-coverage": "^4",
"phpbench/phpbench": "^0.16",
"phpspec/phpspec": "^4",
"scrutinizer/ocular": "^1"
},
"config": {
"platform": {
"php": "7.1.28"
},
"sort-packages": true
},
"extra": {
Expand Down

0 comments on commit 31e51ce

Please sign in to comment.