morilog / jalali

This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in php appliations, based on Jalali (Shamsi) DateTime class.
MIT License
856 stars 111 forks source link

problem with installing #79

Closed kazemimorteza68 closed 5 years ago

kazemimorteza68 commented 5 years ago

Hi. when i want install package using composer i have below error.

zsh: no matches found: morilog/jalali:3.*

Please help me.Thanks

morilog commented 5 years ago

How do you install?

MikeElahi commented 5 years ago

I don't know if the problem is specific to Zsh or not, but I've got the same error. To fix the issue, either specify the version (like below) composer require morilog/jalali:3.1.1 or let composer get the latest version: composer require morilog/jalali or get the latest version from GitHub (not always recommended): composer require morilog/jalali:dev-master