[Flow] how to upgrade from flow 2.1 to 2.2 / 2.3

Christian Loock chl at vkf-renzel.de
Wed Feb 18 11:14:22 CET 2015


You also need to check your root package, since the config you posted 
below, only seems to be the one of your actual flow package. If there is 
a flow version specified in your installation's root package, it might 
overrule the one from your package, especially since you only specified 
it as "*"


Am 18.02.2015 um 11:11 schrieb Christian Loock:
>
> If you installed using composer, running "composer. phar  update" 
> should install the newest stable version of flow, since you use the 
> version "*", which basically means: use the newest available. However, 
> you should probably change it to the version you want to use, to not 
> run into the risk of accidently updateing to a version you dont want 
> to use. In your case 2.3.* should be ok.
>
> Am 18.02.2015 um 11:09 schrieb Mira:
>> Hi Robin,
>>   Thanks for reply!
>>   In composer.json of my package this is the only content:
>>
>> {"name":"turn\/green","type":"typo3-flow-package","description":"Add 
>> description
>> here","require":{"typo3\/flow":"*"},"autoload":{"psr-0":{"Turn\\Green":"Classes"}}} 
>>
>>
>> There is no flow version.
>>
>> Thanks
>>
>> Mira
>>
>>
>>> Robin Lehrmann <role at vkf-renzel.de> hat am 18. Februar 2015 um 11:03
>>> geschrieben:
>>>
>>>
>>> Hi,
>>>
>>> Am 18.02.2015 um 10:59 schrieb Mira:
>>>> But I don't know how to upgrade my existing and working 
>>>> installation of
>>>> flow.
>>> You should modify the version of flow in your composer.json and in
>>> composer.json of your packages.
>>>
>>> Cheers,
>>>
>>> Robin
>>>
>> _______________________________________________
>> Flow mailing list
>> Flow at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow



More information about the Flow mailing list