ZendDeveloperTools is not installable with new skeleton application
Closed this issue · 3 comments
RalfEggert commented
First I install the new skeleton application and choose the minimal install with no optional packages:
$ composer create-project "zendframework/skeleton-application:dev-develop" zend-project
Then I want to install the ZendDeveloperTools:
$ composer require zendframework/zend-developer-tools:dev-master
I get the following messages:
./composer.json has been updated
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
- Installation request for zendframework/zend-developer-tools dev-master -> satisfiable by zendframework/zend-developer-tools[dev-master].
- zendframework/zend-developer-tools dev-master requires zendframework/zend-mvc 2.* -> satisfiable by zendframework/zend-mvc[2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.2.0, 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.1, 2.2.10, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.2.6, 2.2.7, 2.2.8, 2.2.9, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2.3.8, 2.3.9, 2.4.0, 2.4.0rc1, 2.4.0rc2, 2.4.0rc3, 2.4.0rc4, 2.4.0rc5, 2.4.0rc6, 2.4.0rc7, 2.4.1, 2.4.10, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8, 2.4.9, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.7.5, 2.7.6, 2.7.7, 2.7.8] but these conflict with your requirements or minimum-stability.
Installation failed, reverting ./composer.json to its original content.
samsonasik commented
there is pull request to that support #210 waiting for merge
samsonasik commented
new PR for it with incorporated feedbacks #213 , if you want to test:
Steps to reproduces:
- add "zendframework/zend-developer-tools": "dev-zf3" to your composer.json inside require-dev
- add my forked ZDT to your composer.json
"repositories" : [ {
"type" : "vcs",
"url" : "git@github.com:samsonasik/ZendDeveloperTools.git"
}],
- composer update
- register 'ZendDeveloperTools' to your config/application.config.php
- cp vendor/zendframework/zend-developer-tools/config/zenddevelopertools.local.php.dist config/autoload/zenddevelopertools.local.php
RalfEggert commented
Fixed now, can be closed. Just tested with new Skeleton