Skip to content

Commit

Permalink
Only provide interfaces in psr7-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Jun 6, 2023
1 parent 838a629 commit 20fff71
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 3,008 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Swow Psr7+

Swow Psr7+ provides modern strong-typed interfaces and more performant
implementations for Psr7, also including Psr17, WebSocket interfaces and some
useful functions.
Swow Psr7+ provides modern strong-typed interfaces for Psr7, also including Psr17, WebSocket interfaces.
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swow/psr7-plus",
"description": "Modern strong-typed interfaces and more performant implementations for Psr7, not only HTTP but also WebSocket",
"description": "Modern strong-typed interfaces for Psr7, not only HTTP but also WebSocket",
"keywords": [
"swow",
"psr7",
Expand All @@ -26,12 +26,7 @@
},
"autoload": {
"psr-4": {
"Swow\\Psr7": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Swow\\Tests\\": "tests/"
"Swow\\Psr7\\Message\\": "src/Message/"
}
},
"config": {
Expand Down
275 changes: 0 additions & 275 deletions src/Message/AbstractMessage.php

This file was deleted.

78 changes: 0 additions & 78 deletions src/Message/BodyDecoder.php

This file was deleted.

Loading

0 comments on commit 20fff71

Please sign in to comment.