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

Commit d265a67

Browse files
committed
:octocat: stable
1 parent ad16668 commit d265a67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323
"issues": "https://github.com/chillerlan/php-oauth-providers/issues",
2424
"source": "https://github.com/chillerlan/php-oauth-providers"
2525
},
26-
"minimum-stability": "dev",
27-
"prefer-stable": true,
26+
"minimum-stability": "stable",
2827
"require": {
2928
"php": "^7.4 || ^8.0",
3029
"ext-curl": "*",
3130
"ext-json":"*",
3231
"ext-simplexml":"*",
33-
"chillerlan/php-oauth-core": "dev-main#543a012843c8e0bd19b3bd3c99f0656ca34b061c",
32+
"chillerlan/php-oauth-core": "^4.0",
3433
"psr/http-client":"^1.0",
3534
"psr/http-message": "^1.0"
3635
},

0 commit comments

Comments
 (0)