Skip to content

Commit 2d1b2b2

Browse files
Update dependencies
1 parent d83f117 commit 2d1b2b2

File tree

2 files changed

+329
-190
lines changed

2 files changed

+329
-190
lines changed

composer.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2121
"security": "https://github.com/sebastianbergmann/phpunit/security/policy"
2222
},
23+
"minimum-stability": "dev",
2324
"prefer-stable": true,
2425
"require": {
2526
"php": ">=8.4.1",
@@ -32,20 +33,20 @@
3233
"myclabs/deep-copy": "^1.13.4",
3334
"phar-io/manifest": "^2.0.4",
3435
"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",
4950
"staabm/side-effects-detector": "^1.0.5"
5051
},
5152
"config": {

0 commit comments

Comments
 (0)