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

Need to update alchemy/zippy #169

Open
mike-potter opened this issue Nov 7, 2018 · 0 comments
Open

Need to update alchemy/zippy #169

mike-potter opened this issue Nov 7, 2018 · 0 comments

Comments

@mike-potter
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant