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

Commit ff09b66

Browse files
committed
Fix graphyed dependecy
1 parent b845830 commit ff09b66

File tree

2 files changed

+133
-123
lines changed

2 files changed

+133
-123
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"php": ">=7.0",
1515
"codeception/codeception": ">=2.4 | <3.0",
1616
"clue/graph": "^0.9",
17-
"graphp/algorithms": "^0.8"
17+
"graphp/algorithms": "^0.8",
18+
"edno/graphyed": "*"
1819
},
1920
"require-dev": {
20-
"php-coveralls/php-coveralls": "^2.1",
21-
"edno/graphyed": "*"
21+
"php-coveralls/php-coveralls": "^2.1"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)