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

Commit f189395

Browse files
committed
:octocat:
1 parent 470d312 commit f189395

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,17 @@
2323
"issues": "https://github.com/chillerlan/php-oauth-providers/issues",
2424
"source": "https://github.com/chillerlan/php-oauth-providers"
2525
},
26-
"minimum-stability": "dev",
26+
"minimum-stability": "stable",
2727
"require": {
2828
"php": "^7.2",
2929
"ext-json":"*",
3030
"ext-simplexml":"*",
31-
"chillerlan/php-oauth-core": "dev-master"
31+
"chillerlan/php-oauth-core": "^3.0",
32+
"psr/http-client":"^1.0",
33+
"psr/http-message": "^1.0"
3234
},
3335
"require-dev": {
34-
"phpunit/phpunit": "^8.3",
36+
"phpunit/phpunit": "^8.4",
3537
"chillerlan/php-dotenv": "^1.0"
3638
},
3739
"autoload": {

0 commit comments

Comments
 (0)