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

Migrating from PSR-0 to PSR-4 autoloading #70

Merged
merged 2 commits into from
Oct 7, 2020
Merged

Migrating from PSR-0 to PSR-4 autoloading #70

merged 2 commits into from
Oct 7, 2020

Conversation

spekulatius
Copy link
Contributor

Hey @mvdbos

here the mentioned update for PHP Spider. I've ran the tests and it worked all well. Would be great if you could review it and make sure it's up to your standards.

Cheers,
Peter

@mvdbos
Copy link
Owner

mvdbos commented Oct 7, 2020

Build failed: phpmd is failing because a new rule was added last september in the latest version.

You can fix it by updating phpmd-tests.xml so that the LongClassName rule is excluded:

    <rule ref="rulesets/naming.xml">
        [...]
        <exclude name="LongClassName"/>
    </rule>

@mvdbos mvdbos self-requested a review October 7, 2020 09:45
@spekulatius
Copy link
Contributor Author

I ran only the unit tests. @mvdbos, okay - done. It should pass now.

@mvdbos mvdbos merged commit 7b4a002 into mvdbos:master Oct 7, 2020
@mvdbos
Copy link
Owner

mvdbos commented Oct 7, 2020

Thanks! Tagged and visible on Packagist.

@spekulatius
Copy link
Contributor Author

Awesome, thanks for merging both PRs so quick 🎉️

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.

2 participants