We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5563ae commit 7365cb6Copy full SHA for 7365cb6
1 file changed
composer.json
@@ -5,14 +5,13 @@
5
"require": {
6
"php": ">=7.3",
7
"psr/http-server-middleware": "^1.0",
8
- "psr/http-message": "^1.0",
9
- "nyholm/psr7-server": "^0.3.0",
10
- "nyholm/psr7": "^1.1"
+ "psr/http-message": "^1.0"
11
},
12
"require-dev": {
13
"phpunit/phpunit": "^8.1",
14
"squizlabs/php_codesniffer": "*",
15
- "phpstan/phpstan": "^0.11.8"
+ "phpstan/phpstan": "^0.11.8",
+ "nyholm/psr7": "^1.1"
16
17
"license": "MIT",
18
"authors": [
0 commit comments