summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-25 08:47:13 +0100
committerRemi Collet <remi@php.net>2026-03-25 08:47:13 +0100
commit7fd04b072c581df7946e060dc2d8c08daeb53cff (patch)
treefae5d46c83ac0947945cd6e226c0e1c79a2fba96
parent12086093d9ff9874a4ef38939eb8d0d38e31a23b (diff)
update to 5.3.3HEADmaster
-rw-r--r--composer.json6
-rw-r--r--php-justinrainbow-json-schema5.spec7
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 <remi@remirepo.net> - 5.3.3-1
+- update to 5.3.3
+
* Fri Feb 27 2026 Remi Collet <remi@remirepo.net> - 5.3.2-1
- update to 5.3.2