Hi,
I sat all day and night and translated Flarum from english to swedish.
This version is for beta-7 and it looks like it works, but there is a weird problem.
Github address for the pack is here:
https://github.com/heidarKadkhoda/flarum-ext-swedish
Packagist address for the pack is here:
https://packagist.org/packages/heidar/flarum-ext-swedish
This is the problem, when I install the language pack with composer with this line;
composer require heidar/flarum-ext-swedish
The error that shows up is this:
"[InvalidArgumentException]
Could not find package heidar/flarum-ext-swedish at any version for your minimum-stability (beta). Check the package spelling or your minimum-stability"
But if I install it with this line:
composer require heidar/flarum-ext-swedish dev-master
Then it works. Why do I need to write the dev-master, and how can I fix that problem with dev-master and the minimum-stability problem?