Skip to content

Commit 387ac79

Browse files
committed
update
1 parent f085e97 commit 387ac79

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^11.0",
26+
"phpunit/phpunit": "^11.5",
2727
"squizlabs/php_codesniffer": "^3.9"
2828
}
2929
}

Diff for: phpunit.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
35
backupGlobals="false"
4-
backupStaticAttributes="false"
6+
backupStaticProperties="false"
57
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
98
processIsolation="false"
109
stopOnFailure="false"
1110
bootstrap="vendor/autoload.php"

0 commit comments

Comments
 (0)