We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a348aec commit 291f44dCopy full SHA for 291f44d
1 file changed
README.md
@@ -22,8 +22,7 @@ compatible version numbers for stable releases.
22
23
- PHP 5.6+ / 7.0+
24
- [Behat v3][3]
25
-- [Xdebug][5] or [phpdbg][6] extension enabled (PHP 7+ is required for code
26
- generation to work with [phpdbg][6]).
+- [Xdebug][5] or [phpdbg][6] extension enabled
27
28
## Change Log
29
@@ -68,9 +67,7 @@ If you execute `bin/behat` command, you will see code coverage generated in
68
67
This extension now supports [phpdbg][6], which results in faster execution when
69
using more recent versions of PHP. Run `phpspec` via [phpdbg][6]:
70
71
- $ phpdbg -qrr behat run
72
-
73
-**Note!** PHP 7+ is required for code generation to work with [phpdbg][6].
+ $ phpdbg -qrr bin/behat run
74
75
## Configuration
76
0 commit comments