Answer the question
In order to leave comments, you need to log in
Why doesn't composer pull nested dependencies?
Working with yii2 and learning how to create packages.
I created my package and registered it in the main configuration file:
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
...
"nepster-web/yii2-module-users": "dev-master"
},
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for nepster-web/yii2-module-users dev-master -> satis
fiable by nepster-web/yii2-module-users[dev-master].
- nepster-web/yii2-module-users dev-master requires nepster-web/yii2-modules
-installer dev-master -> no matching package found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your min
imum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> f
or more details.
Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common
problems.
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-swiftmailer": "*",
"nepster-web/yii2-modules-installer": "dev-master",
"vova07/yii2-console-runner-extension": "dev-master"
},
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
...
"nepster-web/yii2-modules-installer": "dev-master",
"nepster-web/yii2-module-users": "dev-master"
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question