[Flow] how to upgrade from flow 2.1 to 2.2 / 2.3
Christian Loock
chl at vkf-renzel.de
Wed Feb 18 11:11:36 CET 2015
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
More information about the Flow
mailing list