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

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Nov 11, 2019
1 parent 470d312 commit f189395
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@
"issues": "https://github.com/chillerlan/php-oauth-providers/issues",
"source": "https://github.com/chillerlan/php-oauth-providers"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": "^7.2",
"ext-json":"*",
"ext-simplexml":"*",
"chillerlan/php-oauth-core": "dev-master"
"chillerlan/php-oauth-core": "^3.0",
"psr/http-client":"^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.3",
"phpunit/phpunit": "^8.4",
"chillerlan/php-dotenv": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit f189395

Please sign in to comment.