You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a bug in your documentation. Adding "marciocamello/yii2-x-editable": "*" to composer.json and executing php composer.phar update ends with:
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 marciocamello/yii2-x-editable could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Works fine. Make sure, if you have correct entries in Packagist or check, whatever may cause, that installing using * version tag fails, while using dev-master version tag works just fine.
The text was updated successfully, but these errors were encountered:
There seems to be a bug in your documentation. Adding
"marciocamello/yii2-x-editable": "*"
tocomposer.json
and executingphp composer.phar update
ends with:Installing by executing:
Works fine. Make sure, if you have correct entries in Packagist or check, whatever may cause, that installing using
*
version tag fails, while usingdev-master
version tag works just fine.The text was updated successfully, but these errors were encountered: