From 023e376098e75c2db2c144e4cc8d7e8db977ccc8 Mon Sep 17 00:00:00 2001 From: smiley Date: Mon, 20 May 2024 14:29:36 +0200 Subject: [PATCH] :book: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b166297..03a9bae 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,12 @@ composer require chillerlan/php-oauth { "require": { "php": "^8.1", - "chillerlan/php-oauth": "dev-main#" + "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