From 6ae16896037e6f07a7dc0ba8758118c6a383b63b Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 16 Dec 2025 23:23:32 +0000 Subject: [PATCH 1/2] .gitattributes: Fix .php-cs-fixer.dist.php export-ignore --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b9262c8a..61700f6d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,7 @@ /tests export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.php-cs-fixer.dist export-ignore +/.php-cs-fixer.dist.php export-ignore /phpstan-baseline.neon export-ignore /phpstan.neon export-ignore /phpunit.xml.dist export-ignore From 1ef7e86685bfa3c837e7a9165d38af51b61f7a21 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Fri, 19 Dec 2025 15:50:23 +0100 Subject: [PATCH 2/2] docs: add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e76de7..3b8e0433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ci: Run workflows against 5.x.x branches ([#859](https://github.com/jsonrainbow/json-schema/pull/859)) ### Fixed - UriValidator: Allow `file:/` and `file:///` ([#856](https://github.com/jsonrainbow/json-schema/discussions/856)) +- Fix .php-cs-fixer.dist.php export-ignore ([#861](https://github.com/jsonrainbow/json-schema/discussions/861)) ## [6.6.3] - 2025-12-02 ### Changed