From d2c4af4f5c3533ca8daac35869e68c2696f3a70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 31 Jul 2024 00:46:45 +0200 Subject: [PATCH 1/3] Fix pugx badges in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad4534ee..8c88c151 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # JSON Schema for PHP [![Build Status](https://github.com/jsonrainbow/json-schema/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/jsonrainbow/json-schema/actions) -[![Latest Stable Version](https://poser.pugx.org/justinrainbow/json-schema/v/stable.png)](https://packagist.org/packages/justinrainbow/json-schema) -[![Total Downloads](https://poser.pugx.org/justinrainbow/json-schema/downloads.png)](https://packagist.org/packages/justinrainbow/json-schema) +[![Latest Stable Version](https://poser.pugx.org/justinrainbow/json-schema/v/stable)](https://packagist.org/packages/justinrainbow/json-schema) +[![Total Downloads](https://poser.pugx.org/justinrainbow/json-schema/downloads)](https://packagist.org/packages/justinrainbow/json-schema/stats) A PHP Implementation for validating `JSON` Structures against a given `Schema` with support for `Schemas` of Draft-3 or Draft-4. Features of newer Drafts might not be supported. See [Table of All Versions of Everything](https://json-schema.org/specification-links.html#table-of-all-versions-of-everything) to get an overview of all existing Drafts. From 81f048da8aa6d717874a6c1adc83f76aeee9b0c3 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Wed, 31 Jul 2024 20:59:16 +0200 Subject: [PATCH 2/3] docs: Add changelog entry --- CHANGELOG.md | 1 + tests/bootstrap.php | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 tests/bootstrap.php diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3114ba..efab5434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Fixed - Correct misconfigured mocks in JsonSchema\Tests\Uri\UriRetrieverTest ([#741](https://github.com/jsonrainbow/json-schema/pull/741)) +- Fix pugx badges in README ([#742](https://github.com/jsonrainbow/json-schema/pull/742)) ## [6.0.0] - 2024-07-30 ### Added diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 00000000..174d7fd7 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,3 @@ + Date: Wed, 31 Jul 2024 21:08:25 +0200 Subject: [PATCH 3/3] fix: Correct accidently added file --- tests/bootstrap.php | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tests/bootstrap.php diff --git a/tests/bootstrap.php b/tests/bootstrap.php deleted file mode 100644 index 174d7fd7..00000000 --- a/tests/bootstrap.php +++ /dev/null @@ -1,3 +0,0 @@ -