mustangostang / spyc

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

Can't load mustangostang/spyc via composer #85

Open tiefenb opened 4 years ago

tiefenb commented 4 years ago
diogolast commented 4 years ago

I had the same problem when I build my project on gitlab CI, my workaround was to change my composer.lock. I remove "url": "git@github.com:mustangostang/spyc.git" and put "url": "https://github.com/mustangostang/spyc.git"

The problem comes back using composer update

tiefenb commented 4 years ago
Bildschirmfoto 2020-04-02 um 12 32 11

@diogolast this is also a quick fix in your composer.json, which works with composer update