Skip to content

Commit 291f44d

Browse files
committed
README.md: remove requirement of phpdbg (optional)
1 parent a348aec commit 291f44d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ compatible version numbers for stable releases.
2222

2323
- PHP 5.6+ / 7.0+
2424
- [Behat v3][3]
25-
- [Xdebug][5] or [phpdbg][6] extension enabled (PHP 7+ is required for code
26-
generation to work with [phpdbg][6]).
25+
- [Xdebug][5] or [phpdbg][6] extension enabled
2726

2827
## Change Log
2928

@@ -68,9 +67,7 @@ If you execute `bin/behat` command, you will see code coverage generated in
6867
This extension now supports [phpdbg][6], which results in faster execution when
6968
using more recent versions of PHP. Run `phpspec` via [phpdbg][6]:
7069

71-
$ phpdbg -qrr behat run
72-
73-
**Note!** PHP 7+ is required for code generation to work with [phpdbg][6].
70+
$ phpdbg -qrr bin/behat run
7471

7572
## Configuration
7673

0 commit comments

Comments
 (0)