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

composer install problem #31

Open
Gyrus-Ivan opened this issue Jun 12, 2017 · 2 comments
Open

composer install problem #31

Gyrus-Ivan opened this issue Jun 12, 2017 · 2 comments

Comments

@Gyrus-Ivan
Copy link

- lakion/sylius-elastic-search-bundle dev-master requires sylius/sylius dev-master -> satisfiable by sylius/sylius[dev-master] but these conflict with your requirements or minimum-stability.
how this bundle can be installed on "sylius/sylius": "^1.0@beta"

@mbabker
Copy link
Contributor

mbabker commented Jun 13, 2017

Right now it looks like you're better off using https://github.com/Sylius/SyliusElasticSearchPlugin versus this repo.

@igormukhingmailcom
Copy link

igormukhingmailcom commented Jul 21, 2017

Hi, @mbabker

Could you please tell why you think so? I've tried https://github.com/Sylius/SyliusElasticSearchPlugin without any success when current bundle looks like working almost out of the box.

@Gyrus-Ivan, you can workaround like this:

# composer.json
    ...
    "require": {
        "sylius/sylius": "dev-master#02ccef7f80b5c2cc5bcd9c47f07553e365854c6a",
        "lakion/sylius-elastic-search-bundle": "dev-master#cdd4d121d1a983a18164662197ee07e677e0ee1d",
        ...
}
...

psihius pushed a commit to psihius/SyliusElasticSearchBundle that referenced this issue Aug 16, 2017
[ElasticSearch] Change api endpoint from taxon slug to taxon code
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

3 participants