Skip to content

Commit 2350bfd

Browse files
committed
TASK: Add dependency to psr caches directly to flow as the interfaces are used in there
This changes nothing regarding installed packages as those were required by Neos.Cache anyways.
1 parent a2e0861 commit 2350bfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Neos.Flow/composer.json

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"psr/log": "^1.0",
3434
"psr/http-server-middleware": "^1.0",
3535
"psr/http-server-handler": "^1.0",
36+
"psr/simple-cache": "^1.0",
37+
"psr/cache": "~1.0",
3638

3739
"ramsey/uuid": "^3.0 || ^4.0",
3840

0 commit comments

Comments
 (0)