Browse Source

Fix typo in package name.

ADmad 2 years ago
parent
commit
ef4d15949d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Http/composer.json

+ 1 - 1
src/Http/composer.json

@@ -36,7 +36,7 @@
     },
     "provide": {
         "psr/http-client-implementation": "^1.0",
-        "psr/http-server-server-implementation": "^1.0",
+        "psr/http-server-implementation": "^1.0",
         "psr/http-server-middleware-implementation": "^1.0"
     },
     "suggest": {