Skip to content

Commit f1d0d29

Browse files
committed
docs(readme): add JSON-compatible content type support to features list
1 parent bb5bbea commit f1d0d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Validate your API responses against your OpenAPI specification during testing, a
1111
## Features
1212

1313
- **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`)
1515
- **Endpoint coverage tracking** — Unique PHPUnit extension that reports which spec endpoints are covered by tests
1616
- **Path matching** — Handles parameterized paths (`/pets/{petId}`) with configurable prefix stripping
1717
- **Laravel adapter** — Optional trait for seamless integration with Laravel's `TestResponse`

0 commit comments

Comments
 (0)