We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8eb92 commit c6f3db2Copy full SHA for c6f3db2
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.8.0 (2015-xx-xx)
+## 0.8.0 (2015-02-25)
4
5
* First tagged release, split off from [clue/graph](https://github.com/clue/graph) v0.8.0
6
([#1](https://github.com/graphp/algorithms/issues/1))
README.md
@@ -11,7 +11,7 @@ The recommended way to install this library is [through composer](http://getcomp
11
```JSON
12
{
13
"require": {
14
- "graphp/algorithms": "dev-master"
+ "graphp/algorithms": "~0.8.0"
15
}
16
17
```
0 commit comments