You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-16
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,23 @@ A PHP implementation of [JSON Schema](http://json-schema.org/). This library all
7
7
Install the latest version with
8
8
9
9
```bash
10
-
$ composer require Knp/php-json-schema
10
+
$ composer require knplabs/php-json-schema
11
11
```
12
12
13
13
# Basic Usage
14
14
15
-
A JsonSchema must implements `Knp\JsonSchema\JsonSchemaInterface` (which is basically an alias for`JsonSerializable`).
15
+
A JsonSchema must implements `KnpLabs\JsonSchema\JsonSchemaInterface` (which also extends`JsonSerializable`).
16
16
17
17
## Default JsonSchema
18
18
19
-
There is already a default implementation of `JsonSchemaInterface` called `Knp\JsonSchema\JsonSchema` which is an abstract class. This class provides some static methods to create some common JSON Schema scalars or objects.
19
+
There is already a default implementation of `JsonSchemaInterface` called `KnpLabs\JsonSchema\JsonSchema` which is an abstract class. This class provides some static methods to create some common JSON Schema scalars or objects.
0 commit comments