|
24 | 24 | } |
25 | 25 | ], |
26 | 26 | "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", |
30 | 30 | "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" |
33 | 33 | }, |
34 | 34 | "suggest": { |
35 | 35 | "ext-yaml": "YAML extension is used to read or generate YAML from PHP K8s internal classes." |
|
48 | 48 | "test": "vendor/bin/phpunit" |
49 | 49 | }, |
50 | 50 | "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" |
55 | 55 | }, |
56 | 56 | "config": { |
57 | 57 | "sort-packages": true |
|
0 commit comments