|
20 | 20 | "issues": "https://github.com/sebastianbergmann/phpunit/issues", |
21 | 21 | "security": "https://github.com/sebastianbergmann/phpunit/security/policy" |
22 | 22 | }, |
| 23 | + "minimum-stability": "dev", |
23 | 24 | "prefer-stable": true, |
24 | 25 | "require": { |
25 | 26 | "php": ">=8.4.1", |
|
32 | 33 | "myclabs/deep-copy": "^1.13.4", |
33 | 34 | "phar-io/manifest": "^2.0.4", |
34 | 35 | "phar-io/version": "^3.2.1", |
35 | | - "phpunit/php-code-coverage": "^12.5.2", |
36 | | - "phpunit/php-file-iterator": "^6.0.0", |
37 | | - "phpunit/php-invoker": "^6.0.0", |
38 | | - "phpunit/php-text-template": "^5.0.0", |
39 | | - "phpunit/php-timer": "^8.0.0", |
40 | | - "sebastian/cli-parser": "^4.2.0", |
41 | | - "sebastian/comparator": "^7.1.3", |
42 | | - "sebastian/diff": "^7.0.0", |
43 | | - "sebastian/environment": "^8.0.3", |
44 | | - "sebastian/exporter": "^7.0.2", |
45 | | - "sebastian/global-state": "^8.0.2", |
46 | | - "sebastian/object-enumerator": "^7.0.0", |
47 | | - "sebastian/type": "^6.0.3", |
48 | | - "sebastian/version": "^6.0.0", |
| 36 | + "phpunit/php-code-coverage": "^13.0", |
| 37 | + "phpunit/php-file-iterator": "^7.0", |
| 38 | + "phpunit/php-invoker": "^7.0", |
| 39 | + "phpunit/php-text-template": "^6.0", |
| 40 | + "phpunit/php-timer": "^9.0", |
| 41 | + "sebastian/cli-parser": "^5.0", |
| 42 | + "sebastian/comparator": "^8.0", |
| 43 | + "sebastian/diff": "^8.0", |
| 44 | + "sebastian/environment": "^9.0", |
| 45 | + "sebastian/exporter": "^8.0", |
| 46 | + "sebastian/global-state": "^9.0", |
| 47 | + "sebastian/object-enumerator": "^8.0", |
| 48 | + "sebastian/type": "^7.0", |
| 49 | + "sebastian/version": "^7.0", |
49 | 50 | "staabm/side-effects-detector": "^1.0.5" |
50 | 51 | }, |
51 | 52 | "config": { |
|
0 commit comments