Skip to content

Commit c4e879f

Browse files
committed
phpunit 11.2.8 => 11.3.0.
phpcs 3.10.1 => 3.10.2. phpcbf 3.10.1 => 3.10.2.
1 parent 39c165a commit c4e879f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.phive/phars.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpunit" version="^11.0.5" installed="11.2.8" location="./tools/phpunit" copy="true"/>
3+
<phar name="phpunit" version="^11.0.5" installed="11.3.0" location="./tools/phpunit" copy="true"/>
44
<phar name="psalm" version="^5.23.1" installed="5.25.0" location="./tools/psalm" copy="true"/>
5-
<phar name="phpcs" version="^3.9.0" installed="3.10.1" location="./tools/phpcs" copy="true"/>
6-
<phar name="phpcbf" version="^3.9.0" installed="3.10.1" location="./tools/phpcbf" copy="true"/>
5+
<phar name="phpcs" version="^3.9.0" installed="3.10.2" location="./tools/phpcs" copy="true"/>
6+
<phar name="phpcbf" version="^3.9.0" installed="3.10.2" location="./tools/phpcbf" copy="true"/>
77
<phar name="infection" version="^0.27.10" installed="0.27.11" location="./tools/infection" copy="true"/>
88
</phive>

ci/phpunit.dist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.2/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.3/phpunit.xsd"
55
bootstrap="../vendor/autoload.php"
66
cacheDirectory="../var/cache/.phpunit.cache"
77
colors="true"

0 commit comments

Comments
 (0)