Skip to content

Commit 8e9d6fb

Browse files
committed
Update readme
1 parent 5023d9a commit 8e9d6fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# JSON Schema Generator
22

3-
[![PHP Version Require](https://poser.pugx.org/spiral/json-schema-generator/require/php)](https://packagist.org/packages/spiral/json-schema-generator)
4-
[![Latest Stable Version](https://poser.pugx.org/spiral/json-schema-generator/v/stable)](https://packagist.org/packages/spiral/json-schema-generator)
5-
[![phpunit](https://github.com/spiral/json-schema-generator/actions/workflows/phpunit.yml/badge.svg)](https://github.com/spiral/json-schema-generator/actions)
6-
[![psalm](https://github.com/spiral/json-schema-generator/actions/workflows/psalm.yml/badge.svg)](https://github.com/spiral/json-schema-generator/actions)
7-
[![Total Downloads](https://poser.pugx.org/spiral/json-schema-generator/downloads)](https://packagist.org/packages/spiral/json-schema-generator)
8-
[![psalm-level](https://shepherd.dev/github/spiral/json-schema-generator/level.svg)](https://shepherd.dev/github/spiral/json-schema-generator)
3+
[![PHP Version Require](https://poser.pugx.org/context-hub/json-schema-generator/require/php)](https://packagist.org/packages/context-hub/json-schema-generator)
4+
[![Latest Stable Version](https://poser.pugx.org/context-hub/json-schema-generator/v/stable)](https://packagist.org/packages/context-hub/json-schema-generator)
5+
[![phpunit](https://github.com/context-hub/json-schema-generator/actions/workflows/phpunit.yml/badge.svg)](https://github.com/context-hub/json-schema-generator/actions)
6+
[![psalm](https://github.com/context-hub/json-schema-generator/actions/workflows/psalm.yml/badge.svg)](https://github.com/context-hub/json-schema-generator/actions)
7+
[![Total Downloads](https://poser.pugx.org/context-hub/json-schema-generator/downloads)](https://packagist.org/packages/context-hub/json-schema-generator)
8+
[![psalm-level](https://shepherd.dev/github/context-hub/json-schema-generator/level.svg)](https://shepherd.dev/github/context-hub/json-schema-generator)
99

1010
The JSON Schema Generator is a PHP package that simplifies the generation of [JSON schemas](https://json-schema.org/) from Data Transfer Object (DTO) classes.
1111
It supports PHP enumerations and generic type annotations for arrays and provides an attribute for specifying title, description, and default value.
@@ -23,7 +23,7 @@ Make sure that your server is configured with the following PHP versions and ext
2323
You can install the package via Composer:
2424

2525
```bash
26-
composer require spiral/json-schema-generator
26+
composer require context-hub/json-schema-generator
2727
```
2828

2929
## Usage

0 commit comments

Comments
 (0)