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/sdk to the composer.json file 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.
While attempting to install the
ding/sdkpackage via Composer, as mentioned in readme and docs , the following error occurs:Upon further investigation, it appears that the correct package name is
ding-live/ding-php, notding/sdk. The package can be found on Packagist under this name:Steps to Reproduce
Add
ding/sdkto thecomposer.jsonfile or run the following command: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/sdkdoes 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.