contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
83 stars 33 forks source link

Contao Manager always also tries to update the contao/installation-bundle #708

Closed fritzmg closed 1 year ago

fritzmg commented 1 year ago

If you try to change the Contao version to 5.0.*@RC for example you will not be able to update to Contao 5.0-RC1 as the Contao Manager also tries to update the contao/installation-bundle:

composer require contao/manager-bundle=5.0.*@RC contao/news-bundle=5.0.*@RC contao/calendar-bundle=5.0.*@RC contao/faq-bundle=5.0.*@RC contao/comments-bundle=5.0.*@RC contao/newsletter-bundle=5.0.*@RC contao/listing-bundle=5.0.*@RC
$ …/php -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /home/users/tab/www/c5rc1.bit-06.de/public/contao-manager.phar.php composer require contao/manager-bundle=5.0.*@RC contao/news-bundle=5.0.*@RC contao/calendar-bundle=5.0.*@RC contao/faq-bundle=5.0.*@RC contao/comments-bundle=5.0.*@RC contao/newsletter-bundle=5.0.*@RC contao/listing-bundle=5.0.*@RC contao/core-bundle=5.0.*@RC contao/installation-bundle=5.0.*@RC --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction

For Contao 5 the contao/installation-bundle needs to be omitted.

aschempp commented 1 year ago

fixed in 446d4fd5fba6bcf0a55c53c6674181d34f57aa03