Skip to content

chore: remove redundant ext-json requirement (#2050)#2143

Merged
mnapoli merged 1 commit into
brefphp:masterfrom
supermadu7:chore/remove-ext-json
Jul 15, 2026
Merged

chore: remove redundant ext-json requirement (#2050)#2143
mnapoli merged 1 commit into
brefphp:masterfrom
supermadu7:chore/remove-ext-json

Conversation

@supermadu7

Copy link
Copy Markdown
Contributor

Closes #2050

Motivation
Since PHP >= 8.0, the JSON extension is bundled directly into the PHP core by default and can no longer be disabled. Because of this, explicitly requiring "ext-json": "*" in composer.json is completely redundant and can be safely removed to clean up the package dependencies.

@mnapoli

mnapoli commented Jul 15, 2026

Copy link
Copy Markdown
Member

Thanks!

@mnapoli
mnapoli merged commit ff3b181 into brefphp:master Jul 15, 2026
8 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.

Redundant ext-json requirement

2 participants