Skip to content

Commit 9e42c5f

Browse files
committed
more permisive version of middleware/utils requirement
1 parent b33fe88 commit 9e42c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^5.6 || ^7.0",
2121
"http-interop/http-middleware": "^0.2",
22-
"middlewares/utils": "^0.1.0"
22+
"middlewares/utils": "0.*"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^5.5",

0 commit comments

Comments
 (0)