mustangostang / spyc

A simple YAML loader/dumper class for PHP
MIT License
701 stars 206 forks source link

Check if Spyc class exists before including #42

Closed mAAdhaTTah closed 8 years ago

mAAdhaTTah commented 9 years ago

I'm having an issue where Spyc is bundled with the WP-CLI phar as well as being used in a plugin. The way it's currently configured, Spyc is getting included twice, because it's using Composer's files autoloading. Adding a class_exists check would fix that problem for me.

mAAdhaTTah commented 9 years ago

Also if you could tag this release so I could use this fix with composer, that would be awesome.

mAAdhaTTah commented 8 years ago

@mustangostang Thanks for merging! Any chance you can tag a release?