Skip to content

Commit 2a1e7c6

Browse files
committed
:octocat: finally PSR-18
1 parent 2305dea commit 2a1e7c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"type": "library",
66
"keywords": [
7-
"http", "client", "psr-7", "psr-17"
7+
"http", "client", "psr-7", "psr-17", "psr-18"
88
],
99
"minimum-stability": "stable",
1010
"authors": [
@@ -29,13 +29,13 @@
2929
"ext-curl":"*",
3030
"chillerlan/php-settings-container":"^1.0",
3131
"fig/http-message-util":"^1.1",
32-
"psr/http-client":"dev-master",
32+
"psr/http-client":"^1.0",
3333
"psr/http-message": "^1.0",
3434
"psr/http-factory":"^1.0",
3535
"psr/log": "^1.0"
3636
},
3737
"require-dev": {
38-
"phpunit/phpunit": "^7.3"
38+
"phpunit/phpunit": "^7.4"
3939
},
4040
"autoload": {
4141
"files": [

0 commit comments

Comments
 (0)