Installation 

Anthology relies upon PSR-4 autoloading, so the recommended installation method is via Composer. This ensures that all dependencies are correctly installed and that the extension is properly registered with TYPO3.

composer req liquidlight/typo3-anthology
Copied!

Or with ddev:

ddev composer req liquidlight/typo3-anthology
Copied!