-
Notifications
You must be signed in to change notification settings - Fork 3
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 installation fails #5
Comments
Hi glewe, This repository is not added to Packagist so you won't be able to install it using the default composer command. However there is another way to do it, first cloning this repo in your computer and adding it as if it were its own extension in development: https://discuss.flarum.org/d/1608-extension-development-using-composer-repositories-path Regards. |
Bazaar seems obsolete and For future reference it's probably easiest to just add the following to your composer.json:
and then add |
Another issue is the flarum core version dependency, it doesn't work with latest flarum 😞. Since I cannot find a way to tell composer ignoring the version restrictions, the only way I can find is creating a fork and relaxing the flarum requirements. |
Hi there
I just installed Flarum 0.1.0-beta.15.
Running your composer directive in the flarum folder generates this error:
[InvalidArgumentException]
Could not find a matching version of package bokt/flarum-phpbb-migrate. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (beta).
How can install the script?
The text was updated successfully, but these errors were encountered: