New indent `composer.json`
authorOlaf Braun <info@braun-development.de>
Mon, 24 Jun 2024 13:13:35 +0000 (15:13 +0200)
committerOlaf Braun <info@braun-development.de>
Mon, 24 Jun 2024 13:13:35 +0000 (15:13 +0200)
wcfsetup/install/files/lib/system/api/composer.json

index 3e35d2834667b9ccf2c12ddc13616757920437cb..80673627921f7b5511f5158b9431dd66d528f58b 100644 (file)
@@ -20,7 +20,7 @@
     "laminas/laminas-httphandlerrunner": "^2.10.0",
     "laminas/laminas-progressbar": "^2.13",
     "minishlink/web-push": "^v9.0.0-rc2",
-        "nikic/fast-route": "2.0.0-beta1",
+    "nikic/fast-route": "2.0.0-beta1",
     "paragonie/constant_time_encoding": "^3.0",
     "pelago/emogrifier": "^7.2.0",
     "psr/clock": "^1.0",
     "sebastian/diff": "^5.1.1",
     "symfony/polyfill-php82": "^1.30.0",
     "symfony/polyfill-php83": "^1.30",
-        "web-token/jwt-library": "^3.3",
+    "web-token/jwt-library": "^3.3",
     "willdurand/negotiation": "^3.1"
   },
   "replace": {
-        "paragonie/random_compat": "*",
-        "symfony/polyfill-mbstring": "*",
+    "paragonie/random_compat": "*",
+    "symfony/polyfill-mbstring": "*",
     "symfony/polyfill-php80": "*",
-        "symfony/console": "*",
-        "symfony/http-client": "*",
-        "web-token/jwt-key-mgmt": "*",
-        "web-token/jwt-signature": "*",
-        "web-token/jwt-signature-algorithm-ecdsa": "*",
-        "web-token/jwt-util-ecc": "*"
+    "symfony/console": "*",
+    "symfony/http-client": "*",
+    "web-token/jwt-key-mgmt": "*",
+    "web-token/jwt-signature": "*",
+    "web-token/jwt-signature-algorithm-ecdsa": "*",
+    "web-token/jwt-util-ecc": "*"
   },
   "type": "project"
 }