Skip to content

[TASK] Migrate get.typo3.org cache file fetching into separate CLI command

Benni Mack requested to merge feature/encapsulate-core-versions-fetching into develop

The downloading of the current corejson file is happening in an outdated scheduler task, which is now needed anymore, as all jobs within the task are now handled through a CLI command, the latest being added is "ter:fetchCoreVersion".

This way, the original "UpdateCurrentVersionListTask" can be removed, and in addition, the actual path of the cache file is now located in one single PHP class and encapsulated there.

Merge request reports