mustangostang / spyc

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

Spyc 0.6.1, 0.6.0 composer error #63

Open d9k opened 7 years ago

d9k commented 7 years ago

Hi! I have yii 1.1.17 site and spyc as the dependency of piwik/device-detector 3.7.5. When I try to open page of my site with spyc 0.6.1 composer autoload failes with this message:

include(): Failed opening 'Spyc.php' for inclusion (include_path='/home/d9k/sites/myproject/vendor/phpunit/phpunit-mock-objects:/home/d9k/sites/myproject/vendor/phpunit/php-token-stream:/home/d9k/sites/myproject/vendor/phpunit/php-code-coverage:/home/d9k/sites/myproject/vendor/phpunit/phpunit:/home/d9k/sites/myproject/vendor/symfony/yaml:/home/d9k/sites/myproject/vendor/phpunit/phpunit-story:/home/d9k/sites/myproject/vendor/phpunit/dbunit:/home/d9k/sites/myproject/vendor/symfony/yaml:/home/d9k/sites/myproject/vendor/phpunit/phpunit-selenium:.:/usr/share/php:/usr/share/pear')
file: /home/d9k/sites/myproject/vendor/yiisoft/yii/framework/YiiBase.php
line: 432
composer --version
Composer version 1.3.2 2017-01-27 18:23:41

My OS is Ubuntu 14.04 PHP FPM Version 5.5.9-1ubuntu4.20

Everything works fine with spyc 0.5.1 0.6.0 gives the same error