Skip to content

Commit

Permalink
Bump dev dependencies to match server package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Mar 3, 2025
1 parent 5f4d7f2 commit 8faac7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"matthiasnoback/symfony-config-test": "^5.1",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "2.1.4",
"phpstan/phpstan": "2.1.6",
"phpstan/phpstan-phpunit": "2.0.4",
"phpstan/phpstan-symfony": "2.0.2",
"phpunit/phpunit": "9.6.22",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/container": "^1.0 || ^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"ratchet/rfc6455": "^0.3.1",
"react/event-loop": "^1.3",
"ratchet/rfc6455": "^0.4",
"react/event-loop": "^1.5",
"rector/rector": "2.0.9",
"symfony/cache": "^6.4 || ^7.2",
"symfony/http-foundation": "^6.4 || ^7.2",
Expand All @@ -51,8 +51,8 @@
"psr/cache": ">=4.0",
"psr/container": ">=3.0",
"psr/log": ">=4.0",
"ratchet/rfc6455": "<0.3.1 || >=0.4",
"react/event-loop": "<1.3 || >=2.0",
"ratchet/rfc6455": "<0.4 || >=0.5",
"react/event-loop": "<1.5 || >=2.0",
"symfony/cache": "<6.4 || >=7.0,<7.2 || >=8.0",
"symfony/http-foundation": "<6.4 || >=7.0,<7.2 || >=8.0"
},
Expand Down

0 comments on commit 8faac7f

Please sign in to comment.