Skip to content

Laravel 11 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 4, 2024
Merged

Laravel 11 #18

merged 8 commits into from
Apr 4, 2024

Conversation

luisdalmolin
Copy link
Member

No description provided.

@jaydublu2002
Copy link

In testing this PR in our application, I found the following change needed in src/ValidatesOpenApiSpec.php:96 because of laravel/framework#47418 changing the definition of createTestResponse otherwise all is good :)

// src/ValidatesOpenApiSpec.php:96

// before:
$testResponse = $this->createTestResponse($response);

// after
$testResponse = $this->createTestResponse($response, $request);

@luisdalmolin luisdalmolin merged commit 89b0009 into main Apr 4, 2024
6 checks passed
@luisdalmolin luisdalmolin deleted the pr/17 branch April 4, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants