You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#92 reports that new Packagist API properties that are added, which were being assigned dynamically in AbstractResult, are causing deprecation warnings in PHP 8.2. #96 makes a change to ignore dynamic properties.
We should add the new properties we know about, so they can be used by consumers:
Package
githubWatchers
githubOpenIssues
language
Package/Version
support
targetDir
defaultBranch
Package/Maintainer
avatarUrl
Ideally the updates API fixtures contain real-world examples from the Packagist API for these properties.
The text was updated successfully, but these errors were encountered:
#92 reports that new Packagist API properties that are added, which were being assigned dynamically in AbstractResult, are causing deprecation warnings in PHP 8.2. #96 makes a change to ignore dynamic properties.
We should add the new properties we know about, so they can be used by consumers:
Ideally the updates API fixtures contain real-world examples from the Packagist API for these properties.
The text was updated successfully, but these errors were encountered: