Hi,
Started á project rebuilding/migrating Magento 1.9.x to 2.2.2
Currently i'm facing a problem installing the fishpig wordpress integration module.
The documentation found doesn't seem to solve my issue.
The error I get:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for fishpig/module-wordpress 1.2.0.28 -> satisfiable by fishpig/module-wordpress[1.2.0.28].
- fishpig/module-wordpress 1.2.0.28 requires magento/product-community-edition ^2.0.0 -> no matching package found.
Since the downloader isnt part of 2.2.2 anymore I am bound to manual installation.
Any ideas to resolve this are welcome.. thanks in advance
Hi @FredDresken,
According with the compsoer .json file of the module:
https://github.com/bentideswell/magento2-wordpress-integration/blob/master/composer.json
Isn't compatible with Magento 2.2.2. Here you'll find a friendly explanation about versions restrictions: https://blog.madewithlove.be/post/tilde-and-caret-constraints/
So I guess you can:
Got a reply from Ben Tideswell conforming the extention is 100% compatible with 2.2.2
Have to dive in the last resort option you gave, thanks for your quick response.