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

[psr-4] Move /packages directory to /src under single Rector\\ namespace #5414

Merged
merged 4 commits into from
Jan 1, 2024

Conversation

TomasVotruba
Copy link
Member

@TomasVotruba TomasVotruba commented Jan 1, 2024

Follow up to #5411

composer.json Before

{
    "autoload": {   
        "psr-4": {
             "Rector\\": ["rules",  "packages"],
             "Rector\\Core\\": "src"
        }
    }
},
{
    "autoload-dev": {   
        "psr-4": {
             "Rector\\Tests\\": ["rules-tests", "packages-tests"],
             "Rector\\Core\\Tests\\": "tests"
        }
    }
}

composer.json After

{
    "autoload": {   
        "psr-4": {
             "Rector\\": ["rules", "src"]
        }
    }
},
{
    "autoload-dev": {   
        "psr-4": {
             "Rector\\": ["rules-tests", "tests"]
        }
    }
}

@TomasVotruba TomasVotruba changed the title tv merge namespace 7 [psr-4] Move /packages directory to /src under single Rector\\ namespace Jan 1, 2024
@TomasVotruba TomasVotruba merged commit 1c4d744 into main Jan 1, 2024
41 checks passed
@TomasVotruba TomasVotruba deleted the tv-merge-namespace-7 branch January 1, 2024 16:30
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.

1 participant