Skip to content

Commit 7759517

Browse files
committed
Use phpunit 13 where possible
1 parent 0a7d90e commit 7759517

3 files changed

Lines changed: 1 addition & 5529 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ phpunit.xml
66
/.phpunit.cache/
77
/build/
88
/vendor/
9-
!/vendor-bin/tools/composer.lock
109
/vendor-bin/tools/vendor/
1110
/vendor-bin/tools/bin/

vendor-bin/tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"phpstan/phpstan-phpunit": "^2.0.0",
1313
"phpstan/phpstan-strict-rules": "^2.0.0",
1414
"phpstan/phpstan-symfony": "^2.0.0",
15-
"phpunit/phpunit": "^12.0.0",
15+
"phpunit/phpunit": "^12.0.0 || ^13.0.0",
1616
"symfony/phpunit-bridge": "^8.0"
1717
},
1818
"config": {

0 commit comments

Comments
 (0)