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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Validate your API responses against your OpenAPI specification during testing, a
11
11
## Features
12
12
13
13
-**OpenAPI 3.0 & 3.1 support** — Automatic version detection from the `openapi` field
14
-
-**Response validation** — Validates response bodies against JSON Schema (Draft 07 via opis/json-schema)
14
+
-**Response validation** — Validates response bodies against JSON Schema (Draft 07 via opis/json-schema). Supports `application/json` and any `+json` content type (e.g., `application/problem+json`)
15
15
-**Endpoint coverage tracking** — Unique PHPUnit extension that reports which spec endpoints are covered by tests
0 commit comments