You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,11 +42,11 @@ via terminal: `composer require chillerlan/php-authenticator`
42
42
{
43
43
"require": {
44
44
"php": "^8.4",
45
-
"chillerlan/php-authenticator": "dev-main"
45
+
"chillerlan/php-authenticator": "dev-v6.x"
46
46
}
47
47
}
48
48
```
49
-
Note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^5.0` - see [releases](https://github.com/chillerlan/php-authenticator/releases) for valid versions
49
+
Note: replace `dev-v6.x` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^5.0` - see [releases](https://github.com/chillerlan/php-authenticator/releases) for valid versions
0 commit comments