nextcloud/server

Useless ext-json requirement

Open

#58,354 创建于 2026年2月16日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)PHP (34,953 star) (4,865 fork)batch import
1. to developenhancementgood first issue

描述

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.

贡献者指南