We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d427739 commit 0772d66Copy full SHA for 0772d66
.gitignore
@@ -1 +1,2 @@
1
/vendor/
2
+.phpunit.result.cache
composer.json
@@ -5,8 +5,7 @@
5
"require": {
6
"php": "^7.4",
7
"psr/http-server-middleware": "^1.0",
8
- "psr/http-server-handler": "^1.0",
9
- "psr/http-factory": "^1.0.0"
+ "psr/http-server-handler": "^1.0"
10
},
11
"autoload": {
12
"psr-4": {
@@ -19,8 +18,9 @@
19
18
}
20
21
"require-dev": {
22
- "phpunit/phpunit": "7.5.1",
23
- "nyholm/psr7": "1.0.1"
+ "phpunit/phpunit": "^9.5.9",
+ "nyholm/psr7": "^1.0.1",
+ "psr/http-factory": "^1.0.0"
24
25
"provide": {
26
"psr/http-server-handler-implementation": "1.0"
0 commit comments