Skip to content

Commit 6a1a675

Browse files
committed
Fixes in composer.json
1 parent d6d1d07 commit 6a1a675

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
"phpstan/phpstan": "^1.11",
7272
"psr/http-factory-implementation": "*",
7373
"spatie/browsershot": "^4.1",
74-
"symfony/console": "^7.1",
7574
"symfony/dom-crawler": "^7.1",
7675
"symfony/http-client": "^7.1",
7776
"toolkit/cli-utils": "^2.0",
@@ -94,11 +93,11 @@
9493
"gioni06/gpt3-tokenizer": "^1.2",
9594
"guzzlehttp/guzzle": "^7.8",
9695
"guzzlehttp/psr7": "^2.7",
97-
"psr/http-message": "*",
98-
"psr/http-client": "*",
96+
"psr/http-message": "2.0",
97+
"psr/http-client": "2.0",
9998
"psr/event-dispatcher": "^1.0",
10099
"psr/log": "^3.0",
101-
"symfony/console": "^6.4 || ^7.0",
100+
"symfony/console": "^7.1",
102101
"symfony/filesystem": "^7.1",
103102
"symfony/property-info": "^6.4 || ^7.0",
104103
"symfony/serializer": "^6.4 || ^7.0",

0 commit comments

Comments
 (0)