Skip to content

Commit 15ae551

Browse files
authored
Upgrade to PHPUnit 9 (#85)
1 parent 51223a4 commit 15ae551

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": "^7.4 || ^8.0",
18-
"psr/log": "^1.1",
18+
"psr/log": "^1.1 || ^2.0",
1919
"symfony/console": "^4.4 || ^5.4 || ^6.0",
2020
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
2121
"symfony/process": "^4.4 || ^5.4 || ^6.0",
@@ -26,7 +26,7 @@
2626
"bamarni/composer-bin-plugin": "^1.8",
2727
"ergebnis/composer-normalize": "^2.28",
2828
"phpstan/phpstan": "^1.8",
29-
"phpunit/phpunit": "^8.4",
29+
"phpunit/phpunit": "^9.0",
3030
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0"
3131
},
3232
"autoload": {

phpunit.xml.dist

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
</testsuite>
1515
</testsuites>
1616

17-
<filter>
18-
<whitelist>
17+
<coverage>
18+
<exclude>
1919
<directory suffix=".php">src/</directory>
20-
</whitelist>
21-
</filter>
20+
</exclude>
21+
</coverage>
2222

2323
</phpunit>

0 commit comments

Comments
 (0)