Auto More
Will be this compatible with Beta 16?
NorioDS Hi, after Flarum 1.0 has been released auto more cannot be anymore installed.
I hope this plugin can find some way to be updated, sorry I cannot help on this because is programming and I have no idea on what do
peopleinside Sorry I'm unlikely to have a chance to do anything about that for a while. But I'm accepting PRs if anyone else can help.
NorioDS sad news man. Really sad news.
010101 Looks to be this way. I would do it, but not sure how to PR, and I don't remember my github password. PS, you should see their new recovery password crap, holly sh#t!!!
- Edited
Problem 1
- noriods/auto-more[0.1.0, ..., 0.2.0] require flarum/core ^0.1.0-beta-7 ->
found flarum/core[v0.1.0-beta.7, ..., v0.1.0-beta.16] but it does not match your
minimum-stability.
- noriods/auto-more 0.3.0 requires flarum/core ^0.1.0-beta-8 -> found flarum
/core[v0.1.0-beta.8, ..., v0.1.0-beta.16] but it does not match your minimum-sta
bility.
- noriods/auto-more 0.3.1 requires flarum/core ^0.1.0-beta-15 -> found flaru
m/core[v0.1.0-beta.15, v0.1.0-beta.16] but it does not match your minimum-stabil
ity.
- Root composer.json requires noriods/auto-more * -> satisfiable by noriods/
auto-more[0.1.0, 0.2.0, 0.3.0, 0.3.1].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and re
movals for packages currently locked to specific versions.
Running update with --no-dev does not mean require-dev is ignored, it just means
the packages will not be installed. If dev requirements are blocking the update
you have to resolve those problems.
Anonymous43 ... it hasn’t been merged yet? You’d need to wait for @NorioDS to merge it and tag a release :-)
katos Oh, got ya. wasn't sure how that works exactly. lol
Anonymous43 if you’re familiar with workbench you can use the repo that’s in my GitHub, alternatively it’d be a case of waiting for a tagged release (something I cannot do as I don’t have write access to the repo)
What is this workbench you speak of?
Anonymous43 you’re better off waiting for a tagged release then. Workbench is a fairly advanced setup for developers to test extensions etc.
It allows you to have a folder to pull extension files to and load them from here instead of relying on a tagged release in packagist.
I’d just wait for the release to be tagged once confirmed though, if I were you Anonymous43
- Edited
You might be able to get it working by adding @katos's git repository to your list of repositories in your composer.json
file.
{
// existing composer.json
"repositories": [
{
"type": "git",
"url": "https://github.com/katosdev/automore"
}
]
}
Then you can run...
composer require noriods/auto-more:dev-master
This just worked for me locally. Can I please stress that if you don't know what this does, please don't do it. It will cause more harm in the future than it saves you from now.
I know what it will do. But it will cause more headace down the road. When new updates gonna be awvailable from Nord. But thanks.