Skip to content

Commit

Permalink
Support OpenAPI 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid authored and Ninos committed Nov 27, 2023
1 parent 27ce9e8 commit 4723dd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function testCheckOpenApiExportCommand()
$this->assertSame(0, $tester->execute([]));
$this->assertJsonStringEqualsJsonString(<<<JSON
{
"openapi": "3.0.0",
"openapi": "3.1.0",
"info": {
"description": "API Platform integration in LexikJWTAuthenticationBundle",
"title": "LexikJWTAuthenticationBundle",
Expand Down

0 comments on commit 4723dd5

Please sign in to comment.