Error shows like this while using command "composer require flagrow/users-list" to install Extensions
IIS10 PHP7.3 Flarum 0.1.0-beta.8
`$ composer require flagrow/users-list
Using version 0.1.2 for flagrow/users-list
./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
- The requested package zendframework/zend-stratigility (installed at 3.0.2, required as 1.2.) is satisfiable by zendframework/zend-stratigility[3.0.2] but these conflict with your requirements or minimum-stability.
Problem 2
- Conclusion: remove flarum/core v0.1.0-beta.8
- Installation request for flarum/core (installed at v0.1.0-beta.8, required as 0.1.0) -> satisfiable by flarum/core[v0.1.0-beta.8].
- Conclusion: don't install zendframework/zend-stratigility 1.2.1
- flarum/core v0.1.0-beta.8 requires zendframework/zend-stratigility 3.0 -> satisfiable by zendframework/zend-stratigility[3.2.x-dev, 3.1.x-dev].
- Can only install one of: zendframework/zend-stratigility[3.2.x-dev, 1.2.0].
- Can only install one of: zendframework/zend-stratigility[3.1.x-dev, 1.2.0].
- Installation request for zendframework/zend-stratigility 1.2. -> satisfiable by zendframework/zend-stratigility[1.2.0, 1.2.1].
Installation failed, reverting ./composer.json to its original content.
`
I had tried to set "minimum-stability": "dev", in composer.json but no effect.