Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f1e170

Browse files
committedFeb 24, 2024
Preparing 4.0.0
1 parent 28968b3 commit 9f1e170

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
 

Diff for: ‎composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555
"paragonie/sodium_compat": "^1.20",
5656
"psr/clock": "^1.0",
5757
"psr/event-dispatcher": "^1.0",
58-
"psr/http-client": "^1.0",
59-
"psr/http-factory": "^1.0",
6058
"spomky-labs/pki-framework": "^1.0",
6159
"symfony/config": "^7.0",
6260
"symfony/console": "^7.0",
@@ -74,8 +72,7 @@
7472
"ekino/phpstan-banned-code": "^1.0",
7573
"infection/infection": "^0.27",
7674
"matthiasnoback/symfony-config-test": "^5.0",
77-
"nyholm/psr7": "^1.8",
78-
"php-http/mock-client": "^1.5",
75+
"nikic/php-parser": "^4.18",
7976
"php-parallel-lint/php-parallel-lint": "^1.3",
8077
"phpbench/phpbench": "^1.2",
8178
"phpstan/extension-installer": "^1.3",

Diff for: ‎src/Library/composer.json

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
"paragonie/constant_time_encoding": "^2.6",
4646
"paragonie/sodium_compat": "^1.20",
4747
"psr/clock": "^1.0",
48-
"psr/http-factory": "^1.0",
49-
"psr/http-client": "^1.0",
5048
"spomky-labs/pki-framework": "^1.0",
5149
"symfony/console": "^7.0",
5250
"symfony/http-client": "^7.0",

0 commit comments

Comments
 (0)
Please sign in to comment.