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

Commit 21ed3fa

Browse files
committed
Fix Codeception minimum version
1 parent 247e712 commit 21ed3fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It is inspired from [GraphWalker](https://graphwalker.github.io/) and based on t
1313

1414
## Minimum Requirements
1515

16-
- Codeception ≥ 2.4
16+
- Codeception ≥ 2.4.3
1717
- PHP ≥ 7.0
1818

1919
## Installation
@@ -27,7 +27,7 @@ $ composer require edno/codeception-graphwalker
2727
Add the **GraphWalker** format to the list of supported format into your suite configuration file (`.suite.yml`):
2828
```yaml
2929
formats:
30-
- edno\Codeception\GraphWalker
30+
- edno\codeception-graphwalker\GraphWalker
3131
```
3232
3333
In the configuration file, declare the graph **algorithm** class to be used and the scripts **path** :

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=7.0",
15-
"codeception/codeception": ">=2.4 | <3.0",
15+
"codeception/codeception": ">=2.4.3 | <3.0",
1616
"clue/graph": "^0.9",
1717
"edno/graphyed": "*"
1818
},

0 commit comments

Comments
 (0)