{
"name": "amstr1k/yii2-category",
"description": "Crud category, crud tree category ",
"type": "yii2-extension",
"keywords": ["yii2","extension"," category"," tree category"],
"license": "GPL-3.0",
"repositories": [
{
"type": "vcs",
"url": "git@bitbucket.org:amstr1k/yii2-category.git"
}
],
"authors": [
{
"name": "Amstr1k",
"email": "sferryf@gmail.com"
}
],
"require": {
"yiisoft/yii2": "*",
"amstr1k/yii2-category": "0.1"
},
"autoload": {
"psr-4": {
"amstr1k\\category\\": ""
}
},
"extra": {
"bootstrap": "amstr1k\\category\\Bootstrap"
}
}
[Composer\DependencyResolver\SolverProblemsException]
Problem 1
- The requested package amstr1k/yii2-category 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.
{
"type": "package",
"package": {
"name": "amstr1k/yii2-category",
"version": "0.1",
"source": {
"url": "git@bitbucket.org:amstr1k/yii2-category.git",
"type": "git",
"reference": "62adc2c8e5ccf5394ff7c2f5cc31db7709cebba5"
}
}
}