[Neos] How to upgrade to beta?

Christopher Hlubek hlubek at networkteam.com
Tue Jun 10 10:53:17 CEST 2014


Hi,

Am 09.06.2014 um 14:19 schrieb Jigal van Hemert <jigal.van.hemert at typo3.org>:

> Hi,
> 
> On 3-6-2014 22:49, Aske Ertmann wrote:
>> Actually you’re on a good track, you just need to set the
>> minimum-stability to be able to require non stable versions.
>> 
>> I can’t find any composer command for setting it after initialising a
>> project, but in your composer.json set "minimum-stability": “dev” on
>> the first level. Could also be set to “beta”.
> 
> Did that and followed it with:
> 
> $ ../../composer.phar require "typo3/neos:1.1.*"
> ./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
>    - typo3/neos 1.1.0-beta3 requires typo3/typoscript 1.1.0-beta3 -> satisfiable by typo3/typoscript[1.1.0-beta3].
>    - typo3/neos 1.1.x-dev requires typo3/typoscript 1.1.0-beta3 -> satisfiable by typo3/typoscript[1.1.0-beta3].
>    - Conclusion: don't install typo3/typoscript 1.1.0-beta3
>    - typo3/neos 1.1.0-beta2 requires typo3/typoscript 1.1.0-beta2 -> satisfiable by typo3/typoscript[1.1.0-beta2].
>    - Conclusion: don't install typo3/typoscript 1.1.0-beta2
>    - Can only install one of: typo3/typoscript[1.1.0-beta1, 1.0.2].
>    - Can only install one of: typo3/typoscript[1.1.0-beta1, 1.0.2].
>    - typo3/neos 1.1.0-beta1 requires typo3/typoscript 1.1.0-beta1 -> satisfiable by typo3/typoscript[1.1.0-beta1].
>    - Installation request for typo3/neos 1.1.* -> satisfiable by typo3/neos[1.1.0-beta1, 1.1.0-beta2, 1.1.0-beta3, 1.1.x-dev].
>    - Installation request for typo3/typoscript == 1.0.2.0 -> satisfiable by typo3/typoscript[1.0.2].

It seems like the problem is that typo3/typoscript is request in version 1.0.2 due to some dependency. Could you post your composer.json file (as a Gist or as a reply) to see where that could come from?

Greetings,

Christopher


More information about the Neos mailing list