Skip to content

Commit 7f95038

Browse files
committed
Fix dependencies
1 parent 34e367f commit 7f95038

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,13 @@
5555
"paragonie/sodium_compat": "^1.20",
5656
"psr/clock": "^1.0",
5757
"psr/event-dispatcher": "^1.0",
58-
"spomky-labs/pki-framework": "^1.0",
58+
"spomky-labs/pki-framework": "^1.1",
5959
"symfony/config": "^7.0",
6060
"symfony/console": "^7.0",
6161
"symfony/dependency-injection": "^7.0",
6262
"symfony/event-dispatcher": "^7.0",
6363
"symfony/http-client": "^7.0",
64-
"symfony/http-kernel": "^7.0",
65-
"symfony/polyfill-mbstring": "^1.12"
64+
"symfony/http-kernel": "^7.0"
6665
},
6766
"require-dev": {
6867
"ext-curl": "*",

src/Library/composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@
4545
"paragonie/constant_time_encoding": "^2.6",
4646
"paragonie/sodium_compat": "^1.20",
4747
"psr/clock": "^1.0",
48-
"spomky-labs/pki-framework": "^1.0",
48+
"spomky-labs/pki-framework": "^1.1",
4949
"symfony/console": "^7.0",
50-
"symfony/http-client": "^7.0",
51-
"symfony/polyfill-mbstring": "^1.12"
50+
"symfony/http-client": "^7.0"
5251
},
5352
"conflict": {
5453
"spomky-labs/jose": "*"

0 commit comments

Comments
 (0)