nextcloud/server

Useless ext-json requirement

Open

#58354 opened on Feb 16, 2026

View on GitHub
 (1 comment) (1 reaction) (0 assignees)PHP (34,953 stars) (4,865 forks)batch import
1. to developenhancementgood first issue

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