nextcloud/server

Useless ext-json requirement

Open

#58.354 geöffnet am 16. Feb. 2026

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)PHP (34.953 Stars) (4.865 Forks)batch import
1. to developenhancementgood first issue

Beschreibung

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