Merge branch '6.0'
authorAlexander Ebert <ebert@woltlab.com>
Mon, 24 Jun 2024 10:19:30 +0000 (12:19 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 24 Jun 2024 10:19:30 +0000 (12:19 +0200)
1  2 
wcfsetup/install/files/lib/system/api/composer/autoload_classmap.php
wcfsetup/install/files/lib/system/api/composer/autoload_psr4.php
wcfsetup/install/files/lib/system/api/composer/autoload_static.php
wcfsetup/install/files/lib/system/api/composer/installed.json
wcfsetup/install/files/lib/util/FileUtil.class.php
wcfsetup/install/lang/en.xml

index c11532a5260234d9ae9632d3aab03aa1f35228e5,e12181b6a627f38fe70f60f202a2a3af36a772ac..c66233fd6ec29a5ec85c6b7f37138ab94d9d37ba
              ],
              "install-path": "../laminas/laminas-stdlib"
          },
 +        {
 +            "name": "nikic/fast-route",
 +            "version": "2.0.0-beta1",
 +            "version_normalized": "2.0.0.0-beta1",
 +            "source": {
 +                "type": "git",
 +                "url": "https://github.com/nikic/FastRoute.git",
 +                "reference": "d3ada013d0f683ad2a8d0614fc97917a6ab72ce9"
 +            },
 +            "dist": {
 +                "type": "zip",
 +                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/d3ada013d0f683ad2a8d0614fc97917a6ab72ce9",
 +                "reference": "d3ada013d0f683ad2a8d0614fc97917a6ab72ce9",
 +                "shasum": ""
 +            },
 +            "require": {
 +                "php": ">=8.1.0",
 +                "psr/simple-cache": "^2.0 || ^3.0"
 +            },
 +            "require-dev": {
 +                "lcobucci/coding-standard": "^11.0",
 +                "phpbench/phpbench": "^1.2",
 +                "phpstan/extension-installer": "^1.1",
 +                "phpstan/phpstan": "^1.10",
 +                "phpstan/phpstan-deprecation-rules": "^1.1",
 +                "phpstan/phpstan-phpunit": "^1.3",
 +                "phpstan/phpstan-strict-rules": "^1.5",
 +                "phpunit/phpunit": "^10.3"
 +            },
 +            "time": "2024-03-04T23:46:43+00:00",
 +            "type": "library",
 +            "extra": {
 +                "branch-alias": {
 +                    "dev-master": "2.0-dev"
 +                }
 +            },
 +            "installation-source": "dist",
 +            "autoload": {
 +                "files": [
 +                    "src/functions.php"
 +                ],
 +                "psr-4": {
 +                    "FastRoute\\": "src/"
 +                }
 +            },
 +            "notification-url": "https://packagist.org/downloads/",
 +            "license": [
 +                "BSD-3-Clause"
 +            ],
 +            "authors": [
 +                {
 +                    "name": "Nikita Popov",
 +                    "email": "nikic@php.net"
 +                }
 +            ],
 +            "description": "Fast request router for PHP",
 +            "keywords": [
 +                "router",
 +                "routing"
 +            ],
 +            "support": {
 +                "issues": "https://github.com/nikic/FastRoute/issues",
 +                "source": "https://github.com/nikic/FastRoute/tree/2.0.0-beta1"
 +            },
 +            "install-path": "../nikic/fast-route"
 +        },
          {
              "name": "paragonie/constant_time_encoding",
-             "version": "v2.6.3",
-             "version_normalized": "2.6.3.0",
+             "version": "v2.7.0",
+             "version_normalized": "2.7.0.0",
              "source": {
                  "type": "git",
                  "url": "https://github.com/paragonie/constant_time_encoding.git",
Simple merge