Skip to content

Commit 0772d66

Browse files
committed
Updated PhpUnit to version 9, and moved http-factory to dev-dependency
1 parent d427739 commit 0772d66

File tree

4 files changed

+725
-322
lines changed

4 files changed

+725
-322
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor/
2+
.phpunit.result.cache

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"require": {
66
"php": "^7.4",
77
"psr/http-server-middleware": "^1.0",
8-
"psr/http-server-handler": "^1.0",
9-
"psr/http-factory": "^1.0.0"
8+
"psr/http-server-handler": "^1.0"
109
},
1110
"autoload": {
1211
"psr-4": {
@@ -19,8 +18,9 @@
1918
}
2019
},
2120
"require-dev": {
22-
"phpunit/phpunit": "7.5.1",
23-
"nyholm/psr7": "1.0.1"
21+
"phpunit/phpunit": "^9.5.9",
22+
"nyholm/psr7": "^1.0.1",
23+
"psr/http-factory": "^1.0.0"
2424
},
2525
"provide": {
2626
"psr/http-server-handler-implementation": "1.0"

0 commit comments

Comments
 (0)