Skip to content

Commit 8faac7f

Browse files
committed
Bump dev dependencies to match server package updates
1 parent 5f4d7f2 commit 8faac7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"matthiasnoback/symfony-config-test": "^5.1",
3232
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
3333
"phpstan/extension-installer": "^1.2",
34-
"phpstan/phpstan": "2.1.4",
34+
"phpstan/phpstan": "2.1.6",
3535
"phpstan/phpstan-phpunit": "2.0.4",
3636
"phpstan/phpstan-symfony": "2.0.2",
3737
"phpunit/phpunit": "9.6.22",
3838
"psr/cache": "^1.0 || ^2.0 || ^3.0",
3939
"psr/container": "^1.0 || ^2.0",
4040
"psr/log": "^1.0 || ^2.0 || ^3.0",
41-
"ratchet/rfc6455": "^0.3.1",
42-
"react/event-loop": "^1.3",
41+
"ratchet/rfc6455": "^0.4",
42+
"react/event-loop": "^1.5",
4343
"rector/rector": "2.0.9",
4444
"symfony/cache": "^6.4 || ^7.2",
4545
"symfony/http-foundation": "^6.4 || ^7.2",
@@ -51,8 +51,8 @@
5151
"psr/cache": ">=4.0",
5252
"psr/container": ">=3.0",
5353
"psr/log": ">=4.0",
54-
"ratchet/rfc6455": "<0.3.1 || >=0.4",
55-
"react/event-loop": "<1.3 || >=2.0",
54+
"ratchet/rfc6455": "<0.4 || >=0.5",
55+
"react/event-loop": "<1.5 || >=2.0",
5656
"symfony/cache": "<6.4 || >=7.0,<7.2 || >=8.0",
5757
"symfony/http-foundation": "<6.4 || >=7.0,<7.2 || >=8.0"
5858
},

0 commit comments

Comments
 (0)