From 7fd04b072c581df7946e060dc2d8c08daeb53cff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Mar 2026 08:47:13 +0100 Subject: update to 5.3.3 --- composer.json | 6 ++++++ php-justinrainbow-json-schema5.spec | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8c32267..c7e2ddd 100644 --- a/composer.json +++ b/composer.json @@ -61,6 +61,12 @@ "bin": [ "bin/validate-json" ], + "config": { + "audit": { + "ignored": ["PKSA-z3gr-8qht-p93v"], + "block-insecure": false + } + }, "scripts": { "coverage": "@php phpunit --coverage-text", "style-check": "@php php-cs-fixer fix --dry-run --verbose --diff", diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index e3eec19..12345b0 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -14,7 +14,7 @@ %bcond_without tests %endif -%global gh_commit 2f7abf648939847a789c55c206d4cb9dd0d53e2c +%global gh_commit a0b7c13588b102d7d6536823e96d1c88d3dba85e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner justinrainbow %global gh_project json-schema @@ -34,7 +34,7 @@ %global eolv2 0 Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 5.3.2 +Version: 5.3.3 Release: 1%{?dist} Summary: A library to validate a json schema License: MIT @@ -176,6 +176,9 @@ exit $ret %changelog +* Wed Mar 25 2026 Remi Collet - 5.3.3-1 +- update to 5.3.3 + * Fri Feb 27 2026 Remi Collet - 5.3.2-1 - update to 5.3.2 -- cgit