contao-community-alliance / composer-plugin

Composer plugin that provide contao integration and installer.
GNU Lesser General Public License v3.0
7 stars 10 forks source link

removing packages does not cause the modules in the contao hierarchy to be deleted (windows) #11

Closed backbone87 closed 4 years ago

backbone87 commented 10 years ago

unter windows: wenn ich ein paket entferne, werden die shadow copies in system/modules/my-module nicht mitgelöscht. könnte ein ähnliches pfad-normalisierungs-problem sein wie mit den obsolete copies beim updaten.

bsp config:

"contao": {
    "sources": {
        "contao-module": "system/modules/cca-root-relations"
    }
}
tristanlins commented 10 years ago

Eventuell sollten wir intern für die FS Operationen auf filicious wechseln?

discordier commented 10 years ago

@tristanlins waere eine Idee, aber ich wyrde das plugin gerne so atomar wie moeglich halten.

Sidenote wieso bin ich hier assigned?

discordier commented 10 years ago

I will be in need of a properly installed windows box to fix this issue.

Requirements: composer must be runable from command line and phpunit must also be working.