I have a peculiar issue....
I did a "php composer.phar update" and it removed my 2.3.0 version and
installed entire zend framework version 2.2.5, when my composer.json has
this:
> "repositories":[
> {
> "type":"composer",
> "url":"https://packagist.org/"
> },
> {
> "type":"composer",
> "url":"http://packages.zendframework.com/"
> }
> ],
> "require": {
> "zendframework/zend-log" : "2.*",
> "zendframework/zend-escaper" : "2.*",
> "zendframework/zend-filter" : "2.*",
> "zendframework/zend-view" : "2.*"
> }
And transcript of actual command:
> $ php composer.phar update
> Loading composer repositories with package information
> Updating dependencies (including require-dev)
> - Removing zendframework/zend-filter (2.3.0)
> - Removing zendframework/zend-view (2.3.0)
> - Removing zendframework/zend-eventmanager (2.3.0)
> - Removing zendframework/zend-loader (2.3.0)
> - Removing zendframework/zend-escaper (2.3.0)
> - Removing zendframework/zend-log (2.3.0)
> - Removing zendframework/zend-servicemanager (2.3.0)
> - Removing zendframework/zend-stdlib (2.3.0)
> - Installing zendframework/zendframework (2.2.5)
> Loading from cache
> Writing lock file
> Generating autoload files
And so I am puzzled.. Did I miss something in my config?
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Zend-Framework-1-12-6-2-2-7-and-2-3-1-Released-tp4661998p4662004.html
Sent from the Zend Framework mailing list archive at Nabble.com.
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]