-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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
-
Add
ding/sdkto thecomposer.jsonfile or run the following command:composer require ding/sdk -
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.