We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7246d9 commit 57e775fCopy full SHA for 57e775f
2 files changed
CHANGELOG.md
@@ -6,6 +6,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
### Added
7
* Allowed endpoints filter for OpenApiHandler
8
9
+### Removed
10
+* Support for justinrainbow/json-schema (causes issues with validating schema)
11
+
12
## 3.3.0
13
14
### Changed
composer.json
@@ -21,7 +21,7 @@
21
"tracy/tracy": "^2.6",
22
"league/fractal": "~0.20",
23
"tomaj/nette-bootstrap-form": "^2.0",
24
- "justinrainbow/json-schema": "^5.2|^6.6",
+ "justinrainbow/json-schema": "^5.2",
25
"latte/latte": "^3.0"
26
},
27
"require-dev": {
0 commit comments