Sort dependencies in composer.json
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 4 May 2022 15:26:27 +0000 (17:26 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 4 May 2022 15:26:27 +0000 (17:26 +0200)
wcfsetup/install/files/lib/system/api/composer.json
wcfsetup/install/files/lib/system/api/composer.lock

index 7fc509fa9cd3a04d234eb007859403e90c8da107..eaa83a539524f6c345944516198c5eea02cc212f 100644 (file)
@@ -9,21 +9,21 @@
         }
     },
     "require": {
-        "ezyang/htmlpurifier": "4.13.*",
-        "erusev/parsedown": "1.7.*",
-        "pelago/emogrifier": "6.0.*",
         "chrisjean/php-ico": "1.0.*",
-        "true/punycode": "~2.0",
-        "pear/net_idna2": "^0.2.0",
-        "scssphp/scssphp": "^1.4",
+        "erusev/parsedown": "1.7.*",
+        "ezyang/htmlpurifier": "4.13.*",
         "guzzlehttp/guzzle": "^7.3.0",
-        "paragonie/constant_time_encoding": "^2.3",
+        "guzzlehttp/psr7": "^2.2",
         "laminas/laminas-diactoros": "^2.4",
         "laminas/laminas-httphandlerrunner": "^1.2",
         "laminas/laminas-progressbar": "^2.7",
+        "paragonie/constant_time_encoding": "^2.3",
+        "pear/net_idna2": "^0.2.0",
+        "pelago/emogrifier": "6.0.*",
+        "scssphp/scssphp": "^1.4",
         "symfony/polyfill-php73": "^1.23",
         "symfony/polyfill-php74": "^1.23",
         "symfony/polyfill-php80": "^1.23",
-        "guzzlehttp/psr7": "^2.2"
+        "true/punycode": "~2.0"
     }
 }
index 9580f319744a865a4737dcd76c4ae7a5d5da0cac..28435f3d331ff863d5bedf7ebe3471b25a92bcb4 100644 (file)
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "9db1778bbc2bc24407bcfbaaf9a84656",
+    "content-hash": "fcd5171261f4dccc242c6b38d0274dc2",
     "packages": [
         {
             "name": "chrisjean/php-ico",