-
Notifications
You must be signed in to change notification settings - Fork 97
Fix remove disappeared dependency #255
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
Open
DEVizzent
wants to merge
60
commits into
cebe:master
Choose a base branch
from
DEVizzent:FIX-remove_disappeared_dependency
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix remove disappeared dependency #255
DEVizzent
wants to merge
60
commits into
cebe:master
from
DEVizzent:FIX-remove_disappeared_dependency
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Cees-Jan Kiewiet <ceesjank@gmail.com>
Add Testcases for OpenAPI 3.1
Add support for WebHooks
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
* master: (22 commits) Catch recursion when resolving inside included file Improve Responses resolving references Fixes default value for exclusiveMinimum and exclusiveMaximum more specific deprecation add hasPropertyValue() method add comments, optimize tests for cebe#125 During serialization convert empty Map fields to empty Objects Add test to demonstrate OpenAPI v3.0 schema validation fails with empty Path properties yarn upgrade Added docker environment for local development Add symfony 6 support (cebe#151) Bump node-fetch from 2.6.1 to 2.6.7 (cebe#149) Fix CI badge in Readme (cebe#150) Temporarily skip broken test (cebe#145) Run speccy through yarn Add windows and macos cases Temporarily skip broken test Rework CI Run all tests (cebe#136) Drop licence badge from readme (cebe#137) ... Conflicts: README.md composer.json src/SpecBaseObject.php tests/ReaderTest.php
Openapi 31
…deprecations [openapi v3.1] PHP 8.2 deprecations
This is mainly useful when dealing with webhooks to use the array index as a name for the given webhook as the spec uses it as a unique identifier: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#openapi-object
As uri format don't known about variables usage we can't validate with this format
Add ^7 version constraint to composer.json
…onditions to run tests with phpunit 11 without verbose because this param is removed
# Conflicts: # Makefile
ceaa7c7 to
b7e664e
Compare
b7e664e to
0060874
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.