Skip to content

chore: remove redundant ext-json requirement (#791)#806

Open
garak wants to merge 1 commit intoauth0:mainfrom
garak:remove-ext-json
Open

chore: remove redundant ext-json requirement (#791)#806
garak wants to merge 1 commit intoauth0:mainfrom
garak:remove-ext-json

Conversation

@garak
Copy link
Copy Markdown

@garak garak commented Mar 15, 2026

Changes

Remove redundant ext-json requirement

References

Fix #791

Testing

Irrelevant

Contributor Checklist

@garak garak requested a review from a team as a code owner March 15, 2026 14:58
Copilot AI review requested due to automatic review settings March 15, 2026 14:58
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Removes the ext-json requirement from composer.json, as the JSON extension is bundled with PHP 8.x and cannot be disabled, making it redundant for a package requiring php: ^8.1.

Changes:

  • Removed ext-json from the require section in composer.json

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

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.

Useless ext-json requirement

2 participants