Skip to content

Commit 1e1ab7a

Browse files
authored
Merge all experimental algorithms into a new package and bundle folde… (#501)
Merge all experimental algorithms into a new package and bundle folder simplified
1 parent f4b1590 commit 1e1ab7a

File tree

270 files changed

+386
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+386
-60
lines changed

.gitsplit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ splits:
1313
target: "https://${GH_TOKEN}@github.com/web-token/jwt-console.git"
1414
- prefix: "src/Component/NestedToken"
1515
target: "https://${GH_TOKEN}@github.com/web-token/jwt-nested-token.git"
16-
- prefix: "src/Bundle/JoseFramework"
16+
- prefix: "src/JoseFramework"
1717
target: "https://${GH_TOKEN}@github.com/web-token/jwt-bundle.git"
1818
- prefix: "src/EncryptionAlgorithm/ContentEncryption/AESCBC"
1919
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aescbc.git"
@@ -45,6 +45,8 @@ splits:
4545
target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-experimental.git"
4646
- prefix: "src/EncryptionAlgorithm/Experimental"
4747
target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-experimental.git"
48+
- prefix: "src/Experimental"
49+
target: "https://${GH_TOKEN}@github.com/web-token/jwt-experimental.git"
4850
- prefix: "src/Ecc"
4951
target: "https://${GH_TOKEN}@github.com/web-token/jwt-util-ecc.git"
5052
- prefix: "packs/encryption"

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"autoload": {
3636
"psr-4": {
3737
"Jose\\": "src/",
38-
"Jose\\Bundle\\JoseFramework\\": "src/Bundle/JoseFramework/",
38+
"Jose\\Bundle\\JoseFramework\\": "src/JoseFramework/",
39+
"Jose\\Experimental\\": "src/Experimental/",
3940
"Jose\\Component\\Checker\\": "src/Component/Checker/",
4041
"Jose\\Component\\Console\\": "src/Component/Console/",
4142
"Jose\\Component\\Core\\": "src/Component/Core/",
@@ -170,8 +171,10 @@
170171
"web-token/jwt-signature-algorithm-hmac": "self.version",
171172
"web-token/jwt-signature-algorithm-none": "self.version",
172173
"web-token/jwt-signature-algorithm-rsa": "self.version",
174+
"web-token/jwt-signature-pack": "self.version",
173175
"web-token/jwt-util-ecc": "self.version",
174-
"web-token/signature-pack": "self.version"
176+
"web-token/signature-pack": "self.version",
177+
"web-token/jwt-experimental": "self.version"
175178
},
176179
"suggest": {
177180
"ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
github: Spomky
12
patreon: FlorentMorselli
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
daysUntilStale: 60
2+
daysUntilClose: 7
3+
staleLabel: wontfix
4+
markComment: >
5+
This issue has been automatically marked as stale because it has not had
6+
recent activity. It will be closed if no further activity occurs. Thank you
7+
for your contributions.
8+
closeComment: false
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
github: Spomky
12
patreon: FlorentMorselli
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
daysUntilStale: 60
2+
daysUntilClose: 7
3+
staleLabel: wontfix
4+
markComment: >
5+
This issue has been automatically marked as stale because it has not had
6+
recent activity. It will be closed if no further activity occurs. Thank you
7+
for your contributions.
8+
closeComment: false

0 commit comments

Comments
 (0)