install extension error

hi please help me error :

[b]C:\xampp\htdocs\advanced>

C:\xampp\htdocs\advanced>php composer.phar require --prefer-dist davidhirtz/yii2-timeago "*"

./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 davidhirtz/yii2-timeago * is satisfiable by davidhirtz/yii2-timeago[dev-master] but these conflict with your requirements or minimum-stability.

Installation failed, reverting ./composer.json to its original content.[/b]

Use ‘dev-master’ instead of ‘*’ ;)

dont right plz help me

Come on, dude - do something!

Use Google, StackOverflow, …

You could edit your composer.json and set the minimum stability to ‘dev’, like so:




"minimum-stability": "dev"

But the real problem actually is that the person who maintains the timeago Yii extension hasn’t made any releases yet.

I added a ticket for that:

:lol: thank you is right