Public CLI install documentation advertises Composer as an install/upgrade channel, but the package is not discoverable from a fresh Composer project using the default public repositories.
Observed during public artifact validation for the 0.1.38 release:
$ composer show durable-workflow/cli --all
Package "durable-workflow/cli" not found.
A fresh composer require durable-workflow/cli:0.1.38 fails with the same package resolution problem.
The GitHub release assets for 0.1.38 are otherwise usable: SHA256SUMS verification passed, dw-linux-x86_64 --version reported dw 0.1.38, and php dw.phar --version reported the same release.
Expected outcome: either publish durable-workflow/cli to Packagist for the documented Composer channel, or update the public README/docs to remove or replace the Composer install/upgrade guidance.
Public CLI install documentation advertises Composer as an install/upgrade channel, but the package is not discoverable from a fresh Composer project using the default public repositories.
Observed during public artifact validation for the
0.1.38release:A fresh
composer require durable-workflow/cli:0.1.38fails with the same package resolution problem.The GitHub release assets for
0.1.38are otherwise usable:SHA256SUMSverification passed,dw-linux-x86_64 --versionreporteddw 0.1.38, andphp dw.phar --versionreported the same release.Expected outcome: either publish
durable-workflow/clito Packagist for the documented Composer channel, or update the public README/docs to remove or replace the Composer install/upgrade guidance.