From: Tim Düsterhus Date: Wed, 4 May 2022 15:26:27 +0000 (+0200) Subject: Sort dependencies in composer.json X-Git-Tag: 5.5.0_Beta_1~28 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=374a36daa5db555e61145091627be40516e04ed5;p=GitHub%2FWoltLab%2FWCF.git Sort dependencies in composer.json --- diff --git a/wcfsetup/install/files/lib/system/api/composer.json b/wcfsetup/install/files/lib/system/api/composer.json index 7fc509fa9c..eaa83a5395 100644 --- a/wcfsetup/install/files/lib/system/api/composer.json +++ b/wcfsetup/install/files/lib/system/api/composer.json @@ -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" } } diff --git a/wcfsetup/install/files/lib/system/api/composer.lock b/wcfsetup/install/files/lib/system/api/composer.lock index 9580f31974..28435f3d33 100644 --- a/wcfsetup/install/files/lib/system/api/composer.lock +++ b/wcfsetup/install/files/lib/system/api/composer.lock @@ -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",