Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Packagist API properties #97

Closed
robbieaverill opened this issue Dec 4, 2023 · 0 comments · Fixed by #98
Closed

Add new Packagist API properties #97

robbieaverill opened this issue Dec 4, 2023 · 0 comments · Fixed by #98

Comments

@robbieaverill
Copy link
Collaborator

#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant