In some cases, the shasum and reference property for the dist of a version is returned by packagist as null. (example: https://packagist.org/packages/roots/wordpress.json). Parsing this result threw a TypeError when trying to set null as a string during hydration of the Dist model.
Fixed
shasum
andreference
property for thedist
of aversion
is returned by packagist asnull
. (example: https://packagist.org/packages/roots/wordpress.json). Parsing this result threw a TypeError when trying to setnull
as astring
during hydration of theDist
model.