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

[Packagist] Update Packagist service to use v2 api #6508

Closed
wants to merge 5 commits into from

Commits on May 15, 2021

  1. Update Packagist service to use v2 api

    Packagist deprecated the original `packagist.org/p/username/package` endpoint in favor of v2 `packagist.org/p2/username/package` endpoint. Because of this, new packages aren't being found using v1.
    
    This PR updates the Packagist service to use the new endpoint.
    GeoffSelby committed May 15, 2021
    Configuration menu
    Copy the full SHA
    0993750 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Adjust validation schema

    Some packages don't return the same data structure as others with the new api endpoints. This changes the validation schema to account for the potential differences.
    GeoffSelby committed May 16, 2021
    Configuration menu
    Copy the full SHA
    83935ed View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Fix typo

    GeoffSelby committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ffaa723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8692bc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    4d3c20b View commit details
    Browse the repository at this point in the history