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

Split Spyc class out into a separate file #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

schlessera
Copy link

Split class out into a separate file so that it can be properly managed through Composer autoloading.

This enables other code (which is not using the procedural access to the class) to manage how and when the actual class is loaded.

Resolves #65

…ed through Composer autoloading.

This enables other code (which is not using the procedural access to the class) to manage how and when the actual class is loaded.

Resolves mustangostang#65
@schlessera
Copy link
Author

I hooked up the class in a way that should not break any existing code, either Composer based or using manual includes.

schlessera added a commit to wp-cli/wp-cli that referenced this pull request Mar 8, 2017
This change allows the `Spyc` through an autoloader, as soon as the related pull request to the `mustangostang/spyc` package has been merged: mustangostang/spyc#66
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