Skip to content

chore: remove packages/minishop — now on Packagist as toadfix/minishop#56

Merged
willard merged 1 commit into
mainfrom
chore/remove-local-package
May 24, 2026
Merged

chore: remove packages/minishop — now on Packagist as toadfix/minishop#56
willard merged 1 commit into
mainfrom
chore/remove-local-package

Conversation

@willard

@willard willard commented May 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • Deletes the packages/minishop/ directory (295 files, ~16k lines) that previously held the package source locally
  • The package is now standalone at https://github.com/toadfix/minishop and published on Packagist as toadfix/minishop
  • composer.json already points to the Packagist VCS repo at ^1.0 — no functional change to the host app

Test plan

  • All 42 host app tests pass against the Composer-installed package
  • composer show toadfix/minishop resolves v1.0.1 from GitHub
  • Verify CI passes on this PR

The package has been extracted to its own repository (toadfix/minishop)
and published to Packagist. The host app now resolves it via Composer
(^1.0) like any other dependency. The local copy is no longer needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@willard willard merged commit 2302f01 into main May 24, 2026
3 checks passed
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