Skip to content
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

DDST-322: Dependency definitions #50

Merged
merged 4 commits into from
Jul 9, 2024
Merged

Commits on Jul 3, 2024

  1. Add more dependencies.

    adam-vessey committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4f002a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f95fce View commit details
    Browse the repository at this point in the history
  3. Fix up plugin detection.

    adam-vessey committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2b6d0f7 View commit details
    Browse the repository at this point in the history
  4. Ensure ordering of dependencies is consistent.

    Maybe paranoia, but the use of `array_merge_recursive()` would have
    allowed the order to be inconsistent, potentially resulting it future
    noise in imports/exports with stuff randomly moving around. Having the
    order consistent should prevent such from happening.
    adam-vessey committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    13905fb View commit details
    Browse the repository at this point in the history