Skip to content

Add check for NumPower at runtime instead of installtime#415

Open
andrewdalpino wants to merge 2 commits into
3.0from
check-for-numpower-extension
Open

Add check for NumPower at runtime instead of installtime#415
andrewdalpino wants to merge 2 commits into
3.0from
check-for-numpower-extension

Conversation

@andrewdalpino

Copy link
Copy Markdown
Member

@SkibidiProduction should we check for a minimum version as well?

@andrewdalpino andrewdalpino requested a review from a team July 6, 2026 21:49

SpecificationChain::with([
new ExtensionIsLoaded('RubixNumPower'),
new ExtensionMinimumVersion('RubixNumPower', '0.7.0'),

@apphp apphp Jul 9, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have this in many places:

new ExtensionMinimumVersion('svm', '0.2.0'),
new ExtensionMinimumVersion('RubixNumPower', '0.7.0'),

what do you think, can create global consts for these version or small config file with min.requirements?

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