]> BookStack Code Mirror - bookstack/commitdiff
Merge branch 'auth_review' into development
authorDan Brown <redacted>
Tue, 27 Sep 2022 18:34:48 +0000 (19:34 +0100)
committerDan Brown <redacted>
Tue, 27 Sep 2022 18:34:48 +0000 (19:34 +0100)
1  2 
composer.json
composer.lock

diff --combined composer.json
index 81896f8f87b91660ff4227ebc2b3668196b73ea5,3306d3da58eec718dce6f3d05200fd25528a7c3a..59c96ba295db76cad37c3436355d0367640dbb55
@@@ -26,7 -26,6 +26,6 @@@
          "laravel/framework": "^8.68",
          "laravel/socialite": "^5.2",
          "laravel/tinker": "^2.6",
-         "laravel/ui": "^3.3",
          "league/commonmark": "^1.6",
          "league/flysystem-aws-s3-v3": "^1.0.29",
          "league/html-to-markdown": "^5.0.0",
@@@ -44,7 -43,6 +43,7 @@@
          "ssddanbrown/htmldiff": "^1.0.2"
      },
      "require-dev": {
 +        "brianium/paratest": "^6.6",
          "fakerphp/faker": "^1.16",
          "itsgoingd/clockwork": "^5.1",
          "mockery/mockery": "^1.4",
@@@ -74,8 -72,6 +73,8 @@@
          "format": "phpcbf",
          "lint": "phpcs",
          "test": "phpunit",
 +        "t": "@php artisan test --parallel",
 +        "t-reset": "@php artisan test --recreate-databases",
          "post-autoload-dump": [
              "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
              "@php artisan package:discover --ansi"
diff --combined composer.lock
index 762fb0a3601dee4b16997ea84cef52c3394a8fa2,cf7b8f72f6f1a14897e7459657568aa6a13b6845..1804ef379456db4e43ef832cdb69ddaa13b486fc
@@@ -4,7 -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": "4a0d254197dda8118685ec1a1eb10edf",
 -    "content-hash": "01795571047babf7ee6372b7f98843af",
++    "content-hash": "1fed6278d440ef18af1ffa6ca7b29166",
      "packages": [
          {
              "name": "aws/aws-crt-php",
          },
          {
              "name": "aws/aws-sdk-php",
-             "version": "3.236.0",
 -            "version": "3.235.1",
++            "version": "3.236.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/aws/aws-sdk-php.git",
-                 "reference": "bff1f1ade00c758ea27f498baee1fa16901e5bfd"
 -                "reference": "2025db05c7dd22ae414857dadd49207f64c2fc74"
++                "reference": "1e8d1abe7582968df16a2e7a87c5dcc51d0dfd1b"
              },
              "dist": {
                  "type": "zip",
-                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/bff1f1ade00c758ea27f498baee1fa16901e5bfd",
-                 "reference": "bff1f1ade00c758ea27f498baee1fa16901e5bfd",
 -                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2025db05c7dd22ae414857dadd49207f64c2fc74",
 -                "reference": "2025db05c7dd22ae414857dadd49207f64c2fc74",
++                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1e8d1abe7582968df16a2e7a87c5dcc51d0dfd1b",
++                "reference": "1e8d1abe7582968df16a2e7a87c5dcc51d0dfd1b",
                  "shasum": ""
              },
              "require": {
@@@ -86,7 -86,6 +86,7 @@@
                  "aws/aws-php-sns-message-validator": "~1.0",
                  "behat/behat": "~3.0",
                  "composer/composer": "^1.10.22",
 +                "dms/phpunit-arraysubset-asserts": "^0.4.0",
                  "doctrine/cache": "~1.4",
                  "ext-dom": "*",
                  "ext-openssl": "*",
                  "ext-sockets": "*",
                  "nette/neon": "^2.3",
                  "paragonie/random_compat": ">= 2",
 -                "phpunit/phpunit": "^4.8.35 || ^5.6.3",
 +                "phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
                  "psr/cache": "^1.0",
                  "psr/simple-cache": "^1.0",
 -                "sebastian/comparator": "^1.2.3"
 +                "sebastian/comparator": "^1.2.3 || ^4.0",
 +                "yoast/phpunit-polyfills": "^1.0"
              },
              "suggest": {
                  "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
              "support": {
                  "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
                  "issues": "https://github.com/aws/aws-sdk-php/issues",
-                 "source": "https://github.com/aws/aws-sdk-php/tree/3.236.0"
 -                "source": "https://github.com/aws/aws-sdk-php/tree/3.235.1"
++                "source": "https://github.com/aws/aws-sdk-php/tree/3.236.1"
              },
-             "time": "2022-09-26T18:13:07+00:00"
 -            "time": "2022-09-02T18:18:19+00:00"
++            "time": "2022-09-27T18:19:10+00:00"
          },
          {
              "name": "bacon/bacon-qr-code",
          },
          {
              "name": "doctrine/dbal",
 -            "version": "3.4.3",
 +            "version": "3.4.5",
              "source": {
                  "type": "git",
                  "url": "https://github.com/doctrine/dbal.git",
 -                "reference": "a24b89d663d8f261199bc0a91c48016042ebda85"
 +                "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/doctrine/dbal/zipball/a24b89d663d8f261199bc0a91c48016042ebda85",
 -                "reference": "a24b89d663d8f261199bc0a91c48016042ebda85",
 +                "url": "https://api.github.com/repos/doctrine/dbal/zipball/a5a58773109c0abb13e658c8ccd92aeec8d07f9e",
 +                "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e",
                  "shasum": ""
              },
              "require": {
              "require-dev": {
                  "doctrine/coding-standard": "10.0.0",
                  "jetbrains/phpstorm-stubs": "2022.2",
 -                "phpstan/phpstan": "1.8.2",
 +                "phpstan/phpstan": "1.8.3",
                  "phpstan/phpstan-strict-rules": "^1.3",
 -                "phpunit/phpunit": "9.5.21",
 +                "phpunit/phpunit": "9.5.24",
                  "psalm/plugin-phpunit": "0.17.0",
                  "squizlabs/php_codesniffer": "3.7.1",
                  "symfony/cache": "^5.4|^6.0",
                  "symfony/console": "^4.4|^5.4|^6.0",
 -                "vimeo/psalm": "4.24.0"
 +                "vimeo/psalm": "4.27.0"
              },
              "suggest": {
                  "symfony/console": "For helpful console commands such as SQL execution and import of files."
              ],
              "support": {
                  "issues": "https://github.com/doctrine/dbal/issues",
 -                "source": "https://github.com/doctrine/dbal/tree/3.4.3"
 +                "source": "https://github.com/doctrine/dbal/tree/3.4.5"
              },
              "funding": [
                  {
                      "type": "tidelift"
                  }
              ],
 -            "time": "2022-08-28T17:26:36+00:00"
 +            "time": "2022-09-23T17:48:57+00:00"
          },
          {
              "name": "doctrine/deprecations",
          },
          {
              "name": "doctrine/inflector",
 -            "version": "2.0.4",
 +            "version": "2.0.5",
              "source": {
                  "type": "git",
                  "url": "https://github.com/doctrine/inflector.git",
 -                "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
 +                "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
 -                "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
 +                "url": "https://api.github.com/repos/doctrine/inflector/zipball/ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
 +                "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
                  "shasum": ""
              },
              "require": {
                  "php": "^7.2 || ^8.0"
              },
              "require-dev": {
 -                "doctrine/coding-standard": "^8.2",
 -                "phpstan/phpstan": "^0.12",
 -                "phpstan/phpstan-phpunit": "^0.12",
 -                "phpstan/phpstan-strict-rules": "^0.12",
 -                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
 -                "vimeo/psalm": "^4.10"
 +                "doctrine/coding-standard": "^9",
 +                "phpstan/phpstan": "^1.8",
 +                "phpstan/phpstan-phpunit": "^1.1",
 +                "phpstan/phpstan-strict-rules": "^1.3",
 +                "phpunit/phpunit": "^8.5 || ^9.5",
 +                "vimeo/psalm": "^4.25"
              },
              "type": "library",
              "autoload": {
              ],
              "support": {
                  "issues": "https://github.com/doctrine/inflector/issues",
 -                "source": "https://github.com/doctrine/inflector/tree/2.0.4"
 +                "source": "https://github.com/doctrine/inflector/tree/2.0.5"
              },
              "funding": [
                  {
                      "type": "tidelift"
                  }
              ],
 -            "time": "2021-10-22T20:16:43+00:00"
 +            "time": "2022-09-07T09:01:28+00:00"
          },
          {
              "name": "doctrine/lexer",
          },
          {
              "name": "dompdf/dompdf",
 -            "version": "v2.0.0",
 +            "version": "v2.0.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/dompdf/dompdf.git",
 -                "reference": "79573d8b8a141ec8a17312515de8740eed014fa9"
 +                "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/79573d8b8a141ec8a17312515de8740eed014fa9",
 -                "reference": "79573d8b8a141ec8a17312515de8740eed014fa9",
 +                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c5310df0e22c758c85ea5288175fc6cd777bc085",
 +                "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085",
                  "shasum": ""
              },
              "require": {
                  "ext-dom": "*",
                  "ext-mbstring": "*",
                  "masterminds/html5": "^2.0",
 -                "phenx/php-font-lib": "^0.5.4",
 -                "phenx/php-svg-lib": "^0.3.3 || ^0.4.0",
 +                "phenx/php-font-lib": ">=0.5.4 <1.0.0",
 +                "phenx/php-svg-lib": ">=0.3.3 <1.0.0",
                  "php": "^7.1 || ^8.0"
              },
              "require-dev": {
              ],
              "authors": [
                  {
 -                    "name": "Fabien Ménager",
 -                    "email": "[email protected]"
 -                },
 -                {
 -                    "name": "Brian Sweeney",
 -                    "email": "[email protected]"
 -                },
 -                {
 -                    "name": "Gabriel Bull",
 -                    "email": "[email protected]"
 +                    "name": "The Dompdf Community",
 +                    "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
                  }
              ],
              "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
              "homepage": "https://github.com/dompdf/dompdf",
              "support": {
                  "issues": "https://github.com/dompdf/dompdf/issues",
 -                "source": "https://github.com/dompdf/dompdf/tree/v2.0.0"
 +                "source": "https://github.com/dompdf/dompdf/tree/v2.0.1"
              },
 -            "time": "2022-06-21T21:14:57+00:00"
 +            "time": "2022-09-22T13:43:41+00:00"
          },
          {
              "name": "dragonmantank/cron-expression",
 -            "version": "v3.3.1",
 +            "version": "v3.3.2",
              "source": {
                  "type": "git",
                  "url": "https://github.com/dragonmantank/cron-expression.git",
 -                "reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa"
 +                "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/be85b3f05b46c39bbc0d95f6c071ddff669510fa",
 -                "reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa",
 +                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8",
 +                "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8",
                  "shasum": ""
              },
              "require": {
              ],
              "support": {
                  "issues": "https://github.com/dragonmantank/cron-expression/issues",
 -                "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.1"
 +                "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2"
              },
              "funding": [
                  {
                      "type": "github"
                  }
              ],
 -            "time": "2022-01-18T15:43:28+00:00"
 +            "time": "2022-09-10T18:51:20+00:00"
          },
          {
              "name": "egulias/email-validator",
          },
          {
              "name": "laravel/framework",
 -            "version": "v8.83.23",
 +            "version": "v8.83.24",
              "source": {
                  "type": "git",
                  "url": "https://github.com/laravel/framework.git",
 -                "reference": "bdc707f8b9bcad289b24cd182d98ec7480ac4491"
 +                "reference": "a684da6197ae77eee090637ae4411b2f321adfc7"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/laravel/framework/zipball/bdc707f8b9bcad289b24cd182d98ec7480ac4491",
 -                "reference": "bdc707f8b9bcad289b24cd182d98ec7480ac4491",
 +                "url": "https://api.github.com/repos/laravel/framework/zipball/a684da6197ae77eee090637ae4411b2f321adfc7",
 +                "reference": "a684da6197ae77eee090637ae4411b2f321adfc7",
                  "shasum": ""
              },
              "require": {
                  "issues": "https://github.com/laravel/framework/issues",
                  "source": "https://github.com/laravel/framework"
              },
 -            "time": "2022-07-26T13:30:00+00:00"
 +            "time": "2022-09-22T18:59:47+00:00"
          },
          {
              "name": "laravel/serializable-closure",
 -            "version": "v1.2.1",
 +            "version": "v1.2.2",
              "source": {
                  "type": "git",
                  "url": "https://github.com/laravel/serializable-closure.git",
 -                "reference": "d78fd36ba031a1a695ea5a406f29996948d7011b"
 +                "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/d78fd36ba031a1a695ea5a406f29996948d7011b",
 -                "reference": "d78fd36ba031a1a695ea5a406f29996948d7011b",
 +                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae",
 +                "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae",
                  "shasum": ""
              },
              "require": {
                  "issues": "https://github.com/laravel/serializable-closure/issues",
                  "source": "https://github.com/laravel/serializable-closure"
              },
 -            "time": "2022-08-26T15:25:27+00:00"
 +            "time": "2022-09-08T13:45:54+00:00"
          },
          {
              "name": "laravel/socialite",
              },
              "time": "2022-03-23T12:38:24+00:00"
          },
-         {
-             "name": "laravel/ui",
-             "version": "v3.4.6",
-             "source": {
-                 "type": "git",
-                 "url": "https://github.com/laravel/ui.git",
-                 "reference": "65ec5c03f7fee2c8ecae785795b829a15be48c2c"
-             },
-             "dist": {
-                 "type": "zip",
-                 "url": "https://api.github.com/repos/laravel/ui/zipball/65ec5c03f7fee2c8ecae785795b829a15be48c2c",
-                 "reference": "65ec5c03f7fee2c8ecae785795b829a15be48c2c",
-                 "shasum": ""
-             },
-             "require": {
-                 "illuminate/console": "^8.42|^9.0",
-                 "illuminate/filesystem": "^8.42|^9.0",
-                 "illuminate/support": "^8.82|^9.0",
-                 "illuminate/validation": "^8.42|^9.0",
-                 "php": "^7.3|^8.0"
-             },
-             "require-dev": {
-                 "orchestra/testbench": "^6.23|^7.0"
-             },
-             "type": "library",
-             "extra": {
-                 "branch-alias": {
-                     "dev-master": "3.x-dev"
-                 },
-                 "laravel": {
-                     "providers": [
-                         "Laravel\\Ui\\UiServiceProvider"
-                     ]
-                 }
-             },
-             "autoload": {
-                 "psr-4": {
-                     "Laravel\\Ui\\": "src/",
-                     "Illuminate\\Foundation\\Auth\\": "auth-backend/"
-                 }
-             },
-             "notification-url": "https://packagist.org/downloads/",
-             "license": [
-                 "MIT"
-             ],
-             "authors": [
-                 {
-                     "name": "Taylor Otwell",
-                     "email": "[email protected]"
-                 }
-             ],
-             "description": "Laravel UI utilities and presets.",
-             "keywords": [
-                 "laravel",
-                 "ui"
-             ],
-             "support": {
-                 "source": "https://github.com/laravel/ui/tree/v3.4.6"
-             },
-             "time": "2022-05-20T13:38:08+00:00"
-         },
          {
              "name": "league/commonmark",
              "version": "1.6.7",
          },
          {
              "name": "phenx/php-svg-lib",
 -            "version": "0.4.1",
 +            "version": "0.5.0",
              "source": {
                  "type": "git",
                  "url": "https://github.com/dompdf/php-svg-lib.git",
 -                "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02"
 +                "reference": "76876c6cf3080bcb6f249d7d59705108166a6685"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/4498b5df7b08e8469f0f8279651ea5de9626ed02",
 -                "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02",
 +                "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/76876c6cf3080bcb6f249d7d59705108166a6685",
 +                "reference": "76876c6cf3080bcb6f249d7d59705108166a6685",
                  "shasum": ""
              },
              "require": {
                  "ext-mbstring": "*",
 -                "php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
 +                "php": "^7.1 || ^8.0",
                  "sabberworm/php-css-parser": "^8.4"
              },
              "require-dev": {
              "homepage": "https://github.com/PhenX/php-svg-lib",
              "support": {
                  "issues": "https://github.com/dompdf/php-svg-lib/issues",
 -                "source": "https://github.com/dompdf/php-svg-lib/tree/0.4.1"
 +                "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.0"
              },
 -            "time": "2022-03-07T12:52:04+00:00"
 +            "time": "2022-09-06T12:16:56+00:00"
          },
          {
              "name": "phpoption/phpoption",
          },
          {
              "name": "phpseclib/phpseclib",
 -            "version": "3.0.15",
 +            "version": "3.0.16",
              "source": {
                  "type": "git",
                  "url": "https://github.com/phpseclib/phpseclib.git",
 -                "reference": "c96e250238e88bf1040e9f7715efab1d6bc7f622"
 +                "reference": "7181378909ed8890be4db53d289faac5b77f8b05"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c96e250238e88bf1040e9f7715efab1d6bc7f622",
 -                "reference": "c96e250238e88bf1040e9f7715efab1d6bc7f622",
 +                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7181378909ed8890be4db53d289faac5b77f8b05",
 +                "reference": "7181378909ed8890be4db53d289faac5b77f8b05",
                  "shasum": ""
              },
              "require": {
              ],
              "support": {
                  "issues": "https://github.com/phpseclib/phpseclib/issues",
 -                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.15"
 +                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.16"
              },
              "funding": [
                  {
                      "type": "tidelift"
                  }
              ],
 -            "time": "2022-09-02T17:05:08+00:00"
 +            "time": "2022-09-05T18:03:08+00:00"
          },
          {
              "name": "pragmarx/google2fa",
          },
          {
              "name": "tijsverkoyen/css-to-inline-styles",
 -            "version": "2.2.4",
 +            "version": "2.2.5",
              "source": {
                  "type": "git",
                  "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
 -                "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c"
 +                "reference": "4348a3a06651827a27d989ad1d13efec6bb49b19"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/da444caae6aca7a19c0c140f68c6182e337d5b1c",
 -                "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c",
 +                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/4348a3a06651827a27d989ad1d13efec6bb49b19",
 +                "reference": "4348a3a06651827a27d989ad1d13efec6bb49b19",
                  "shasum": ""
              },
              "require": {
              "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
              "support": {
                  "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
 -                "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.4"
 +                "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.5"
              },
 -            "time": "2021-12-08T09:12:39+00:00"
 +            "time": "2022-09-12T13:28:28+00:00"
          },
          {
              "name": "vlucas/phpdotenv",
          }
      ],
      "packages-dev": [
 +        {
 +            "name": "brianium/paratest",
 +            "version": "v6.6.4",
 +            "source": {
 +                "type": "git",
 +                "url": "https://github.com/paratestphp/paratest.git",
 +                "reference": "4ce800dc32fd0292a4f05c00f347142dce1ecdda"
 +            },
 +            "dist": {
 +                "type": "zip",
 +                "url": "https://api.github.com/repos/paratestphp/paratest/zipball/4ce800dc32fd0292a4f05c00f347142dce1ecdda",
 +                "reference": "4ce800dc32fd0292a4f05c00f347142dce1ecdda",
 +                "shasum": ""
 +            },
 +            "require": {
 +                "ext-dom": "*",
 +                "ext-pcre": "*",
 +                "ext-reflection": "*",
 +                "ext-simplexml": "*",
 +                "jean85/pretty-package-versions": "^2.0.5",
 +                "php": "^7.3 || ^8.0",
 +                "phpunit/php-code-coverage": "^9.2.17",
 +                "phpunit/php-file-iterator": "^3.0.6",
 +                "phpunit/php-timer": "^5.0.3",
 +                "phpunit/phpunit": "^9.5.24",
 +                "sebastian/environment": "^5.1.4",
 +                "symfony/console": "^5.4.12 || ^6.1.4",
 +                "symfony/process": "^5.4.11 || ^6.1.3"
 +            },
 +            "require-dev": {
 +                "doctrine/coding-standard": "^10.0.0",
 +                "ext-pcov": "*",
 +                "ext-posix": "*",
 +                "infection/infection": "^0.26.14",
 +                "malukenho/mcbumpface": "^1.1.5",
 +                "squizlabs/php_codesniffer": "^3.7.1",
 +                "symfony/filesystem": "^5.4.12 || ^6.1.4",
 +                "vimeo/psalm": "^4.27.0"
 +            },
 +            "bin": [
 +                "bin/paratest",
 +                "bin/paratest.bat",
 +                "bin/paratest_for_phpstorm"
 +            ],
 +            "type": "library",
 +            "autoload": {
 +                "psr-4": {
 +                    "ParaTest\\": [
 +                        "src/"
 +                    ]
 +                }
 +            },
 +            "notification-url": "https://packagist.org/downloads/",
 +            "license": [
 +                "MIT"
 +            ],
 +            "authors": [
 +                {
 +                    "name": "Brian Scaturro",
 +                    "email": "[email protected]",
 +                    "role": "Developer"
 +                },
 +                {
 +                    "name": "Filippo Tessarotto",
 +                    "email": "[email protected]",
 +                    "role": "Developer"
 +                }
 +            ],
 +            "description": "Parallel testing for PHP",
 +            "homepage": "https://github.com/paratestphp/paratest",
 +            "keywords": [
 +                "concurrent",
 +                "parallel",
 +                "phpunit",
 +                "testing"
 +            ],
 +            "support": {
 +                "issues": "https://github.com/paratestphp/paratest/issues",
 +                "source": "https://github.com/paratestphp/paratest/tree/v6.6.4"
 +            },
 +            "funding": [
 +                {
 +                    "url": "https://github.com/sponsors/Slamdunk",
 +                    "type": "github"
 +                },
 +                {
 +                    "url": "https://paypal.me/filippotessarotto",
 +                    "type": "paypal"
 +                }
 +            ],
 +            "time": "2022-09-13T10:47:01+00:00"
 +        },
          {
              "name": "composer/ca-bundle",
              "version": "1.3.3",
          },
          {
              "name": "composer/composer",
 -            "version": "2.4.1",
 +            "version": "2.4.2",
              "source": {
                  "type": "git",
                  "url": "https://github.com/composer/composer.git",
 -                "reference": "777d542e3af65f8e7a66a4d98ce7a697da339414"
 +                "reference": "7d887621e69a0311eb50aed4a16f7044b2b385b9"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/composer/composer/zipball/777d542e3af65f8e7a66a4d98ce7a697da339414",
 -                "reference": "777d542e3af65f8e7a66a4d98ce7a697da339414",
 +                "url": "https://api.github.com/repos/composer/composer/zipball/7d887621e69a0311eb50aed4a16f7044b2b385b9",
 +                "reference": "7d887621e69a0311eb50aed4a16f7044b2b385b9",
                  "shasum": ""
              },
              "require": {
                  "phpstan/phpstan-deprecation-rules": "^1",
                  "phpstan/phpstan-phpunit": "^1.0",
                  "phpstan/phpstan-strict-rules": "^1",
 -                "phpstan/phpstan-symfony": "^1.1",
 +                "phpstan/phpstan-symfony": "^1.2.10",
                  "symfony/phpunit-bridge": "^6.0"
              },
              "suggest": {
              "support": {
                  "irc": "ircs://irc.libera.chat:6697/composer",
                  "issues": "https://github.com/composer/composer/issues",
 -                "source": "https://github.com/composer/composer/tree/2.4.1"
 +                "source": "https://github.com/composer/composer/tree/2.4.2"
              },
              "funding": [
                  {
                      "type": "tidelift"
                  }
              ],
 -            "time": "2022-08-20T09:44:50+00:00"
 +            "time": "2022-09-14T14:11:15+00:00"
          },
          {
              "name": "composer/metadata-minifier",
          },
          {
              "name": "itsgoingd/clockwork",
 -            "version": "v5.1.7",
 +            "version": "v5.1.8",
              "source": {
                  "type": "git",
                  "url": "https://github.com/itsgoingd/clockwork.git",
 -                "reference": "2cad6c75dc2b96cbfd48c0511bb035a4e328c17f"
 +                "reference": "74ee05a61296aa7298164ef5346f0a568aa6106e"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/2cad6c75dc2b96cbfd48c0511bb035a4e328c17f",
 -                "reference": "2cad6c75dc2b96cbfd48c0511bb035a4e328c17f",
 +                "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/74ee05a61296aa7298164ef5346f0a568aa6106e",
 +                "reference": "74ee05a61296aa7298164ef5346f0a568aa6106e",
                  "shasum": ""
              },
              "require": {
              ],
              "support": {
                  "issues": "https://github.com/itsgoingd/clockwork/issues",
 -                "source": "https://github.com/itsgoingd/clockwork/tree/v5.1.7"
 +                "source": "https://github.com/itsgoingd/clockwork/tree/v5.1.8"
              },
              "funding": [
                  {
                      "type": "github"
                  }
              ],
 -            "time": "2022-08-14T21:23:22+00:00"
 +            "time": "2022-09-25T20:21:14+00:00"
 +        },
 +        {
 +            "name": "jean85/pretty-package-versions",
 +            "version": "2.0.5",
 +            "source": {
 +                "type": "git",
 +                "url": "https://github.com/Jean85/pretty-package-versions.git",
 +                "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
 +            },
 +            "dist": {
 +                "type": "zip",
 +                "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
 +                "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
 +                "shasum": ""
 +            },
 +            "require": {
 +                "composer-runtime-api": "^2.0.0",
 +                "php": "^7.1|^8.0"
 +            },
 +            "require-dev": {
 +                "friendsofphp/php-cs-fixer": "^2.17",
 +                "jean85/composer-provided-replaced-stub-package": "^1.0",
 +                "phpstan/phpstan": "^0.12.66",
 +                "phpunit/phpunit": "^7.5|^8.5|^9.4",
 +                "vimeo/psalm": "^4.3"
 +            },
 +            "type": "library",
 +            "extra": {
 +                "branch-alias": {
 +                    "dev-master": "1.x-dev"
 +                }
 +            },
 +            "autoload": {
 +                "psr-4": {
 +                    "Jean85\\": "src/"
 +                }
 +            },
 +            "notification-url": "https://packagist.org/downloads/",
 +            "license": [
 +                "MIT"
 +            ],
 +            "authors": [
 +                {
 +                    "name": "Alessandro Lai",
 +                    "email": "[email protected]"
 +                }
 +            ],
 +            "description": "A library to get pretty versions strings of installed dependencies",
 +            "keywords": [
 +                "composer",
 +                "package",
 +                "release",
 +                "versions"
 +            ],
 +            "support": {
 +                "issues": "https://github.com/Jean85/pretty-package-versions/issues",
 +                "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
 +            },
 +            "time": "2021-10-08T21:21:46+00:00"
          },
          {
              "name": "justinrainbow/json-schema",
          },
          {
              "name": "mockery/mockery",
 -            "version": "1.5.0",
 +            "version": "1.5.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/mockery/mockery.git",
 -                "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac"
 +                "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/mockery/mockery/zipball/c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac",
 -                "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac",
 +                "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
 +                "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
                  "shasum": ""
              },
              "require": {
              ],
              "support": {
                  "issues": "https://github.com/mockery/mockery/issues",
 -                "source": "https://github.com/mockery/mockery/tree/1.5.0"
 +                "source": "https://github.com/mockery/mockery/tree/1.5.1"
              },
 -            "time": "2022-01-20T13:18:17+00:00"
 +            "time": "2022-09-07T15:32:08+00:00"
          },
          {
              "name": "myclabs/deep-copy",
          },
          {
              "name": "phpstan/phpstan",
 -            "version": "1.8.4",
 +            "version": "1.8.6",
              "source": {
                  "type": "git",
                  "url": "https://github.com/phpstan/phpstan.git",
 -                "reference": "eed4c9da531f6ebb4787235b6fb486e2c20f34e5"
 +                "reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/eed4c9da531f6ebb4787235b6fb486e2c20f34e5",
 -                "reference": "eed4c9da531f6ebb4787235b6fb486e2c20f34e5",
 +                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c386ab2741e64cc9e21729f891b28b2b10fe6618",
 +                "reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618",
                  "shasum": ""
              },
              "require": {
              ],
              "support": {
                  "issues": "https://github.com/phpstan/phpstan/issues",
 -                "source": "https://github.com/phpstan/phpstan/tree/1.8.4"
 +                "source": "https://github.com/phpstan/phpstan/tree/1.8.6"
              },
              "funding": [
                  {
                      "type": "tidelift"
                  }
              ],
 -            "time": "2022-09-03T13:08:04+00:00"
 +            "time": "2022-09-23T09:54:39+00:00"
          },
          {
              "name": "phpunit/php-code-coverage",
          },
          {
              "name": "phpunit/phpunit",
 -            "version": "9.5.24",
 +            "version": "9.5.25",
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/phpunit.git",
 -                "reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5"
 +                "reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d0aa6097bef9fd42458a9b3c49da32c6ce6129c5",
 -                "reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5",
 +                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d",
 +                "reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d",
                  "shasum": ""
              },
              "require": {
                  "phpunit/php-timer": "^5.0.2",
                  "sebastian/cli-parser": "^1.0.1",
                  "sebastian/code-unit": "^1.0.6",
 -                "sebastian/comparator": "^4.0.5",
 +                "sebastian/comparator": "^4.0.8",
                  "sebastian/diff": "^4.0.3",
                  "sebastian/environment": "^5.1.3",
 -                "sebastian/exporter": "^4.0.3",
 +                "sebastian/exporter": "^4.0.5",
                  "sebastian/global-state": "^5.0.1",
                  "sebastian/object-enumerator": "^4.0.3",
                  "sebastian/resource-operations": "^3.0.3",
 -                "sebastian/type": "^3.1",
 +                "sebastian/type": "^3.2",
                  "sebastian/version": "^3.0.2"
              },
              "suggest": {
              ],
              "support": {
                  "issues": "https://github.com/sebastianbergmann/phpunit/issues",
 -                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.24"
 +                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.25"
              },
              "funding": [
                  {
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
 +                },
 +                {
 +                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
 +                    "type": "tidelift"
                  }
              ],
 -            "time": "2022-08-30T07:42:16+00:00"
 +            "time": "2022-09-25T03:44:45+00:00"
          },
          {
              "name": "react/promise",
          },
          {
              "name": "sebastian/comparator",
 -            "version": "4.0.6",
 +            "version": "4.0.8",
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/comparator.git",
 -                "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
 +                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
 -                "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
 +                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
 +                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
                  "shasum": ""
              },
              "require": {
              ],
              "support": {
                  "issues": "https://github.com/sebastianbergmann/comparator/issues",
 -                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
 +                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
              },
              "funding": [
                  {
                      "type": "github"
                  }
              ],
 -            "time": "2020-10-26T15:49:45+00:00"
 +            "time": "2022-09-14T12:41:17+00:00"
          },
          {
              "name": "sebastian/complexity",
          },
          {
              "name": "sebastian/exporter",
 -            "version": "4.0.4",
 +            "version": "4.0.5",
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/exporter.git",
 -                "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
 +                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
 -                "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
 +                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
 +                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
                  "shasum": ""
              },
              "require": {
              ],
              "support": {
                  "issues": "https://github.com/sebastianbergmann/exporter/issues",
 -                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
 +                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
              },
              "funding": [
                  {
                      "type": "github"
                  }
              ],
 -            "time": "2021-11-11T14:18:36+00:00"
 +            "time": "2022-09-14T06:03:37+00:00"
          },
          {
              "name": "sebastian/global-state",
          },
          {
              "name": "sebastian/type",
 -            "version": "3.1.0",
 +            "version": "3.2.0",
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/type.git",
 -                "reference": "fb44e1cc6e557418387ad815780360057e40753e"
 +                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
              },
              "dist": {
                  "type": "zip",
 -                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb44e1cc6e557418387ad815780360057e40753e",
 -                "reference": "fb44e1cc6e557418387ad815780360057e40753e",
 +                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
 +                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
                  "shasum": ""
              },
              "require": {
              "type": "library",
              "extra": {
                  "branch-alias": {
 -                    "dev-master": "3.1-dev"
 +                    "dev-master": "3.2-dev"
                  }
              },
              "autoload": {
              "homepage": "https://github.com/sebastianbergmann/type",
              "support": {
                  "issues": "https://github.com/sebastianbergmann/type/issues",
 -                "source": "https://github.com/sebastianbergmann/type/tree/3.1.0"
 +                "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
              },
              "funding": [
                  {
                      "type": "github"
                  }
              ],
 -            "time": "2022-08-29T06:55:37+00:00"
 +            "time": "2022-09-12T14:47:03+00:00"
          },
          {
              "name": "sebastian/version",