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

Commit fc66123

Browse files
committed
:octocat:
1 parent 0e56d49 commit fc66123

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"homepage": "https://github.com/chillerlan/php-oauth-core",
55
"license": "MIT",
66
"type": "library",
7-
"minimum-stability": "dev",
8-
"prefer-stable": true,
7+
"minimum-stability": "stable",
98
"keywords": [
109
"oauth", "oauth1", "oauth2", "client", "core"
1110
],
@@ -25,12 +24,13 @@
2524
"ext-json":"*",
2625
"chillerlan/php-dotenv": "^1.0",
2726
"chillerlan/php-settings-container": "^1.0",
28-
"chillerlan/php-httpinterface": "dev-master",
27+
"chillerlan/php-httpinterface": "^3.0",
28+
"chillerlan/php-magic-apiclient": "^2.0",
2929
"psr/log": "^1.0"
3030
},
3131
"require-dev": {
3232
"chillerlan/php-log": "^3.0",
33-
"phpunit/phpunit": "^7.3"
33+
"phpunit/phpunit": "^7.5"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)