Skip to content

Commit 7365cb6

Browse files
committed
Fix dependency for dev
1 parent e5563ae commit 7365cb6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
"require": {
66
"php": ">=7.3",
77
"psr/http-server-middleware": "^1.0",
8-
"psr/http-message": "^1.0",
9-
"nyholm/psr7-server": "^0.3.0",
10-
"nyholm/psr7": "^1.1"
8+
"psr/http-message": "^1.0"
119
},
1210
"require-dev": {
1311
"phpunit/phpunit": "^8.1",
1412
"squizlabs/php_codesniffer": "*",
15-
"phpstan/phpstan": "^0.11.8"
13+
"phpstan/phpstan": "^0.11.8",
14+
"nyholm/psr7": "^1.1"
1615
},
1716
"license": "MIT",
1817
"authors": [

0 commit comments

Comments
 (0)