Skip to content

Commit 63a7e26

Browse files
author
Spencer Rinehart
committed
Use graphp/graph#103 to simplify code.
v0.8.0 of the graph library added the ability to store attributes on vertices/edges, so we can use that rather than having to store a parallel commit information data structure. This makes things much simpler :)
1 parent 3e247fb commit 63a7e26

File tree

3 files changed

+79
-108
lines changed

3 files changed

+79
-108
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/process": "~2.4",
2525
"nubs/sensible": "~0.4.0",
2626
"nubs/which": "~1.0",
27-
"clue/graph": "~0.7.1"
27+
"clue/graph": "~0.8.0"
2828
},
2929
"bin": ["bin/buildRelease"],
3030
"autoload": {

composer.lock

Lines changed: 70 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)