We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2382e commit 68828a9Copy full SHA for 68828a9
README.md
@@ -190,12 +190,12 @@ easiest way to set environment variables for the script simple-phpunit is via ph
190
191
phpunit.xml.dist
192
```xml
193
-<env name="SYMFONY_PHPUNIT_REQUIRE" value="johnkary/phpunit-speedtrap"/>
+<env name="SYMFONY_PHPUNIT_REQUIRE" value="johnkary/phpunit-speedtrap:4"/>
194
<env name="SYMFONY_PHPUNIT_VERSION" value="8"/>
195
```
196
(add the listener as described above)
197
198
-if you run `vendor/bin/simple-phpunit` symfony will install phpunit (8) and require phpunit speedtrap (latest version)
+if you run `vendor/bin/simple-phpunit` symfony will install phpunit (8) and require phpunit speedtrap (4.x.x)
199
200
## Development
201
0 commit comments