Bought this plugin last night and having difficulty installing.
When I run:
composer require kilowhat/flarum-ext-wordpress
I get this:
`./composer.json has been updated
Running composer update kilowhat/flarum-ext-wordpress
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- kilowhat/flarum-ext-wordpress 1.0.0 requires flarum/core >=0.1.0-beta.10 <0.1.0-beta.11 -> found flarum/core[v0.1.0-beta.10] but it does not match your minimum-stability.
- kilowhat/flarum-ext-wordpress[1.0.1, ..., 1.2.3] require flarum/core >=0.1.0-beta.10 <0.1.0-beta.12 -> found flarum/core[v0.1.0-beta.10, v0.1.0-beta.11, v0.1.0-beta.11.1] but it does not match your minimum-stability.
- kilowhat/flarum-ext-wordpress 1.2.4 requires flarum/core >=0.1.0-beta.10 <0.1.0-beta.13 -> found flarum/core[v0.1.0-beta.10, v0.1.0-beta.11, v0.1.0-beta.11.1, v0.1.0-beta.12] but it does not match your minimum-stability.
- kilowhat/flarum-ext-wordpress[1.3.0, ..., 1.3.3] require flarum/core >=0.1.0-beta.12 <0.1.0-beta.13 -> found flarum/core[v0.1.0-beta.12] but it does not match your minimum-stability.
- kilowhat/flarum-ext-wordpress[1.3.4, ..., 1.6.0] require flarum/core >=0.1.0-beta.12 <0.1.0-beta.14 -> found flarum/core[v0.1.0-beta.12, v0.1.0-beta.13] but it does not match your minimum-stability.
- kilowhat/flarum-ext-wordpress 1.6.2 requires flarum/core >=0.1.0-beta.14 <0.1.0-beta.15 -> found flarum/core[v0.1.0-beta.14, v0.1.0-beta.14.1] but it does not match your minimum-stability.
- kilowhat/flarum-ext-wordpress 1.6.3 requires flarum/core >=0.1.0-beta.15 <0.1.0-beta.16 -> found flarum/core[v0.1.0-beta.15] but it does not match your minimum-stability.
- kilowhat/flarum-ext-wordpress 1.6.4 requires flarum/core >=0.1.0-beta.16 <0.1.0-beta.17 -> found flarum/core[v0.1.0-beta.16] but it does not match your minimum-stability.
- kilowhat/flarum-ext-wordpress[1.7.0, ..., 1.8.0] require symfony/dom-crawler 4.0 -> found symfony/dom-crawler[v4.0.0, ..., v4.4.45] but the package is fixed to v5.4.21 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires kilowhat/flarum-ext-wordpress * -> satisfiable by kilowhat/flarum-ext-wordpress[1.0.0, ..., 1.8.0].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require kilowhat/flarum-ext-wordpress:*" to figure out if any version is installable, or "composer require kilowhat/flarum-ext-wordpress:2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
`
Please can someone assist?