Skip to content

Commit 544ec88

Browse files
committed
Add Dependencies
1 parent 529a372 commit 544ec88

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,14 @@ vendor/bin/phpunit --stderr
134134

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

137+
## Dependencies
138+
139+
```mermaid
140+
flowchart TD
141+
CacheEngine --> psr/cache
142+
CacheEngine --> psr/log
143+
CacheEngine --> psr/simple-cache
144+
CacheEngine --> psr/container
145+
```
137146
----
138147
[Open source ByJG](http://opensource.byjg.com)

0 commit comments

Comments
 (0)