nextcloud/server

Useless ext-json requirement

Open

#58,354 opened on 2026年2月16日

GitHub で見る
 (1 comment) (1 reaction) (0 assignees)PHP (34,953 stars) (4,865 forks)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.

コントリビューターガイド