Skip to content

Commit 88418eb

Browse files
committed
chore: update php support msg
1 parent 3048b58 commit 88418eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adhocore/jwt",
3-
"description": "Ultra lightweight JSON web token (JWT) library for PHP7.",
3+
"description": "Ultra lightweight JSON web token (JWT) library for PHP5.5+.",
44
"type": "library",
55
"keywords": [
66
"jwt", "jwt-php", "auth", "json-web-token", "token"

Diff for: readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
99

1010

11-
- Lightweight JSON Web Token (JWT) library for PHP7.
11+
- Lightweight JSON Web Token (JWT) library for PHP5.5 or newer.
1212

1313
## Installation
1414
```

0 commit comments

Comments
 (0)