Skip to content

Commit

Permalink
📖
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed May 20, 2024
1 parent c880698 commit 023e376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ composer require chillerlan/php-oauth
{
"require": {
"php": "^8.1",
"chillerlan/php-oauth": "dev-main#<commit_hash>"
"chillerlan/php-oauth": "^1.0"
}
}
```

Note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^1.0` - see [releases](https://github.com/chillerlan/php-oauth/releases) for valid versions.
Note: check the [releases](https://github.com/chillerlan/php-oauth/releases) for valid versions.


# Implemented Providers
Expand Down

0 comments on commit 023e376

Please sign in to comment.