Skip to content

Commit 578fc2b

Browse files
Bump
1 parent 0975e9c commit 578fc2b

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

composer.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"security": "https://github.com/sebastianbergmann/phpunit/security/policy"
2222
},
2323
"prefer-stable": true,
24+
"minimum-stability": "dev",
2425
"require": {
2526
"php": ">=8.2",
2627
"ext-dom": "*",
@@ -32,22 +33,22 @@
3233
"myclabs/deep-copy": "^1.10.1",
3334
"phar-io/manifest": "^2.0.3",
3435
"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"
5152
},
5253
"config": {
5354
"platform": {

0 commit comments

Comments
 (0)