Skip to content

Incorrect package name referenced in documentation #3

@plumthedev

Description

@plumthedev

While attempting to install the ding/sdk package via Composer, as mentioned in readme and docs , the following error occurs:

Could not find a matching version of package ding/sdk. 
Check the package spelling, your version constraint and that the package 
is available in a stability which matches your minimum-stability (stable).

Upon further investigation, it appears that the correct package name is ding-live/ding-php, not ding/sdk. The package can be found on Packagist under this name:

Steps to Reproduce

  1. Add ding/sdk to the composer.json file or run the following command:

    composer require ding/sdk
    
  2. Observe the error message from Composer.

Expected Behavior

The correct package name should be referenced in the documentation or installation guide, allowing developers to install it without errors.

Actual Behavior

The package ding/sdk does not exist on Packagist, leading to installation errors.

Additional Information

Please update the documentation to reference the correct package name: ding-live/ding-php. This will ensure a smoother installation process for developers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions