Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(discovery): extract into a standalone module #861

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

Wulfheart
Copy link
Contributor

Moved Discovery-related classes, traits, and interfaces from Tempest\Core to a new Tempest\Discovery namespace. Updated all references, adjusted imports, and added a dedicated composer.json for the new module. This change improves modularity and separates concerns within the codebase.

Closes #854.

Moved Discovery-related classes, traits, and interfaces from `Tempest\Core` to a new `Tempest\Discovery` namespace. Updated all references, adjusted imports, and added a dedicated composer.json for the new module. This change improves modularity and separates concerns within the codebase.
@innocenzi innocenzi changed the title refactor(discovery): Extract Discovery into a standalone module. refactor(discovery): extract into a standalone module Dec 16, 2024
@brendt
Copy link
Member

brendt commented Jan 9, 2025

Thanks !

@brendt brendt merged commit 58aadc9 into tempestphp:main Jan 9, 2025
65 checks passed
@brendt
Copy link
Member

brendt commented Jan 9, 2025

Available on packagist! https://packagist.org/packages/tempest/discovery

(You'll have to use dev-main) until we tag the new alpha. Keep us posted on whether we need to improve parts on our side if you're using it standalone :)

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.

[Feature Request]: Autodiscovery as its own package
2 participants