Update references to jsonrainbow (#725)

* 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.

* docs: Update remaining references to jsonrainbow

---------

Co-authored-by: Floris Luiten <floris.luiten@tweakers.net>
This commit is contained in:
Danny van der Sluijs 2024-05-26 23:47:04 +02:00 committed by GitHub
parent 9e3c63154e
commit db59a8d73b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# JSON Schema for PHP # 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) [![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) [![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 ### Library
```bash ```bash
git clone https://github.com/justinrainbow/json-schema.git git clone https://github.com/jsonrainbow/json-schema.git
``` ```
### Composer ### Composer

View File

@ -6,7 +6,7 @@
"json", "json",
"schema" "schema"
], ],
"homepage": "https://github.com/justinrainbow/json-schema", "homepage": "https://github.com/jsonrainbow/json-schema",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {

View File

@ -17,7 +17,7 @@ Installation
.. code-block:: console .. code-block:: console
git clone https://github.com/justinrainbow/json-schema.git git clone https://github.com/jsonrainbow/json-schema.git
Composer method Composer method
^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^