Skip to content

Comments

chore: remove redundant ext-json requirement (bundled since PHP 8.0)#58370

Open
subhaushsingh wants to merge 1 commit intonextcloud:masterfrom
subhaushsingh:chore/remove-ext-json
Open

chore: remove redundant ext-json requirement (bundled since PHP 8.0)#58370
subhaushsingh wants to merge 1 commit intonextcloud:masterfrom
subhaushsingh:chore/remove-ext-json

Conversation

@subhaushsingh
Copy link

Summary

Since PHP ^8.2 is required, the JSON extension has been bundled by default (since PHP 8.0).
The explicit "ext-json" requirement in composer.json is therefore redundant and has been removed.

This change does not introduce any functional modification.

TODO

  • ...

Checklist

Signed-off-by: Subh Aush Singh <subhaushsingh@gmail.com>
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

1 participant