chore: remove ext-json dependency from all provider composer.json files#1433
Merged
atymic merged 1 commit intoSocialiteProviders:masterfrom Feb 21, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request removes the redundant ext-json dependency from all provider composer.json files across the repository. Since PHP 8.0, the JSON extension is always enabled and bundled with PHP core, making the explicit declaration unnecessary for packages requiring PHP ^8.0 or higher. This cleanup improves dependency accuracy and follows best practices for Composer dependency management.
Changes:
- Removed
"ext-json": "*"from 236 provider composer.json files - Removed
"ext-json": "*"from the root composer.json file - All affected files require PHP ^8.0 or higher (versions 8.0, 8.1, 8.2, 8.3, or 8.4)
Reviewed changes
Copilot reviewed 266 out of 266 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| composer.json | Removed redundant ext-json from root package dependencies |
| src/*/composer.json (236 files) | Removed redundant ext-json from individual provider packages requiring PHP 8.0+ |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
No need to tag new releases but thanks for the cleanup :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://php.watch/versions/8.0/ext-json