-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Useless ext-json requirement #58354
Copy link
Copy link
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofenhancementgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofenhancementgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.
Type
Fields
Give feedbackNo fields configured for Enhancement.
Projects
Status
Triaged
By requiring PHP ^8.2, the JSON extension is bundled (it has been since PHP 8.0), so the ext-json line should be removed from the composer.json file.