Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow to skip duplicated files #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Dartui
Copy link

@Dartui Dartui commented Mar 2, 2022

Problem

if you want to use two packages with same namespace (e.g. illuminate/support and illuminate/collections) which shares similar files, Mozart will throw an "File already exists" error.

Solution

While moving file check if it already exists. In case mentioned above it is only LICENSE.md file, so it doesn't matter from which package it will be. Also added flag to config to allow enabling this behavior (disabled by default).

@Dartui Dartui changed the title do not duplicate namespace autoloaded files allow to skip duplicated files Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant