Tighten up composer version constraints
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 25 May 2022 13:52:38 +0000 (15:52 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 25 May 2022 13:52:38 +0000 (15:52 +0200)
wcfsetup/install/files/lib/system/api/composer.json
wcfsetup/install/files/lib/system/api/composer.lock

index 456a7cca0f81109b5e688e3f05a99241ce790c37..7fae939ef964c8005712901a88a86f696f4774e0 100644 (file)
         "chrisjean/php-ico": "^1.0.4",
         "erusev/parsedown": "^1.7.4",
         "ezyang/htmlpurifier": "4.14.*",
-        "guzzlehttp/guzzle": "^7.4.2",
+        "guzzlehttp/guzzle": "^7.4.3",
         "guzzlehttp/psr7": "^2.2.1",
-        "laminas/laminas-diactoros": "^2.10.0",
+        "laminas/laminas-diactoros": "^2.11.0",
         "laminas/laminas-httphandlerrunner": "^2.1.0",
         "laminas/laminas-progressbar": "^2.10.0",
         "paragonie/constant_time_encoding": "^2.5.0",
         "pear/net_idna2": "^0.2.0",
         "pelago/emogrifier": "^6.0.0",
-        "scssphp/scssphp": "^1.10.2",
+        "scssphp/scssphp": "^1.10.3",
         "true/punycode": "^2.1.1",
-        "psr/http-server-handler": "^1.0",
-        "psr/http-message": "^1.0",
-        "psr/http-server-middleware": "^1.0"
+        "psr/http-server-handler": "^1.0.1",
+        "psr/http-message": "^1.0.1",
+        "psr/http-server-middleware": "^1.0.1"
     }
 }
index 569f8ccef43c2cd0040e9f5669d9d448b8339991..71424174f96d39ca7b2e26b800979e8f5df47bfb 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": "1ae6432f4d69d9fa95ac069b570aecd0",
+    "content-hash": "697fb39a5e4e9d6cf938dbc1495625ef",
     "packages": [
         {
             "name": "chrisjean/php-ico",