We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my composer.json I have:
"require": { "magento/product-enterprise-edition": "2.1.2", "magento/data-migration-tool": "2.1.2",
Due to the vast number of bugs with 2.1.2 I would very much like to develop with 2.2 (develop)
Is there any way in composer.json to pull directly from the develop branch of magento2?
In production (which is a while away) I will switch it back to 2.1.2
It's further complicated by the fact I am developing with enterprise.
The text was updated successfully, but these errors were encountered:
Hi @craigcarnell
To use unreleased develop branch you have to clone it via Git. Closed.
develop
Sorry, something went wrong.
Merge pull request #7791 from magento-atwix-pyrrans/AC-3579
bddae56
[Pyrrans] AC-3579: Replace Zend_Validate with `laminas/laminas-validator`
No branches or pull requests
In my composer.json I have:
Due to the vast number of bugs with 2.1.2 I would very much like to develop with 2.2 (develop)
Is there any way in composer.json to pull directly from the develop branch of magento2?
In production (which is a while away) I will switch it back to 2.1.2
It's further complicated by the fact I am developing with enterprise.
The text was updated successfully, but these errors were encountered: