File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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.9 " location =" ./tools/phpunit" copy =" true" />
3+ <phar name =" phpunit" version =" ^12.0.2" installed =" 12.3.0 " location =" ./tools/phpunit" copy =" true" />
44 <phar name =" psalm" version =" ^6.5.0" installed =" 6.13.0" location =" ./tools/psalm" copy =" true" />
55 <phar name =" phpcs" version =" ^3.9.0" installed =" 3.13.2" location =" ./tools/phpcs" copy =" true" />
66 <phar name =" phpcbf" version =" ^3.9.0" installed =" 3.13.2" location =" ./tools/phpcbf" copy =" true" />
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ Unreleased]
8+ ### Changed
9+ - PHPUnit 12.2.9 => 12.3.0.
10+
711## [ 6.8.1] - 2025-07-31
812### Changed
913- cyril-verloop/codingame-configuration 1.17.0 => 1.17.1.
Original file line number Diff line number Diff line change 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/12.2 /phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/12.3 /phpunit.xsd"
55 bootstrap =" ../vendor/autoload.php"
66 cacheDirectory =" ../var/cache/.phpunit.cache"
77 colors =" true"
You can’t perform that action at this time.
0 commit comments