|
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", |
24 | 23 | "prefer-stable": true, |
25 | 24 | "require": { |
26 | 25 | "php": ">=8.3", |
|
33 | 32 | "myclabs/deep-copy": "^1.12.1", |
34 | 33 | "phar-io/manifest": "^2.0.4", |
35 | 34 | "phar-io/version": "^3.2.1", |
36 | | - "phpunit/php-code-coverage": "^12.0-dev", |
37 | | - "phpunit/php-file-iterator": "^6.0-dev", |
38 | | - "phpunit/php-invoker": "^6.0-dev", |
39 | | - "phpunit/php-text-template": "^5.0-dev", |
40 | | - "phpunit/php-timer": "^8.0-dev", |
41 | | - "sebastian/cli-parser": "^4.0-dev", |
42 | | - "sebastian/comparator": "^7.0-dev", |
43 | | - "sebastian/diff": "^7.0-dev", |
44 | | - "sebastian/environment": "^8.0-dev", |
45 | | - "sebastian/exporter": "^7.0-dev", |
46 | | - "sebastian/global-state": "^8.0-dev", |
47 | | - "sebastian/object-enumerator": "^7.0-dev", |
48 | | - "sebastian/type": "^6.0-dev", |
49 | | - "sebastian/version": "^6.0-dev", |
| 35 | + "phpunit/php-code-coverage": "^12.0.0", |
| 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.0.0", |
| 41 | + "sebastian/comparator": "^7.0.0", |
| 42 | + "sebastian/diff": "^7.0.0", |
| 43 | + "sebastian/environment": "^8.0.0", |
| 44 | + "sebastian/exporter": "^7.0.0", |
| 45 | + "sebastian/global-state": "^8.0.0", |
| 46 | + "sebastian/object-enumerator": "^7.0.0", |
| 47 | + "sebastian/type": "^6.0.0", |
| 48 | + "sebastian/version": "^6.0.0", |
50 | 49 | "staabm/side-effects-detector": "^1.0.5" |
51 | 50 | }, |
52 | 51 | "config": { |
|
0 commit comments