Skip to content

Commit 97fee21

Browse files
Dropped PHPUnit 8
1 parent 67e8242 commit 97fee21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
beStrictAboutOutputDuringTests="true"
66
bootstrap="vendor/autoload.php"
77
colors="true"
8+
convertDeprecationsToExceptions="true"
89
convertErrorsToExceptions="true"
910
convertNoticesToExceptions="true"
1011
convertWarningsToExceptions="true"

vendor-bin/phpunit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^7.4.15 || ^8.0.2",
4-
"phpunit/phpunit": "^8.5.23 || ^9.5.12"
4+
"phpunit/phpunit": "^9.5.12"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)