We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3197aa commit 6d385b1Copy full SHA for 6d385b1
README.md
@@ -15,9 +15,9 @@ npm i @fastify/auth
15
### Compatibility
16
| Plugin version | Fastify version |
17
| ---------------|-----------------|
18
-| `^5.x` | `^5.x` |
19
-| `^3.x` | `^4.x` |
20
-| `^1.x` | `^3.x` |
+| `>=5.x` | `^5.x` |
+| `>=3.x <5.x` | `^4.x` |
+| `>=1.x <3.x` | `^3.x` |
21
| `^0.x` | `^2.x` |
22
| `^0.x` | `^1.x` |
23
0 commit comments