-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
Allow swagger-php 4.x #436
Allow swagger-php 4.x #436
Conversation
@DarkaOnLine To run tests both with 3.x and 4.x, maybe it would make sense to convert the existing matrix dimension edit Added this in a8c7128. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Swagger-UI also has a v4. Can we bump the version of it? Template also changed, can we updated ours: https://github.com/swagger-api/swagger-ui/blob/master/dist/index.html
Just to be sure: In contrast to |
Looks like L5-Swagger is affected by the removal of some deprecated elements. 🤔
|
This allows us to migrate object-oriented Generator.
As for the codeclimate, my PR fixes and adds 6 issues each, I'm open to any suggestions to fix those. I tried to run the tests locally, but I'm getting
After running these commands from the CI config, I was able to run the tests: L5-Swagger/.github/workflows/test-config.yml Lines 49 to 56 in aab46bf
Maybe this should be documented in the README, automatised via a composer hook, or just happen automatically as part of the TestCase. 🤔 |
Now, I'm getting the following failures (with
Sounds like zircote/swagger-php#1005, but I would have to look into this further. |
As for the L5-Swagger/tests/storage/annotations/OpenApi/Anotations.php Lines 3 to 16 in aab46bf
|
@DarkaOnLine Maybe you can make some sense of this? |
@caugner I did some changes to your branch. Can you please review and if all good, we could merge this ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@DarkaOnLine Excellent job, IMO this is ready for merge. |
Fixes #432.