Skip to content

Commit 856bdd3

Browse files
cuppettclaude
andcommitted
Update dependencies: guzzle, symfony/process, testbench, psalm
Updates development and runtime dependencies to latest compatible versions: - guzzlehttp/guzzle: ^7.9 → ^7.10 - symfony/process: ^7.3.0 → ^7.3.4 - orchestra/testbench: ^10.4.0 → ^10.6.0 - vimeo/psalm: ^6.12.0 → ^6.13.1 These updates include bug fixes, security patches, and compatibility improvements with PHP 8.4 and Laravel 12. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
1 parent 8328a41 commit 856bdd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
],
2626
"require": {
2727
"php": "^8.3",
28-
"guzzlehttp/guzzle": "^7.9",
28+
"guzzlehttp/guzzle": "^7.10",
2929
"illuminate/macroable": "^11.0|^12.0",
3030
"illuminate/support": "^11.0|^12.0",
3131
"ratchet/pawl": "^0.4.1",
32-
"symfony/process": "^7.3.0",
32+
"symfony/process": "^7.3.4",
3333
"composer/semver": "^3.4",
3434
"ext-json": "*"
3535
},
@@ -51,9 +51,9 @@
5151
},
5252
"require-dev": {
5353
"mockery/mockery": "^1.6",
54-
"orchestra/testbench": "^10.4.0",
54+
"orchestra/testbench": "^10.6.0",
5555
"phpunit/phpunit": "^10.0|^11.5",
56-
"vimeo/psalm": "^6.12.0"
56+
"vimeo/psalm": "^6.13.1"
5757
},
5858
"config": {
5959
"sort-packages": true

0 commit comments

Comments
 (0)