Skip to content

Rename package to durable-workflow/workflow#378

Merged
rmcdaniel merged 1 commit intomasterfrom
rename/durable-workflow-vendor
Apr 13, 2026
Merged

Rename package to durable-workflow/workflow#378
rmcdaniel merged 1 commit intomasterfrom
rename/durable-workflow-vendor

Conversation

@rmcdaniel
Copy link
Copy Markdown
Member

Summary

  • Rename the Composer package from `laravel-workflow/laravel-workflow` to `durable-workflow/workflow`.
  • Add a `replace` clause so the old name keeps resolving for existing consumers during the transition.
  • PHP namespace (`Workflow\`) is unchanged — decoupled from the package name.

Follow-ups (out of scope)

  • README badges / install snippets
  • Packagist: submit new package, mark old one abandoned pointing to the new name
  • Lockfile regeneration in downstream consumers (blocked on new name being published)

Test plan

  • `composer validate` passes
  • Consumers using old name still resolve via `replace`
  • Consumers using new name resolve from Packagist once published

🤖 Generated with Claude Code

Rebrand the Composer package name from laravel-workflow/laravel-workflow
to durable-workflow/workflow. The `replace` clause keeps the old name
resolvable so existing consumers continue to work during the transition.
PHP namespace (Workflow\) is unchanged.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@rmcdaniel rmcdaniel merged commit 5340b8a into master Apr 13, 2026
1 check failed
@rmcdaniel rmcdaniel deleted the rename/durable-workflow-vendor branch April 13, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants