-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
"zendframework/zend-debug": "2.*", | ||
"zendframework/zend-view": "2.*" | ||
"php": "^5.5 || ^7.0", | ||
"zendframework/zend-mvc": "^2.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use "^2.7 || ^3.0.0@dev"
in favor of zendframework/ZendSkeletonApplication#329 to avoid this error:
$ composer update
You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
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
- Can only install one of: zendframework/zend-mvc[2.7.x-dev, 3.0.x-dev].
- Can only install one of: zendframework/zend-mvc[2.7.x-dev, 3.0.x-dev].
- zendframework/zend-developer-tools dev-zf3 requires zendframework/zend-mvc ^2.7 -> satisfiable by zendframework/zend-mvc[2.7.x-dev].
- Installation request for zendframework/zend-developer-tools dev-zf3 -> satisfiable by zendframework/zend-developer-tools[dev-zf3].
- Installation request for zendframework/zend-mvc ^3.0.0@dev -> satisfiable by zendframework/zend-mvc[3.0.x-dev].
Changed |
tested with zend-mvc ^3.0.0@dev used zendframework/ZendSkeletonApplication#329 👍 but for now, @Ocramius I think it ready for merge with may be create new tag /cc @weierophinney |
@weierophinney @Ocramius this needs to be merged if zendframework/ZendSkeletonApplication#329 merged ;) |
as zendframework/ZendSkeletonApplication#329 merged, I think it merge-able ;). The ZendDeveloperTools will support v2 and v3 after it merged |
"zendframework/zend-debug": "2.*", | ||
"zendframework/zend-view": "2.*" | ||
"php": "^5.5 || ^7.0", | ||
"zendframework/zend-mvc": "^2.7 || ^3.0.0@dev", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should ready to use: "^2.7 || ^3.0.0",
Any updates? |
@froschdesign, what updates do you wait from me? |
ping @weierophinney @Ocramius |
@alex-oleshkevich |
@froschdesign I think you can doing that on merge in case @alex-oleshkevich doesn't have a chance to update it /cc @Ocramius @weierophinney :) |
@alex-oleshkevich I cherry-picked your commits in new PR #213 with include I and @froschdesign feedbacks patches, hope will get merged soon. //cc @Ocramius @weierophinney |
ok. then i close that PR as commits moved to another one. |
No noticeable breaks found, code adopted for use with EM 3.
Also changed autoloader to PSR-4 to make it more constistent with ZF.
Solves #207