Skip to content

Commit a595279

Browse files
committed
Bump various composer levels
1 parent 55cb4d4 commit a595279

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
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+
"guzzlehttp/guzzle": "^7.9",
28+
"illuminate/macroable": "^10.1|^11.0",
29+
"illuminate/support": "^10.1|^11.0",
3030
"ratchet/pawl": "^0.4.1",
31-
"symfony/process": "^6.0|^7.0",
32-
"composer/semver": "^3.0"
31+
"symfony/process": "^7.0",
32+
"composer/semver": "^3.4"
3333
},
3434
"suggest": {
3535
"ext-yaml": "YAML extension is used to read or generate YAML from PHP K8s internal classes."
@@ -48,10 +48,10 @@
4848
"test": "vendor/bin/phpunit"
4949
},
5050
"require-dev": {
51-
"mockery/mockery": "^1.5",
52-
"orchestra/testbench": "^8.1|^9.0",
53-
"phpunit/phpunit": "^9.5.20|^10.0",
54-
"vimeo/psalm": "^4.20|^5.22"
51+
"mockery/mockery": "^1.6",
52+
"orchestra/testbench": "^9.0",
53+
"phpunit/phpunit": "^10.0|^11.0",
54+
"vimeo/psalm": "^5.25"
5555
},
5656
"config": {
5757
"sort-packages": true

0 commit comments

Comments
 (0)