|
21 | 21 | "security": "https://github.com/sebastianbergmann/phpunit/security/policy"
|
22 | 22 | },
|
23 | 23 | "prefer-stable": true,
|
| 24 | + "minimum-stability": "dev", |
24 | 25 | "require": {
|
25 | 26 | "php": ">=8.2",
|
26 | 27 | "ext-dom": "*",
|
|
32 | 33 | "myclabs/deep-copy": "^1.10.1",
|
33 | 34 | "phar-io/manifest": "^2.0.3",
|
34 | 35 | "phar-io/version": "^3.0.2",
|
35 |
| - "phpunit/php-code-coverage": "^10.1.5", |
36 |
| - "phpunit/php-file-iterator": "^4.0", |
37 |
| - "phpunit/php-invoker": "^4.0", |
38 |
| - "phpunit/php-text-template": "^3.0", |
39 |
| - "phpunit/php-timer": "^6.0", |
40 |
| - "sebastian/cli-parser": "^2.0", |
41 |
| - "sebastian/code-unit": "^2.0", |
42 |
| - "sebastian/comparator": "^5.0", |
43 |
| - "sebastian/diff": "^5.0", |
44 |
| - "sebastian/environment": "^6.0", |
45 |
| - "sebastian/exporter": "^5.1", |
46 |
| - "sebastian/global-state": "^6.0.1", |
47 |
| - "sebastian/object-enumerator": "^5.0", |
48 |
| - "sebastian/recursion-context": "^5.0", |
49 |
| - "sebastian/type": "^4.0", |
50 |
| - "sebastian/version": "^4.0" |
| 36 | + "phpunit/php-code-coverage": "^11.0", |
| 37 | + "phpunit/php-file-iterator": "^5.0", |
| 38 | + "phpunit/php-invoker": "^5.0", |
| 39 | + "phpunit/php-text-template": "^4.0", |
| 40 | + "phpunit/php-timer": "^7.0", |
| 41 | + "sebastian/cli-parser": "^3.0", |
| 42 | + "sebastian/code-unit": "^3.0", |
| 43 | + "sebastian/comparator": "^6.0", |
| 44 | + "sebastian/diff": "^6.0", |
| 45 | + "sebastian/environment": "^7.0", |
| 46 | + "sebastian/exporter": "^6.0", |
| 47 | + "sebastian/global-state": "^7.0", |
| 48 | + "sebastian/object-enumerator": "^6.0", |
| 49 | + "sebastian/recursion-context": "^6.0", |
| 50 | + "sebastian/type": "^5.0", |
| 51 | + "sebastian/version": "^5.0" |
51 | 52 | },
|
52 | 53 | "config": {
|
53 | 54 | "platform": {
|
|
0 commit comments