nextcloud/server

Useless ext-json requirement

Open

#58.354 aberto em 16 de fev. de 2026

Ver no 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.

Guia do colaborador