Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.
This repository was archived by the owner on May 13, 2026. It is now read-only.

Need to update alchemy/zippy #169

Description

@mike-potter

The composer.json currently has:

    "alchemy/zippy": "^0.3",

However, the latest D8 drupal/console has:

     "alchemy/zippy": "0.4.3",

While I have an issue with drupal/console specifying such a specific version, this is a major issue that prevents us from using a single vendor and composer.json for a D8 project that includes pattern-lab.

Proposal

Update patternlab-php-core to use:

    "alchemy/zippy": "~0.3",

which doesn't have the same restriction as ^0.3 when working with versions less than 1.0 (I believe).

(From composer docs here https://getcomposer.org/doc/articles/versions.md#caret-version-range- is says "For pre-1.0 versions it also acts with safety in mind and treats ^0.3 as >=0.3.0 <0.4.0". No similar comment for the ~ operator)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions