Skip to content

Commit 023e376

Browse files
committed
📖
1 parent c880698 commit 023e376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ composer require chillerlan/php-oauth
9191
{
9292
"require": {
9393
"php": "^8.1",
94-
"chillerlan/php-oauth": "dev-main#<commit_hash>"
94+
"chillerlan/php-oauth": "^1.0"
9595
}
9696
}
9797
```
9898

99-
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.
99+
Note: check the [releases](https://github.com/chillerlan/php-oauth/releases) for valid versions.
100100

101101

102102
# Implemented Providers

0 commit comments

Comments
 (0)