Alright, now I get you clearly.
The composer command is always the same in the same series and shall always deliver the latest patch of this series. Examples:
- Three days ago, when using
composer create-project --no-dev oxid-esales/oxideshop-project my_oxid_eshop_project dev-b-6.1-ce
, you got a 6.1.0. - Today, when using
composer create-project --no-dev oxid-esales/oxideshop-project my_oxid_eshop_project dev-b-6.1-ce
, you get a 6.1.1. - With
composer create-project --no-dev oxid-esales/oxideshop-project my_oxid_eshop_project dev-b-6.0-ce
, you presently get 6.0.3.
Savvy? ^^