nextcloud/server

Useless ext-json requirement

Open

Aperta il 16 feb 2026

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)PHP (34.953 star) (4865 fork)batch import
1. to developenhancementgood first issue

Descrizione

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.

Guida contributor