From 4bbdb79c763c3fc6d6cd1ec66c0f49189f3f151f Mon Sep 17 00:00:00 2001 From: Floris Luiten Date: Tue, 21 May 2024 16:44:01 +0200 Subject: [PATCH 1/2] Fix: Composer.json homepage As can be read in https://github.com/jsonrainbow/json-schema/issues/658, the repository has been moved. Update the composer.json homepage instruction to point to the new location. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c6b6936c..827cff0d 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "json", "schema" ], - "homepage": "https://github.com/justinrainbow/json-schema", + "homepage": "https://github.com/jsonrainbow/json-schema", "license": "MIT", "authors": [ { From b8989bdabc455fb36dbf3200f434968578d664f4 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Sun, 26 May 2024 21:37:06 +0200 Subject: [PATCH 2/2] docs: Update remaining references to jsonrainbow --- README.md | 4 ++-- docs/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b734cd3..ad4534ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JSON Schema for PHP -[![Build Status](https://github.com/justinrainbow/json-schema/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/justinrainbow/json-schema/actions) +[![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) @@ -13,7 +13,7 @@ See [json-schema](http://json-schema.org/) for more details. ### Library ```bash -git clone https://github.com/justinrainbow/json-schema.git +git clone https://github.com/jsonrainbow/json-schema.git ``` ### Composer diff --git a/docs/index.rst b/docs/index.rst index 32cddb6c..f1949cec 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,7 @@ Installation .. code-block:: console - git clone https://github.com/justinrainbow/json-schema.git + git clone https://github.com/jsonrainbow/json-schema.git Composer method ^^^^^^^^^^^^^^^