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 d38fc28 commit 4bb3d57Copy full SHA for 4bb3d57
.github/workflows/phpunit.yml
@@ -19,8 +19,6 @@ jobs:
19
- "8.3"
20
- "8.2"
21
- "8.1"
22
- - "8.0"
23
- - "7.4"
24
25
steps:
26
- uses: actions/checkout@v4
README.md
@@ -51,7 +51,7 @@ Because of this _**do not** store in the JWT Token sensible data like passwords_
51
# Install
52
53
```
54
-composer require "byjg/jwt-session=2.0.*"
+composer require "byjg/jwt-session"
55
56
57
0 commit comments