Skip to content

Commit f04f4a0

Browse files
committed
Targetted latest middleware and transport tags
1 parent 3e869a9 commit f04f4a0

File tree

2 files changed

+175
-83
lines changed

2 files changed

+175
-83
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"php": "^7.0",
1212
"api-clients/command-bus": "^2.0",
1313
"api-clients/hydrator": "^1.0.1",
14-
"api-clients/middleware": "^2.0||^1.1",
15-
"api-clients/transport": "^1.0",
14+
"api-clients/middleware": "^4.0 || ^3.0 || ^2.0 || ^1.1",
15+
"api-clients/transport": "^2.0 || ^1.0",
1616
"league/event": "^2.1",
1717
"php-di/php-di": "^5.4.3",
1818
"psr/container": "^1.0"
@@ -21,9 +21,7 @@
2121
"api-clients/test-utilities": "^3.0.1"
2222
},
2323
"suggest": {
24-
"api-clients/resource-generator": "Easy wireframing of resources",
25-
"wyrihaximus/react-cache-filesystem": "Filesystem cache",
26-
"wyrihaximus/react-cache-redis": "Redis cache"
24+
"api-clients/resource-generator": "Easy wireframing of resources"
2725
},
2826
"autoload": {
2927
"psr-4": {

0 commit comments

Comments
 (0)