Skip to content

Commit 27bc39e

Browse files
committed
update phpunit to 12.4
1 parent e2f9d90 commit 27bc39e

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"guzzlehttp/psr7": "^1.7 || ^2.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^12.3"
30+
"phpunit/phpunit": "^12.4"
3131
},
3232
"autoload": {
3333
"psr-4": {

composer.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.3/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.4/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
colors="true"
66
executionOrder="random"
@@ -24,4 +24,4 @@
2424
<php>
2525
<ini name="error_reporting" value="E_ALL"/>
2626
</php>
27-
</phpunit>
27+
</phpunit>

0 commit comments

Comments
 (0)