Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit 5691ecc

Browse files
committed
Composer package graphp/algorithms is now dev and suggest dependency
1 parent e073ce2 commit 5691ecc

File tree

2 files changed

+55
-52
lines changed

2 files changed

+55
-52
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,20 @@
1414
"php": ">=7.0",
1515
"codeception/codeception": ">=2.4 | <3.0",
1616
"clue/graph": "^0.9",
17-
"graphp/algorithms": "^0.8",
1817
"edno/graphyed": "*"
1918
},
2019
"require-dev": {
20+
"graphp/algorithms": "^0.8",
2121
"php-coveralls/php-coveralls": "^2.1"
2222
},
2323
"autoload": {
2424
"psr-4": {
2525
"edno\\Codeception\\": "src/"
2626
}
2727
},
28+
"suggest": {
29+
"graphp/algorithms": "Compatible set of graph algorithms for Graphwalker"
30+
},
2831
"minimum-stability": "dev",
2932
"prefer-stable": true
3033
}

composer.lock

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

0 commit comments

Comments
 (0)