Skip to content

Commit 74e0ec5

Browse files
cuppettclaude
andcommitted
Update composer dependencies for Laravel 11/12 and PHP 8.3/8.4
- Set minimum PHP version to ^8.3 - Update Laravel dependencies to support ^11.0 < /dev/null | ^12.0 - Upgrade Guzzle to ^7.0 (remove 6.x support) - Update dev dependencies: - mockery/mockery: ^1.6 - orchestra/testbench: ^9.0|^10.0 - phpunit/phpunit: ^10.0|^11.0 - vimeo/psalm: ^6.12.0 - Update composer/semver to ^3.4 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ef7399e commit 74e0ec5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
}
2525
],
2626
"require": {
27-
"guzzlehttp/guzzle": "^6.5|^7.0",
28-
"illuminate/macroable": "^9.35|^10.1|^11.0",
29-
"illuminate/support": "^9.35|^10.1|^11.0",
27+
"php": "^8.3",
28+
"guzzlehttp/guzzle": "^7.0",
29+
"illuminate/macroable": "^11.0|^12.0",
30+
"illuminate/support": "^11.0|^12.0",
3031
"ratchet/pawl": "^0.4.1",
3132
"symfony/process": "^6.0|^7.0",
3233
"composer/semver": "^3.4",
@@ -49,10 +50,10 @@
4950
"test": "vendor/bin/phpunit"
5051
},
5152
"require-dev": {
52-
"mockery/mockery": "^1.5",
53-
"orchestra/testbench": "^8.1|^9.0",
54-
"phpunit/phpunit": "^9.5.20|^10.0",
55-
"vimeo/psalm": "^4.20|^5.22"
53+
"mockery/mockery": "^1.6",
54+
"orchestra/testbench": "^9.0|^10.0",
55+
"phpunit/phpunit": "^10.0|^11.0",
56+
"vimeo/psalm": "^6.12.0"
5657
},
5758
"config": {
5859
"sort-packages": true

0 commit comments

Comments
 (0)