Skip to content

Commit 68828a9

Browse files
authored
add version constraint
1 parent 9f2382e commit 68828a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@ easiest way to set environment variables for the script simple-phpunit is via ph
190190

191191
phpunit.xml.dist
192192
```xml
193-
<env name="SYMFONY_PHPUNIT_REQUIRE" value="johnkary/phpunit-speedtrap"/>
193+
<env name="SYMFONY_PHPUNIT_REQUIRE" value="johnkary/phpunit-speedtrap:4"/>
194194
<env name="SYMFONY_PHPUNIT_VERSION" value="8"/>
195195
```
196196
(add the listener as described above)
197197

198-
if you run `vendor/bin/simple-phpunit` symfony will install phpunit (8) and require phpunit speedtrap (latest version)
198+
if you run `vendor/bin/simple-phpunit` symfony will install phpunit (8) and require phpunit speedtrap (4.x.x)
199199

200200
## Development
201201

0 commit comments

Comments
 (0)