Tastaturberuf / anyStores

Contao-Module: Organize any locations with geolocation search.
GNU Lesser General Public License v3.0
11 stars 7 forks source link

composer.json is missing "sources" information #34

Closed fritzmg closed 9 years ago

fritzmg commented 9 years ago

This extension is not installable via Contao's package management, due to missing information in the composer.json. You need to add the following:

"extra":
{
    "contao":
    {
        "sources":
        {
            "":"system/modules/anystores"
        }
    }
}

Without this information, the composer client/plugin will not copy the files to system/modules.