Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Removed zend-httphandlerrunner dependency
Browse files Browse the repository at this point in the history
Server class functionality is fulfilled by RequestHandlerRunner
from that library
  • Loading branch information
michalbundyra committed Mar 19, 2018
1 parent 729b6bf commit f45166d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 674 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
},
"require": {
"php": "^7.1",
"psr/http-message": "^1.0",
"zendframework/zend-httphandlerrunner": "^1.0"
"psr/http-message": "^1.0"
},
"require-dev": {
"ext-dom": "*",
Expand All @@ -46,10 +45,7 @@
"autoload-dev": {
"psr-4": {
"ZendTest\\Diactoros\\": "test/"
},
"files": [
"test/TestAsset/SapiResponse.php"
]
}
},
"scripts": {
"check": [
Expand Down
109 changes: 1 addition & 108 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

182 changes: 0 additions & 182 deletions src/Server.php

This file was deleted.

Loading

0 comments on commit f45166d

Please sign in to comment.