Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit 3011672

Browse files
author
Nikita Chernyi
committed
Replaced slim/slim dependency with more generic psr/http-message-implementation
1 parent f9f1202 commit 3011672

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
@@ -6,7 +6,7 @@
66
"prefer-stable": true,
77
"require": {
88
"ext-msgpack": "*",
9-
"slim/slim": "^3.8"
9+
"psr/http-message-implementation": "*"
1010
},
1111
"autoload": {
1212
"psr-4": {

0 commit comments

Comments
 (0)