nextcloud/server

Useless ext-json requirement

Closed

#58,354 opened on Feb 16, 2026

 (1 comment) (1 reaction) (0 assignees)PHP (4,865 forks)batch import
1. to developenhancementgood first issue

Repository metrics

Stars
 (34,953 stars)
PR merge metrics
 (Avg merge 20d) (627 merged PRs in 30d)

Description

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.

Contributor guide