[Neos] How to upgrade to beta?

Jigal van Hemert jigal.van.hemert at typo3.org
Mon Jun 9 14:19:07 CEST 2014


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].


Installation failed, reverting ./composer.json to its original content.
-------------------8<-----------------------------------

This seems very illogical: neos 1.1.0-beta3 requires typoscript 
1.1.0-beta3 and the conclusion is to not install it !?!?

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the Neos mailing list