Skip to content

Commit 8b09690

Browse files
authored
Update README.md
1 parent ca7c101 commit 8b09690

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
@@ -99,14 +99,14 @@ See log examples [here](docs/setup-log-handler.md)
9999
Just type:
100100

101101
```
102-
composer require "byjg/cache-engine=4.0.*"
102+
composer require "byjg/cache-engine=4.9.*"
103103
```
104104

105105

106106
## Running Unit Testes
107107

108108
```
109-
phpunit --stderr
109+
vendor/bin/phpunit --stderr
110110
```
111111

112112
**Note:** the parameter `--stderr` after `phpunit` is to permit run the tests on SessionCacheEngine.

0 commit comments

Comments
 (0)