Skip to content

Commit c08fb37

Browse files
committed
phpunit 12.2.0 => 12.2.5.
phpcs 3.13.0 => 3.13.2. phpcbf 3.13.0 => 3.13.2.
1 parent 2e742fb commit c08fb37

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="^12.0.2" installed="12.2.0" location="./tools/phpunit" copy="true"/>
3+
<phar name="phpunit" version="^12.0.2" installed="12.2.5" location="./tools/phpunit" copy="true"/>
44
<phar name="psalm" version="^6.5.0" installed="6.12.0" location="./tools/psalm" copy="true"/>
5-
<phar name="phpcs" version="^3.9.0" installed="3.13.0" location="./tools/phpcs" copy="true"/>
6-
<phar name="phpcbf" version="^3.9.0" installed="3.13.0" location="./tools/phpcbf" copy="true"/>
5+
<phar name="phpcs" version="^3.9.0" installed="3.13.2" location="./tools/phpcs" copy="true"/>
6+
<phar name="phpcbf" version="^3.9.0" installed="3.13.2" location="./tools/phpcbf" copy="true"/>
77
<phar name="infection" version="^0.29.13" installed="0.29.14" location="./tools/infection" copy="true"/>
88
</phive>

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Changed
9-
- PHPUnit 12.1.6 => 12.2.0.
9+
- PHPUnit 12.1.6 => 12.2.5.
1010
- cyril-verloop/codingame-configuration 1.15.0 => 1.16.0.
1111

1212
## [6.6.0] - 2025-05-31

0 commit comments

Comments
 (0)