yii2 - Error while installing with composer -


i getting error while installing package yii2 https://github.com/bryglen/yii2-twillio. composer says "the requested package not found in version". can problem? there option install package?

here detailed description of composer.json https://github.com/bryglen/yii2-twillio/issues/1

i guess have composer config "minimum-stability" set "stable", while package not have stable version. try require package --dev option.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -