Skip to content

Commit dde55b9

Browse files
committed
Bump dependencies for Laravel 11
1 parent 046c682 commit dde55b9

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

composer.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
22
"name": "renoki-co/php-k8s",
33
"description": "Control your Kubernetes clusters with this PHP-based Kubernetes client. It supports any form of authentication, the exec API, and it has an easy implementation for CRDs.",
4-
"keywords": ["laravel", "php", "kubernetes", "k8s", "k3s", "k0s", "cluster", "api", "kubeadm", "kubeapi", "kube"],
4+
"keywords": [
5+
"laravel",
6+
"php",
7+
"kubernetes",
8+
"k8s",
9+
"k3s",
10+
"k0s",
11+
"cluster",
12+
"api",
13+
"kubeadm",
14+
"kubeapi",
15+
"kube"
16+
],
517
"license": "Apache-2.0",
618
"homepage": "https://github.com/renoki-co/php-k8s",
719
"authors": [
@@ -14,7 +26,7 @@
1426
"require": {
1527
"guzzlehttp/guzzle": "^6.5|^7.0",
1628
"illuminate/macroable": "^9.35|^10.1",
17-
"illuminate/support": "^9.35|^10.1",
29+
"illuminate/support": "^9.35|^10.1|^11.0",
1830
"ratchet/pawl": "^0.4.1",
1931
"symfony/process": "^5.4|^6.0",
2032
"vierbergenlars/php-semver": "^2.1|^3.0"
@@ -37,9 +49,9 @@
3749
},
3850
"require-dev": {
3951
"mockery/mockery": "^1.5",
40-
"orchestra/testbench": "^7.23|^8.1",
52+
"orchestra/testbench": "^7.23|^8.1|^9.0",
4153
"phpunit/phpunit": "^9.5.20|^10.0",
42-
"vimeo/psalm": "^4.20"
54+
"vimeo/psalm": "^4.20|^5.22"
4355
},
4456
"config": {
4557
"sort-packages": true

0 commit comments

Comments
 (0)