pupsik
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.