Skip to content

Commit ce325f2

Browse files
committed
Bugs fixed
1 parent db6e752 commit ce325f2

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Contributing
22

3-
This repository is a sub repository of [the JWT Framework](https://github.com/web-token/jwt-framework) project and is READ ONLY.
3+
This repository is a sub repository of [the JWT Framework](https://github.com/web-token/jwt-framework) project and is
4+
READ ONLY.
45
Please do not submit any Pull Requests here. It will be automatically closed.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
AES GCM Based Content Encryption Algorithms For JWT-Framework
22
=============================================================
33

4-
This repository is a sub repository of [the JWT Framework](https://github.com/web-token/jwt-framework) project and is READ ONLY.
4+
This repository is a sub repository of [the JWT Framework](https://github.com/web-token/jwt-framework) project and is
5+
READ ONLY.
56

67
**Please do not submit any Pull Request here.**
78
You should go to [the main repository](https://github.com/web-token/jwt-framework) instead.
89

910
# Documentation
1011

11-
The official documentation is available as https://web-token.spomky-labs.com/
12+
The official documentation is available as https://web-token.spomky-labs.com/
1213

1314
# Licence
1415

composer.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,38 @@
33
"description": "AES GCM Based Content Encryption Algorithms the JWT Framework.",
44
"type": "library",
55
"license": "MIT",
6-
"keywords": ["JWS", "JWT", "JWE", "JWA", "JWK", "JWKSet", "Jot", "Jose", "RFC7515", "RFC7516", "RFC7517", "RFC7518", "RFC7519", "RFC7520", "Bundle", "Symfony"],
6+
"keywords": [
7+
"JWS",
8+
"JWT",
9+
"JWE",
10+
"JWA",
11+
"JWK",
12+
"JWKSet",
13+
"Jot",
14+
"Jose",
15+
"RFC7515",
16+
"RFC7516",
17+
"RFC7517",
18+
"RFC7518",
19+
"RFC7519",
20+
"RFC7520",
21+
"Bundle",
22+
"Symfony"
23+
],
724
"homepage": "https://github.com/web-token",
825
"authors": [
926
{
1027
"name": "Florent Morselli",
1128
"homepage": "https://github.com/Spomky"
12-
},{
29+
},
30+
{
1331
"name": "All contributors",
1432
"homepage": "https://github.com/web-token/jwt-framework/contributors"
1533
}
1634
],
1735
"autoload": {
1836
"psr-4": {
19-
"Jose\\Component\\Encryption\\Algorithm\\ContentEncryption\\": ""
37+
"Jose\\Component\\Encryption\\Algorithm\\ContentEncryption\\": ""
2038
}
2139
},
2240
"require": {

0 commit comments

Comments
 (0)