Skip to content

Commit a3be216

Browse files
committed
Updated readme
1 parent ddf937c commit a3be216

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ of data sent to a RESTful API endpoint.
1616
**The library's key features:**
1717

1818
- Supports all keywords from all drafts (draft-2020-12 down to draft-06)
19+
- Support for custom errors inside schema using [`$error` keyword](https://opis.io/json-schema/2.x/errors.html)
1920
- Support for custom PHP filters using [`$filters` keyword](https://docs.opis.io/json-schema/2.x/filters.html)
2021
- Advanced schema reuse using [`$map` keyword](https://docs.opis.io/json-schema/2.x/mappers.html)
2122
- Intuitive schema composition using [slots](https://docs.opis.io/json-schema/2.x/slots.html)
@@ -53,7 +54,7 @@ Or you could directly reference it into your `composer.json` file as a dependenc
5354
```json
5455
{
5556
"require": {
56-
"opis/json-schema": "^2.2"
57+
"opis/json-schema": "^2.4"
5758
}
5859
}
5960
```

0 commit comments

Comments
 (0)