humbug / phar-updater

A thing to make PHAR self-updates easy and secure
BSD 3-Clause "New" or "Revised" License
368 stars 27 forks source link

Calls to getNewVersion() can double Packagist requests #33

Open padraic opened 7 years ago

padraic commented 7 years ago

Implementation issue where we're not stashing the result of getCurrentRemoteVersion() in backend Strategy and can end up hitting Packagist more than once.