Trying to install this on a local demo where we've forked/re-named Flarum (deployment purposes), and getting the following error. Wondering if there is a work around way to install extensions w/o having to fork/edit them?
composer require fof/links
Using version ^0.3.0 for fof/links
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- remove flarum/core 0.1.x-dev|keep flarum/core dev-master
- Conclusion: remove flarum/core dev-master
- don't install flarum/core 0.1.x-dev|install flarum/core dev-master
- Conclusion: don't install flarum/core dev-master
- Conclusion: don't install flarum/core v0.1.0-beta.14
- Conclusion: remove flarum/approval dev-master
- Conclusion: don't install flarum/approval dev-master
- Installation request for flarum/approval (locked at 0.1.x-dev, required as dev-master) -> satisfiable by flarum/approval[0.1.x-dev].
- Installation request for fof/links ^0.3.0 -> satisfiable by fof/links[0.3.0].
- Installation request for flarum/core (locked at 0.1.x-dev, required as @dev) -> satisfiable by flarum/core[0.1.x-dev].
- Installation request for flarum/approval dev-master -> satisfiable by flarum/approval[dev-master].
- flarum/approval dev-master requires flarum/core ^0.1.0-beta.14 -> satisfiable by flarum/core[0.1.x-dev, v0.1.0-beta.14].
- Can only install one of: flarum/core[v0.1.0-beta.12, 0.1.x-dev].
- Can only install one of: flarum/core[v0.1.0-beta.12, 0.1.x-dev].
- fof/links 0.3.0 requires flarum/core >=0.1.0-beta.12 <0.1.0-beta.14 -> satisfiable by flarum/core[v0.1.0-beta.12, v0.1.0-beta.13].
- Conclusion: don't install flarum/core v0.1.0-beta.13
Installation failed, reverting ./composer.json to its original content.