Skip to content

Commit 57e775f

Browse files
committed
Removed support for justinrainbow/json-schema
1 parent b7246d9 commit 57e775f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66
### Added
77
* Allowed endpoints filter for OpenApiHandler
88

9+
### Removed
10+
* Support for justinrainbow/json-schema (causes issues with validating schema)
11+
912
## 3.3.0
1013

1114
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tracy/tracy": "^2.6",
2222
"league/fractal": "~0.20",
2323
"tomaj/nette-bootstrap-form": "^2.0",
24-
"justinrainbow/json-schema": "^5.2|^6.6",
24+
"justinrainbow/json-schema": "^5.2",
2525
"latte/latte": "^3.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)