mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-01-16 20:58:16 +01:00
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:
parent
9e3c63154e
commit
db59a8d73b
@ -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
|
||||||
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user