mustangostang / spyc

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

Unexpected retag of 0.6.3? and ClassNotFound now #90

Closed alexander-schranz closed 4 months ago

alexander-schranz commented 4 months ago

I currently not sure but it seems like the 0.6.3 was retagged today.

Bildschirmfoto 2024-03-07 um 16 48 23

Since then unexpected errors happening ClassNotFoundError:

Bildschirmfoto 2024-03-07 um 16 51 09

It feels really strange not sure if really something was retagged with another commit id today or what is going on with this library.

roborourke commented 4 months ago

Composer seems to be ignoring the autoload portion of the composer.json so Spyc.php is not included in autoload_files.php. Not sure if it's an issue with this repo or packagist, or composer itself. The commit hash in my composer.lock looks right, and I can't see any differences between 0.6.3 on this repo and the version that's in my vendor folder.

ramyelsabahy commented 4 months ago

Also happening here, laravel 9 & php 8.1

roborourke commented 4 months ago

I emailed Jordi, it was a bug in packagist that lead to some metadata getting mangled, all affected packages have been fixed including this one.

nothing to do with this repo specifically.

alexander-schranz commented 4 months ago

Thank you! Tag also has now the correct date again:

Bildschirmfoto 2024-03-08 um 10 18 09