Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 475ac16

Browse files
committed
:octocat: dependency updates
1 parent dce7a70 commit 475ac16

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/chillerlan/php-oauth-core",
55
"license": "MIT",
66
"type": "library",
7-
"minimum-stability": "dev",
7+
"minimum-stability": "stable",
88
"keywords": [
99
"oauth", "oauth1", "oauth2", "client", "core", "psr-7", "psr-17", "psr-18", "rfc5849", "rfc6749"
1010
],
@@ -23,9 +23,11 @@
2323
"php": "^7.2",
2424
"ext-json":"*",
2525
"ext-simplexml":"*",
26-
"chillerlan/php-settings-container": "^1.1",
27-
"chillerlan/php-httpinterface": "dev-master",
28-
"chillerlan/php-magic-apiclient": "^2.1",
26+
"chillerlan/php-settings-container": "^1.2",
27+
"chillerlan/php-httpinterface": "^4.0",
28+
"chillerlan/php-magic-apiclient": "^3.0",
29+
"psr/http-client":"^1.0",
30+
"psr/http-message": "^1.0",
2931
"psr/log": "^1.1"
3032
},
3133
"require-dev": {

0 commit comments

Comments
 (0)