-
Notifications
You must be signed in to change notification settings - Fork 4
Add dependency.json schema definition #4
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
tsybenko
wants to merge
400
commits into
spryker:master
Choose a base branch
from
tsybenko:dependency-json-schema-definition
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
Add dependency.json schema definition #4
tsybenko
wants to merge
400
commits into
spryker:master
from
tsybenko:dependency-json-schema-definition
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
…ove-console-command-from-setup
…ove-console-command-from-setup
…ebmozart glob to be able to use stream wrapper. TE-5015 Added spryker/util-glob module. TE-5015 Use UtilGlob, added new definition finder, deprecated old TransferDefinitionFinder.
…ove-console-command-from-setup
TE-10886 Release Dynamic Store
CC-30444 Fixed Glue current locale negotiation.
CC-31572 Adjusted ruleset configurations
…ort of PHP 8.2. (#10577) FRW-998 Dropped PHP 8.0 and added PHP 8.2 support.
…estampable` propel behaviors. (#10682) FRW-2289 Allow to configure date field type for `Archivable` and `Timestampable` propel behaviors.
FRW-7289 Fixed Development module dependency BC-break.
FRW-7400 Update PHPStan to 1.10.*
FRW-8526 Update contribution.md content for all repos with the Spryker license
…evelopment. (#10969) FRW-8430 Enabled console commands to be ran during 3rd-party module development.
…port of PHP 8.3. (#11088) FRW-8801 Switched PHP version from 8.1 to 8.2 by default, enabled support of PHP 8.3.
PHPStorm tools
FRW-8773 Added PHP Unit 11 support.
AE-142 Fixed support definition.
FRW-9645 Enable feature development.
ACP-4802 Over/Underpaid
bugfix/ssp-648-fix-feature-path
…core-modules-license-update FRW-8835 Updated license text for all Core modules.
SSP-32 Enabled the code style sniffer for the features.
CC-33994 Text Alternatives for Product Images
…… (#11630) FRW-9573 OMS lock problem when running in transaction
Collaborator
|
Dear contributor, Your pull request will be reviewed by our team. In the meantime, please ensure that the PR complies with Spryker's coding guidelines and that your changes are covered by tests. Thank you very much for your contribution to the development of Spryker and the growth of the Spryker community! |
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.
PR Description
This PR adds a schema for
dependency.jsonfiles in Spryker modules. It enables IDEs and code editors to provide autocomplete and helps AI better understand the file structure.Steps before you submit a PR
contribution-license-agreement.txtfile with the following content:I hereby agree to Spryker\'s Contribution License Agreement in https://github.com/spryker/development/blob/HASH_OF_COMMIT_YOU_ARE_BASING_YOUR_BRANCH_FROM_MASTER_BRANCH/CONTRIBUTING.md.This is a mandatory step to make sure you are aware of the license agreement and agree to it.
HASH_OF_COMMIT_YOU_ARE_BASING_YOUR_BRANCH_FROM_MASTER_BRANCHis a hash of the commit you are basing your branch from the master branch. You can take it from commits list of master branch before you submit a PR.Checklist