Installed modules won't update

All of my installed modules, including Core, appear to be stuck at their lowest possible version and will not update.

I have AtroCore running on Ubuntu 25.04 and Postgres 18

Hm. Strange. Are all the installed modules showing? Try setting the exact version of Core 2.1.6 and updating it. You should then be able to see in the log why the system can’t update.

Yes, all of the installed modules are showing. I tried setting the version of Core to 2.1.6 and it appears to be bailing out of the upgrade while it is updating the dependencies.

I SSH’d in to the server and ran composer update to see what the issue was. This is the error that I’m getting:

Problem 1
    - Root composer.json requires atrocore/tasks >=1.3.0 -> satisfiable by atrocore/tasks[1.3.0].
    - atrocore/tasks 1.3.0 requires atrocore/core ~2.0.0 -> found atrocore/core[2.0.0, ..., 2.0.35] but it conflicts with your root composer.json require (2.1.6).

Looking at my screenshot again, it does appear that Tasks is missing.

OK. To solve the problem, you need to remove ‘atrocore/tasks’ from composer.json. Please go to the server and open the composer.json file in the root directory of the project. For example: /var/www/pim/composer.json. Then remove ‘atrocore/tasks’: * or similar. Then try to update. The system should update this time. Remember that you have fixed the core version.

Thank you. After removing atrocore/tasks from composer.json and updaint Core to 2.1.6, I was able to update every module to the most recent version.