Skip to content

Commit 29cabf9

Browse files
authored
Merge branch 'main' into bugfix-replace
2 parents a49a49b + 797abc2 commit 29cabf9

File tree

13 files changed

+172
-94
lines changed

13 files changed

+172
-94
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"psr/event-dispatcher": "^1.0",
4343
"psr/log": "^2.0 || ^3.0",
4444
"symfony/contracts": "^2.5 || ^3.0",
45-
"symfony/http-client": "^5.4.25 || ^6.3",
46-
"symfony/process": "^5.4 || ^6.3",
45+
"symfony/http-client": "^6.3.2",
46+
"symfony/process": "^6.3.2",
4747
"symfony/string": "^5.4 || ^6.3",
4848
"symfony/translation-contracts": "^2.1 || ^3.0",
4949
"twig/twig": "~2.0 || ^3.0",
@@ -60,13 +60,13 @@
6060
"phpstan/extension-installer": "^1.3",
6161
"phpstan/phpstan": "^1.10",
6262
"phpstan/phpstan-webmozart-assert": "^1.2",
63-
"phpunit/phpunit": "^10.2",
63+
"phpunit/phpunit": "^10.3",
6464
"psalm/plugin-phpunit": "^0.18.4",
6565
"qossmic/deptrac-shim": "^1.0.2",
66-
"rector/rector": "^0.17.6",
66+
"rector/rector": "^0.17.10",
6767
"squizlabs/php_codesniffer": "^3.7",
68-
"symfony/finder": "^5.4 || ^6.3",
69-
"vimeo/psalm": "^5.13"
68+
"symfony/finder": "^6.3.3",
69+
"vimeo/psalm": "^5.14"
7070
},
7171
"repositories": [
7272
{

0 commit comments

Comments
 (0)