diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index dd08c9a..42da3ac 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -1,7 +1,7 @@ name: run-tests on: - push: + push: pull_request: jobs: @@ -10,14 +10,14 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 8.1] - laravel: [8.*, 9.*] + php: [8.1, 8.2] + laravel: [9.*, 10.*] include: + - laravel: 10.* + testbench: 8.* - laravel: 9.* testbench: 7.* - - laravel: 8.* - testbench: 6.* - + name: PHP${{ matrix.php }} - Laravel ${{ matrix.laravel }} steps: diff --git a/composer.json b/composer.json index 98292a6..07a80a7 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^8.0", "ext-pdo_sqlite": "*", - "illuminate/contracts": "^8.0|^9.0", + "illuminate/contracts": "^8.0|^9.0|^10.0", "stevebauman/location": "*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 492c97d..65e80cf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,30 +4,29 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9f676f166f4942c750688bbbe7050f92", + "content-hash": "21e6f3a6b5e04868fb3b34ecfdce2d47", "packages": [ { "name": "brick/math", - "version": "0.10.2", + "version": "v0.11.x-dev", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f" + "reference": "8d60a347dd96c2c748f8993300a27d079a53144a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f", - "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f", + "url": "https://api.github.com/repos/brick/math/zipball/8d60a347dd96c2c748f8993300a27d079a53144a", + "reference": "8d60a347dd96c2c748f8993300a27d079a53144a", "shasum": "" }, "require": { - "ext-json": "*", - "php": "^7.4 || ^8.0" + "php": "^8.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^9.0", - "vimeo/psalm": "4.25.0" + "vimeo/psalm": "5.0.0" }, "type": "library", "autoload": { @@ -52,7 +51,7 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.10.2" + "source": "https://github.com/brick/math/tree/v0.11" }, "funding": [ { @@ -60,7 +59,7 @@ "type": "github" } ], - "time": "2022-08-10T22:54:19+00:00" + "time": "2023-01-15T23:12:38+00:00" }, { "name": "composer/ca-bundle", @@ -68,12 +67,12 @@ "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c" + "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c", - "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd", + "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd", "shasum": "" }, "require": { @@ -121,7 +120,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.3" + "source": "https://github.com/composer/ca-bundle/tree/1.3.5" }, "funding": [ { @@ -137,7 +136,7 @@ "type": "tidelift" } ], - "time": "2022-07-20T07:14:26+00:00" + "time": "2023-01-11T08:27:00+00:00" }, { "name": "dflydev/dot-access-data", @@ -145,12 +144,12 @@ "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", - "reference": "b2444050c080a65095d47f56f7ad8a18ab07a95f" + "reference": "f41715465d65213d644d3141a6a93081be5d3549" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/b2444050c080a65095d47f56f7ad8a18ab07a95f", - "reference": "b2444050c080a65095d47f56f7ad8a18ab07a95f", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", + "reference": "f41715465d65213d644d3141a6a93081be5d3549", "shasum": "" }, "require": { @@ -211,9 +210,9 @@ ], "support": { "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", - "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/main" + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" }, - "time": "2021-10-06T16:53:15+00:00" + "time": "2022-10-27T11:44:00+00:00" }, { "name": "doctrine/inflector", @@ -221,24 +220,24 @@ "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "3249de584daab089c823ddc3f8efb108cee85a10" + "reference": "bf265da9f831e46e646c7a01b59ee8a33f8c0365" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/3249de584daab089c823ddc3f8efb108cee85a10", - "reference": "3249de584daab089c823ddc3f8efb108cee85a10", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/bf265da9f831e46e646c7a01b59ee8a33f8c0365", + "reference": "bf265da9f831e46e646c7a01b59ee8a33f8c0365", "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": "^11.0", + "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 || ^5.4" }, "type": "library", "autoload": { @@ -304,35 +303,36 @@ "type": "tidelift" } ], - "time": "2021-10-22T20:33:24+00:00" + "time": "2023-01-15T14:40:19+00:00" }, { "name": "doctrine/lexer", - "version": "1.3.x-dev", + "version": "3.0.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "ff0bfc39c3cce1cc0aa69471235194c6f104384d" + "reference": "84a527db05647743d50373e0ec53a152f2cde568" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/ff0bfc39c3cce1cc0aa69471235194c6f104384d", - "reference": "ff0bfc39c3cce1cc0aa69471235194c6f104384d", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568", + "reference": "84a527db05647743d50373e0ec53a152f2cde568", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^9.0", - "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.11" + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^9.5", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^5.0" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -364,7 +364,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.3.x" + "source": "https://github.com/doctrine/lexer/tree/3.0.x" }, "funding": [ { @@ -380,20 +380,20 @@ "type": "tidelift" } ], - "time": "2022-02-28T11:12:09+00:00" + "time": "2022-12-15T16:57:16+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": { @@ -433,7 +433,7 @@ ], "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": [ { @@ -441,31 +441,30 @@ "type": "github" } ], - "time": "2022-01-18T15:43:28+00:00" + "time": "2022-09-10T18:51:20+00:00" }, { "name": "egulias/email-validator", - "version": "3.x-dev", + "version": "4.x-dev", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "4c72190f321eaf59f690a5b848707044a73da858" + "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/4c72190f321eaf59f690a5b848707044a73da858", - "reference": "4c72190f321eaf59f690a5b848707044a73da858", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff", + "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff", "shasum": "" }, "require": { - "doctrine/lexer": "^1.2", - "php": ">=7.2", - "symfony/polyfill-intl-idn": "^1.15" + "doctrine/lexer": "^2.0 || ^3.0", + "php": ">=8.1", + "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { - "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^8.5.8|^9.3.3", - "vimeo/psalm": "^4" + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^4.30" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -474,7 +473,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -502,7 +501,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.x" + "source": "https://github.com/egulias/EmailValidator/tree/4.0.1" }, "funding": [ { @@ -510,7 +509,7 @@ "type": "github" } ], - "time": "2022-08-14T18:36:33+00:00" + "time": "2023-01-14T14:17:03+00:00" }, { "name": "fruitcake/php-cors", @@ -518,12 +517,12 @@ "source": { "type": "git", "url": "https://github.com/fruitcake/php-cors.git", - "reference": "76d219410b710d9f5b4d52b1febffe57b4cf4f16" + "reference": "bb96f0246364ea36d4d22364a39023a7e2974fc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/76d219410b710d9f5b4d52b1febffe57b4cf4f16", - "reference": "76d219410b710d9f5b4d52b1febffe57b4cf4f16", + "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/bb96f0246364ea36d4d22364a39023a7e2974fc8", + "reference": "bb96f0246364ea36d4d22364a39023a7e2974fc8", "shasum": "" }, "require": { @@ -582,7 +581,7 @@ "type": "github" } ], - "time": "2022-02-22T19:41:03+00:00" + "time": "2022-10-31T13:41:40+00:00" }, { "name": "geoip2/geoip2", @@ -644,20 +643,20 @@ "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8" + "reference": "60c5f57bee20beb1a4a3cc5fe9170de4a64521d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8", - "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/60c5f57bee20beb1a4a3cc5fe9170de4a64521d2", + "reference": "60c5f57bee20beb1a4a3cc5fe9170de4a64521d2", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9" + "phpoption/phpoption": "^1.9.1" }, "require-dev": { - "phpunit/phpunit": "^8.5.28 || ^9.5.21" + "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" }, "default-branch": true, "type": "library", @@ -687,7 +686,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/1.1" }, "funding": [ { @@ -699,7 +698,92 @@ "type": "tidelift" } ], - "time": "2022-07-30T15:56:11+00:00" + "time": "2023-02-25T23:46:23+00:00" + }, + { + "name": "guzzlehttp/uri-template", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/guzzle/uri-template.git", + "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/uri-template/zipball/b945d74a55a25a949158444f09ec0d3c120d69e2", + "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "symfony/polyfill-php80": "^1.17" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.19 || ^9.5.8", + "uri-template/tests": "1.0.0" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\UriTemplate\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + } + ], + "description": "A polyfill class for uri_template of PHP", + "keywords": [ + "guzzlehttp", + "uri-template" + ], + "support": { + "issues": "https://github.com/guzzle/uri-template/issues", + "source": "https://github.com/guzzle/uri-template/tree/v1.0.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template", + "type": "tidelift" + } + ], + "time": "2021-10-07T12:57:01+00:00" }, { "name": "laravel/framework", @@ -707,33 +791,40 @@ "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "e07e00507e67c710798eb98cdb09845f65026429" + "reference": "61143302f186513ebe9a36edc0a91fc91ded89a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/e07e00507e67c710798eb98cdb09845f65026429", - "reference": "e07e00507e67c710798eb98cdb09845f65026429", + "url": "https://api.github.com/repos/laravel/framework/zipball/61143302f186513ebe9a36edc0a91fc91ded89a8", + "reference": "61143302f186513ebe9a36edc0a91fc91ded89a8", "shasum": "" }, "require": { - "doctrine/inflector": "^2.0", - "dragonmantank/cron-expression": "^3.1", - "egulias/email-validator": "^3.1", + "brick/math": "^0.9.3|^0.10.2|^0.11", + "doctrine/inflector": "^2.0.5", + "dragonmantank/cron-expression": "^3.3.2", + "egulias/email-validator": "^3.2.1|^4.0", + "ext-ctype": "*", + "ext-filter": "*", + "ext-hash": "*", "ext-mbstring": "*", "ext-openssl": "*", + "ext-session": "*", + "ext-tokenizer": "*", "fruitcake/php-cors": "^1.2", - "laravel/serializable-closure": "^1.0", - "league/commonmark": "^2.2", - "league/flysystem": "^3.0.16", + "guzzlehttp/uri-template": "^1.0", + "laravel/serializable-closure": "^1.2.2", + "league/commonmark": "^2.2.1", + "league/flysystem": "^3.8.0", "monolog/monolog": "^2.0", - "nesbot/carbon": "^2.53.1", + "nesbot/carbon": "^2.62.1", "nunomaduro/termwind": "^1.13", "php": "^8.0.2", "psr/container": "^1.1.1|^2.0.1", "psr/log": "^1.0|^2.0|^3.0", "psr/simple-cache": "^1.0|^2.0|^3.0", - "ramsey/uuid": "^4.2.2", - "symfony/console": "^6.0.3", + "ramsey/uuid": "^4.7", + "symfony/console": "^6.0.9", "symfony/error-handler": "^6.0", "symfony/finder": "^6.0", "symfony/http-foundation": "^6.0", @@ -742,8 +833,9 @@ "symfony/mime": "^6.0", "symfony/process": "^6.0", "symfony/routing": "^6.0", + "symfony/uid": "^6.0", "symfony/var-dumper": "^6.0", - "tijsverkoyen/css-to-inline-styles": "^2.2.2", + "tijsverkoyen/css-to-inline-styles": "^2.2.5", "vlucas/phpdotenv": "^5.4.1", "voku/portable-ascii": "^2.0" }, @@ -789,45 +881,55 @@ "illuminate/view": "self.version" }, "require-dev": { - "aws/aws-sdk-php": "^3.198.1", + "ably/ably-php": "^1.0", + "aws/aws-sdk-php": "^3.235.5", "doctrine/dbal": "^2.13.3|^3.1.4", - "fakerphp/faker": "^1.9.2", - "guzzlehttp/guzzle": "^7.2", + "ext-gmp": "*", + "fakerphp/faker": "^1.21", + "guzzlehttp/guzzle": "^7.5", "league/flysystem-aws-s3-v3": "^3.0", "league/flysystem-ftp": "^3.0", + "league/flysystem-path-prefixing": "^3.3", + "league/flysystem-read-only": "^3.3", "league/flysystem-sftp-v3": "^3.0", - "mockery/mockery": "^1.4.4", - "orchestra/testbench-core": "^7.1", + "mockery/mockery": "^1.5.1", + "orchestra/testbench-core": "^7.24", "pda/pheanstalk": "^4.0", + "phpstan/phpdoc-parser": "^1.15", "phpstan/phpstan": "^1.4.7", "phpunit/phpunit": "^9.5.8", - "predis/predis": "^1.1.9|^2.0", - "symfony/cache": "^6.0" + "predis/predis": "^1.1.9|^2.0.2", + "symfony/cache": "^6.0", + "symfony/http-client": "^6.0" }, "suggest": { "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", - "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.198.1).", + "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).", "brianium/paratest": "Required to run tests in parallel (^6.0).", "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", - "ext-bcmath": "Required to use the multiple_of validation rule.", + "ext-apcu": "Required to use the APC cache driver.", + "ext-fileinfo": "Required to use the Filesystem class.", "ext-ftp": "Required to use the Flysystem FTP driver.", "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", "ext-memcached": "Required to use the memcache cache driver.", - "ext-pcntl": "Required to use all features of the queue worker.", + "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.", + "ext-pdo": "Required to use all database features.", "ext-posix": "Required to use all features of the queue worker.", "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).", "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", "filp/whoops": "Required for friendly error pages in development (^2.14.3).", - "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.2).", + "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).", "laravel/tinker": "Required to use the tinker console command (^2.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).", + "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).", + "league/flysystem-read-only": "Required to use read-only disks (^3.3)", "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).", - "mockery/mockery": "Required to use mocking (^1.4.4).", + "mockery/mockery": "Required to use mocking (^1.5.1).", "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).", - "predis/predis": "Required to use the predis connector (^1.1.9|^2.0).", + "predis/predis": "Required to use the predis connector (^1.1.9|^2.0.2).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", "symfony/cache": "Required to PSR-6 cache bridge (^6.0).", @@ -837,7 +939,6 @@ "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0).", "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)." }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -880,7 +981,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2022-08-30T17:52:19+00:00" + "time": "2023-04-06T18:15:49+00:00" }, { "name": "laravel/serializable-closure", @@ -888,12 +989,12 @@ "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "b456045ab87f8ac7cb1384b26df3f5db847fae5a" + "reference": "5c1e047e38fee0cb8fbbe1ed4439ebfd96f64986" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b456045ab87f8ac7cb1384b26df3f5db847fae5a", - "reference": "b456045ab87f8ac7cb1384b26df3f5db847fae5a", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/5c1e047e38fee0cb8fbbe1ed4439ebfd96f64986", + "reference": "5c1e047e38fee0cb8fbbe1ed4439ebfd96f64986", "shasum": "" }, "require": { @@ -941,7 +1042,7 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2022-08-30T15:37:47+00:00" + "time": "2023-04-08T16:37:35+00:00" }, { "name": "league/commonmark", @@ -949,12 +1050,12 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "cebfc244e4624d9ae849659087350fb1e62667f7" + "reference": "c85b54601deeee1ec6393c9c3a74cd589614236c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/cebfc244e4624d9ae849659087350fb1e62667f7", - "reference": "cebfc244e4624d9ae849659087350fb1e62667f7", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c85b54601deeee1ec6393c9c3a74cd589614236c", + "reference": "c85b54601deeee1ec6393c9c3a74cd589614236c", "shasum": "" }, "require": { @@ -974,7 +1075,7 @@ "erusev/parsedown": "^1.0", "ext-json": "*", "github/gfm": "0.29.0", - "michelf/php-markdown": "^1.4", + "michelf/php-markdown": "^1.4 || ^2.0", "nyholm/psr7": "^1.5", "phpstan/phpstan": "^1.8.2", "phpunit/phpunit": "^9.5.21", @@ -982,7 +1083,7 @@ "symfony/finder": "^5.3 | ^6.0", "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0", "unleashedtech/php-coding-standard": "^3.1.1", - "vimeo/psalm": "^4.24.0" + "vimeo/psalm": "^4.24.0 || ^5.0.0" }, "suggest": { "symfony/yaml": "v2.3+ required if using the Front Matter extension" @@ -990,7 +1091,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.5-dev" } }, "autoload": { @@ -1047,7 +1148,7 @@ "type": "tidelift" } ], - "time": "2022-07-29T11:01:40+00:00" + "time": "2023-03-24T15:36:23+00:00" }, { "name": "league/config", @@ -1055,12 +1156,12 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/config.git", - "reference": "1355f5a5bbfd581fda48bdc09022a398c52127bd" + "reference": "fbb4c4ab01d6d14a6db46923671bb1c2ee5b6691" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/config/zipball/1355f5a5bbfd581fda48bdc09022a398c52127bd", - "reference": "1355f5a5bbfd581fda48bdc09022a398c52127bd", + "url": "https://api.github.com/repos/thephpleague/config/zipball/fbb4c4ab01d6d14a6db46923671bb1c2ee5b6691", + "reference": "fbb4c4ab01d6d14a6db46923671bb1c2ee5b6691", "shasum": "" }, "require": { @@ -1130,7 +1231,7 @@ "type": "github" } ], - "time": "2022-07-24T13:12:19+00:00" + "time": "2023-01-23T04:23:14+00:00" }, { "name": "league/flysystem", @@ -1138,12 +1239,12 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "f5e93fad64cff5f45a1f79246dae15b31099b105" + "reference": "e2a279d7f47d9098e479e8b21f7fb8b8de230158" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f5e93fad64cff5f45a1f79246dae15b31099b105", - "reference": "f5e93fad64cff5f45a1f79246dae15b31099b105", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e2a279d7f47d9098e479e8b21f7fb8b8de230158", + "reference": "e2a279d7f47d9098e479e8b21f7fb8b8de230158", "shasum": "" }, "require": { @@ -1154,12 +1255,13 @@ "aws/aws-sdk-php": "3.209.31 || 3.210.0", "guzzlehttp/guzzle": "<7.0", "guzzlehttp/ringphp": "<1.1.1", + "phpseclib/phpseclib": "3.0.15", "symfony/http-client": "<5.2" }, "require-dev": { "async-aws/s3": "^1.5", - "async-aws/simple-s3": "^1.0", - "aws/aws-sdk-php": "^3.198.1", + "async-aws/simple-s3": "^1.1", + "aws/aws-sdk-php": "^3.220.0", "composer/semver": "^3.0", "ext-fileinfo": "*", "ext-ftp": "*", @@ -1167,7 +1269,7 @@ "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", "microsoft/azure-storage-blob": "^1.1", - "phpseclib/phpseclib": "^2.0", + "phpseclib/phpseclib": "^3.0.14", "phpstan/phpstan": "^0.12.26", "phpunit/phpunit": "^9.5.11", "sabre/dav": "^4.3.1" @@ -1205,23 +1307,19 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.x" + "source": "https://github.com/thephpleague/flysystem/tree/3.14.0" }, "funding": [ { - "url": "https://offset.earth/frankdejonge", + "url": "https://ecologi.com/frankdejonge", "type": "custom" }, { "url": "https://github.com/frankdejonge", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/league/flysystem", - "type": "tidelift" } ], - "time": "2022-08-17T19:19:45+00:00" + "time": "2023-04-11T18:11:47+00:00" }, { "name": "league/mime-type-detection", @@ -1401,12 +1499,12 @@ "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "6a28e9d41a64a1a909d49f63f70af0115c239cfd" + "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/6a28e9d41a64a1a909d49f63f70af0115c239cfd", - "reference": "6a28e9d41a64a1a909d49f63f70af0115c239cfd", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1", + "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1", "shasum": "" }, "require": { @@ -1495,7 +1593,7 @@ "type": "tidelift" } ], - "time": "2022-08-20T13:05:05+00:00" + "time": "2023-02-06T13:44:46+00:00" }, { "name": "nesbot/carbon", @@ -1503,12 +1601,12 @@ "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "7507aec3d626797ce2123cf6c6556683be22b5f8" + "reference": "1aec3f8d66ea86c3c9bb4ed0f6b31b156cfc1288" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7507aec3d626797ce2123cf6c6556683be22b5f8", - "reference": "7507aec3d626797ce2123cf6c6556683be22b5f8", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/1aec3f8d66ea86c3c9bb4ed0f6b31b156cfc1288", + "reference": "1aec3f8d66ea86c3c9bb4ed0f6b31b156cfc1288", "shasum": "" }, "require": { @@ -1519,7 +1617,7 @@ "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { - "doctrine/dbal": "^2.0 || ^3.0", + "doctrine/dbal": "^2.0 || ^3.1.4", "doctrine/orm": "^2.7", "friendsofphp/php-cs-fixer": "^3.0", "kylekatarnls/multi-tester": "^2.0", @@ -1598,7 +1696,7 @@ "type": "tidelift" } ], - "time": "2022-08-28T19:48:05+00:00" + "time": "2023-02-25T13:14:29+00:00" }, { "name": "nette/schema", @@ -1606,21 +1704,21 @@ "source": { "type": "git", "url": "https://github.com/nette/schema.git", - "reference": "664c2cdf2660346639ef4f9223d44e44e9b91d1a" + "reference": "b6b3f41ea96ebf082657d271d9b1bac6071d7d29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/schema/zipball/664c2cdf2660346639ef4f9223d44e44e9b91d1a", - "reference": "664c2cdf2660346639ef4f9223d44e44e9b91d1a", + "url": "https://api.github.com/repos/nette/schema/zipball/b6b3f41ea96ebf082657d271d9b1bac6071d7d29", + "reference": "b6b3f41ea96ebf082657d271d9b1bac6071d7d29", "shasum": "" }, "require": { "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", - "php": ">=7.1 <8.2" + "php": ">=7.1 <8.3" }, "require-dev": { "nette/tester": "^2.3 || ^2.4", - "phpstan/phpstan-nette": "^0.12", + "phpstan/phpstan-nette": "^1.0", "tracy/tracy": "^2.7" }, "type": "library", @@ -1660,7 +1758,7 @@ "issues": "https://github.com/nette/schema/issues", "source": "https://github.com/nette/schema/tree/v1.2" }, - "time": "2021-12-12T17:30:34+00:00" + "time": "2022-12-21T00:59:21+00:00" }, { "name": "nette/utils", @@ -1668,24 +1766,26 @@ "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "648cabf9bbb34d438d9807163ae85ccb1c92fc13" + "reference": "0a94bd77ff1775e039aa4416abc9807d12c198ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/648cabf9bbb34d438d9807163ae85ccb1c92fc13", - "reference": "648cabf9bbb34d438d9807163ae85ccb1c92fc13", + "url": "https://api.github.com/repos/nette/utils/zipball/0a94bd77ff1775e039aa4416abc9807d12c198ba", + "reference": "0a94bd77ff1775e039aa4416abc9807d12c198ba", "shasum": "" }, "require": { - "php": ">=8.0 <8.2" + "php": ">=8.0 <8.3" }, "conflict": { - "nette/di": "<3.0.6" + "nette/finder": "<3", + "nette/schema": "<1.2.2" }, "require-dev": { - "nette/tester": "^2.4", + "jetbrains/phpstorm-attributes": "dev-master", + "nette/tester": "^2.5", "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.8" + "tracy/tracy": "^2.9" }, "suggest": { "ext-gd": "to use Image", @@ -1746,20 +1846,20 @@ "issues": "https://github.com/nette/utils/issues", "source": "https://github.com/nette/utils/tree/master" }, - "time": "2022-07-10T15:11:56+00:00" + "time": "2023-04-07T14:16:07+00:00" }, { "name": "nunomaduro/termwind", - "version": "v1.14.0", + "version": "v1.15.1", "source": { "type": "git", "url": "https://github.com/nunomaduro/termwind.git", - "reference": "10065367baccf13b6e30f5e9246fa4f63a79eb1d" + "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/10065367baccf13b6e30f5e9246fa4f63a79eb1d", - "reference": "10065367baccf13b6e30f5e9246fa4f63a79eb1d", + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc", + "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc", "shasum": "" }, "require": { @@ -1816,7 +1916,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/termwind/issues", - "source": "https://github.com/nunomaduro/termwind/tree/v1.14.0" + "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1" }, "funding": [ { @@ -1832,7 +1932,7 @@ "type": "github" } ], - "time": "2022-08-01T11:03:24+00:00" + "time": "2023-02-08T01:06:31+00:00" }, { "name": "phpoption/phpoption", @@ -1840,20 +1940,20 @@ "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab" + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", - "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e", + "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8", - "phpunit/phpunit": "^8.5.28 || ^9.5.21" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" }, "default-branch": true, "type": "library", @@ -1896,7 +1996,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.0" + "source": "https://github.com/schmittjoh/php-option/tree/1.9.1" }, "funding": [ { @@ -1908,7 +2008,7 @@ "type": "tidelift" } ], - "time": "2022-07-30T15:51:26+00:00" + "time": "2023-02-25T19:38:58+00:00" }, { "name": "psr/container", @@ -2122,42 +2222,52 @@ }, { "name": "ramsey/collection", - "version": "1.2.2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", - "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a" + "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a", - "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a", + "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", + "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", "shasum": "" }, "require": { - "php": "^7.3 || ^8", - "symfony/polyfill-php81": "^1.23" + "php": "^8.1" }, "require-dev": { - "captainhook/captainhook": "^5.3", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "ergebnis/composer-normalize": "^2.6", - "fakerphp/faker": "^1.5", - "hamcrest/hamcrest-php": "^2", - "jangregor/phpstan-prophecy": "^0.8", - "mockery/mockery": "^1.3", + "captainhook/plugin-composer": "^5.3", + "ergebnis/composer-normalize": "^2.28.3", + "fakerphp/faker": "^1.21", + "hamcrest/hamcrest-php": "^2.0", + "jangregor/phpstan-prophecy": "^1.0", + "mockery/mockery": "^1.5", + "php-parallel-lint/php-console-highlighter": "^1.0", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpcsstandards/phpcsutils": "^1.0.0-rc1", "phpspec/prophecy-phpunit": "^2.0", - "phpstan/extension-installer": "^1", - "phpstan/phpstan": "^0.12.32", - "phpstan/phpstan-mockery": "^0.12.5", - "phpstan/phpstan-phpunit": "^0.12.11", - "phpunit/phpunit": "^8.5 || ^9", - "psy/psysh": "^0.10.4", - "slevomat/coding-standard": "^6.3", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^4.4" + "phpstan/extension-installer": "^1.2", + "phpstan/phpstan": "^1.9", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5", + "psalm/plugin-mockery": "^1.1", + "psalm/plugin-phpunit": "^0.18.4", + "ramsey/coding-standard": "^2.0.3", + "ramsey/conventional-commits": "^1.3", + "vimeo/psalm": "^5.4" }, "type": "library", + "extra": { + "captainhook": { + "force-install": true + }, + "ramsey/conventional-commits": { + "configFile": "conventional-commits.json" + } + }, "autoload": { "psr-4": { "Ramsey\\Collection\\": "src/" @@ -2185,7 +2295,7 @@ ], "support": { "issues": "https://github.com/ramsey/collection/issues", - "source": "https://github.com/ramsey/collection/tree/1.2.2" + "source": "https://github.com/ramsey/collection/tree/2.0.0" }, "funding": [ { @@ -2197,7 +2307,7 @@ "type": "tidelift" } ], - "time": "2021-10-10T03:01:02+00:00" + "time": "2022-12-31T21:50:55+00:00" }, { "name": "ramsey/uuid", @@ -2205,20 +2315,19 @@ "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "124eee18dae893069e2bdc14121cfcca4fdfc807" + "reference": "8e955307d32dc9b6992440ff81321d3cb09db75a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/124eee18dae893069e2bdc14121cfcca4fdfc807", - "reference": "124eee18dae893069e2bdc14121cfcca4fdfc807", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/8e955307d32dc9b6992440ff81321d3cb09db75a", + "reference": "8e955307d32dc9b6992440ff81321d3cb09db75a", "shasum": "" }, "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10", - "ext-ctype": "*", + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", "ext-json": "*", "php": "^8.0", - "ramsey/collection": "^1.0" + "ramsey/collection": "^1.2 || ^2.0" }, "replace": { "rhumsaa/uuid": "self.version" @@ -2240,13 +2349,13 @@ "phpstan/phpstan-mockery": "^1.1", "phpstan/phpstan-phpunit": "^1.1", "phpunit/phpunit": "^8.5 || ^9", - "slevomat/coding-standard": "^7.0", + "ramsey/composer-repl": "^1.4", + "slevomat/coding-standard": "^8.4", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.9" }, "suggest": { "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", - "ext-ctype": "Enables faster processing of character classification using ctype functions.", "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", @@ -2291,7 +2400,7 @@ "type": "tidelift" } ], - "time": "2022-08-23T16:29:40+00:00" + "time": "2023-03-27T22:05:11+00:00" }, { "name": "stevebauman/location", @@ -2299,24 +2408,24 @@ "source": { "type": "git", "url": "https://github.com/stevebauman/location.git", - "reference": "8ceac08537058138071534d49b17556cae2b656e" + "reference": "49f28e58daa0382bdc571b20f27b3c57c8691f1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stevebauman/location/zipball/8ceac08537058138071534d49b17556cae2b656e", - "reference": "8ceac08537058138071534d49b17556cae2b656e", + "url": "https://api.github.com/repos/stevebauman/location/zipball/49f28e58daa0382bdc571b20f27b3c57c8691f1c", + "reference": "49f28e58daa0382bdc571b20f27b3c57c8691f1c", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "geoip2/geoip2": "^2.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", "php": ">=7.3" }, "require-dev": { "mockery/mockery": "~0.9|^1.0", - "orchestra/testbench": "~3.2|~4.0|^6.0|^7.0", + "orchestra/testbench": "~3.2|~4.0|^6.0|^7.0|^8.0", "pestphp/pest": "^1.21" }, "default-branch": true, @@ -2358,29 +2467,29 @@ ], "support": { "issues": "https://github.com/stevebauman/location/issues", - "source": "https://github.com/stevebauman/location/tree/v6.5.0" + "source": "https://github.com/stevebauman/location/tree/v6.6.2" }, - "time": "2022-05-12T13:11:31+00:00" + "time": "2023-02-27T14:26:23+00:00" }, { "name": "symfony/console", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d1b738dd4c02f3d8cf4da69f53c5ed2f97807c53" + "reference": "22139f9c425d2be619ccbf1bdbabbd67d1060c50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d1b738dd4c02f3d8cf4da69f53c5ed2f97807c53", - "reference": "d1b738dd4c02f3d8cf4da69f53c5ed2f97807c53", + "url": "https://api.github.com/repos/symfony/console/zipball/22139f9c425d2be619ccbf1bdbabbd67d1060c50", + "reference": "22139f9c425d2be619ccbf1bdbabbd67d1060c50", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/service-contracts": "^1.1|^2|^3", + "symfony/service-contracts": "^2.5|^3", "symfony/string": "^5.4|^6.0" }, "conflict": { @@ -2435,12 +2544,12 @@ "homepage": "https://symfony.com", "keywords": [ "cli", - "command line", + "command-line", "console", "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/6.2" + "source": "https://github.com/symfony/console/tree/6.3" }, "funding": [ { @@ -2456,20 +2565,20 @@ "type": "tidelift" } ], - "time": "2022-08-26T15:23:18+00:00" + "time": "2023-04-04T06:17:48+00:00" }, { "name": "symfony/css-selector", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "91c342ffc99283c43653ed8eb47bc2a94db7f398" + "reference": "88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/91c342ffc99283c43653ed8eb47bc2a94db7f398", - "reference": "91c342ffc99283c43653ed8eb47bc2a94db7f398", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf", + "reference": "88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf", "shasum": "" }, "require": { @@ -2505,7 +2614,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/6.2" + "source": "https://github.com/symfony/css-selector/tree/6.3" }, "funding": [ { @@ -2521,7 +2630,7 @@ "type": "tidelift" } ], - "time": "2022-08-26T05:51:22+00:00" + "time": "2023-03-20T16:43:42+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2529,12 +2638,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "4912000e79dc2d6df029d35d8755be1ed79b6691" + "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/4912000e79dc2d6df029d35d8755be1ed79b6691", - "reference": "4912000e79dc2d6df029d35d8755be1ed79b6691", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e", + "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e", "shasum": "" }, "require": { @@ -2544,7 +2653,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.2-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -2573,7 +2682,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/main" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1" }, "funding": [ { @@ -2589,20 +2698,20 @@ "type": "tidelift" } ], - "time": "2022-05-20T13:56:22+00:00" + "time": "2023-03-01T10:25:55+00:00" }, { "name": "symfony/error-handler", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "3d45a72d46c05923a5276847e4a1262b66c15c88" + "reference": "3d79d9f645c00823167c0a356f05a42bbfb20bfc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/3d45a72d46c05923a5276847e4a1262b66c15c88", - "reference": "3d45a72d46c05923a5276847e4a1262b66c15c88", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/3d79d9f645c00823167c0a356f05a42bbfb20bfc", + "reference": "3d79d9f645c00823167c0a356f05a42bbfb20bfc", "shasum": "" }, "require": { @@ -2610,8 +2719,11 @@ "psr/log": "^1|^2|^3", "symfony/var-dumper": "^5.4|^6.0" }, + "conflict": { + "symfony/deprecation-contracts": "<2.5" + }, "require-dev": { - "symfony/deprecation-contracts": "^2.1|^3", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/http-kernel": "^5.4|^6.0", "symfony/serializer": "^5.4|^6.0" }, @@ -2644,7 +2756,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/6.2" + "source": "https://github.com/symfony/error-handler/tree/6.3" }, "funding": [ { @@ -2660,28 +2772,29 @@ "type": "tidelift" } ], - "time": "2022-08-26T15:23:18+00:00" + "time": "2023-04-11T16:03:31+00:00" }, { "name": "symfony/event-dispatcher", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "11c0c0842f98a143719a92e7622d041dffdd938d" + "reference": "3aa523704d095e4dffe7ec8d6a8b212f793ea2ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/11c0c0842f98a143719a92e7622d041dffdd938d", - "reference": "11c0c0842f98a143719a92e7622d041dffdd938d", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3aa523704d095e4dffe7ec8d6a8b212f793ea2ad", + "reference": "3aa523704d095e4dffe7ec8d6a8b212f793ea2ad", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/event-dispatcher-contracts": "^2|^3" + "symfony/event-dispatcher-contracts": "^2.5|^3" }, "conflict": { - "symfony/dependency-injection": "<5.4" + "symfony/dependency-injection": "<5.4", + "symfony/service-contracts": "<2.5" }, "provide": { "psr/event-dispatcher-implementation": "1.0", @@ -2694,7 +2807,7 @@ "symfony/error-handler": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", "symfony/http-foundation": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", + "symfony/service-contracts": "^2.5|^3", "symfony/stopwatch": "^5.4|^6.0" }, "suggest": { @@ -2727,7 +2840,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/6.2" + "source": "https://github.com/symfony/event-dispatcher/tree/6.3" }, "funding": [ { @@ -2743,7 +2856,7 @@ "type": "tidelift" } ], - "time": "2022-08-25T15:27:04+00:00" + "time": "2023-03-20T16:06:12+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -2751,12 +2864,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "6bbedcf195e1aee798d842277dd380bb48491703" + "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/6bbedcf195e1aee798d842277dd380bb48491703", - "reference": "6bbedcf195e1aee798d842277dd380bb48491703", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ad3b6f1e4e2da5690fefe075cd53a238646d8dd", + "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd", "shasum": "" }, "require": { @@ -2770,7 +2883,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.2-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -2807,7 +2920,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/main" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.1" }, "funding": [ { @@ -2823,20 +2936,20 @@ "type": "tidelift" } ], - "time": "2022-05-20T13:56:22+00:00" + "time": "2023-03-01T10:32:47+00:00" }, { "name": "symfony/finder", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "86934162dd6db88ac0f4a5c9813d26c1dddf549f" + "reference": "d9b01ba073c44cef617c7907ce2419f8d00d75e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/86934162dd6db88ac0f4a5c9813d26c1dddf549f", - "reference": "86934162dd6db88ac0f4a5c9813d26c1dddf549f", + "url": "https://api.github.com/repos/symfony/finder/zipball/d9b01ba073c44cef617c7907ce2419f8d00d75e2", + "reference": "d9b01ba073c44cef617c7907ce2419f8d00d75e2", "shasum": "" }, "require": { @@ -2871,7 +2984,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/6.2" + "source": "https://github.com/symfony/finder/tree/6.3" }, "funding": [ { @@ -2887,28 +3000,33 @@ "type": "tidelift" } ], - "time": "2022-07-29T10:25:34+00:00" + "time": "2023-04-02T01:25:41+00:00" }, { "name": "symfony/http-foundation", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "2c034cff26ef148d04a200c87543b209a6400e95" + "reference": "dcce1fc6af9f644ac1e5f5444cc4f33e33e65e4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2c034cff26ef148d04a200c87543b209a6400e95", - "reference": "2c034cff26ef148d04a200c87543b209a6400e95", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/dcce1fc6af9f644ac1e5f5444cc4f33e33e65e4d", + "reference": "dcce1fc6af9f644ac1e5f5444cc4f33e33e65e4d", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-mbstring": "~1.1" + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php83": "^1.27" + }, + "conflict": { + "symfony/cache": "<6.2" }, "require-dev": { + "doctrine/dbal": "^2.13.1|^3.0", "predis/predis": "~1.0", "symfony/cache": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0", @@ -2946,7 +3064,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/6.2" + "source": "https://github.com/symfony/http-foundation/tree/6.3" }, "funding": [ { @@ -2962,29 +3080,29 @@ "type": "tidelift" } ], - "time": "2022-08-26T15:23:18+00:00" + "time": "2023-03-30T09:40:52+00:00" }, { "name": "symfony/http-kernel", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "a82180520acc2949e17619f7d24469bdf8b8ccd0" + "reference": "b2168d689694654e13b7471b70d8b011f72265c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a82180520acc2949e17619f7d24469bdf8b8ccd0", - "reference": "a82180520acc2949e17619f7d24469bdf8b8ccd0", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b2168d689694654e13b7471b70d8b011f72265c8", + "reference": "b2168d689694654e13b7471b70d8b011f72265c8", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "^1|^2|^3", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/error-handler": "^6.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/error-handler": "^6.3", "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-foundation": "^5.4.21|^6.2.7", "symfony/polyfill-ctype": "^1.8" }, "conflict": { @@ -2992,13 +3110,15 @@ "symfony/cache": "<5.4", "symfony/config": "<6.1", "symfony/console": "<5.4", - "symfony/dependency-injection": "<6.2", + "symfony/dependency-injection": "<6.3", "symfony/doctrine-bridge": "<5.4", "symfony/form": "<5.4", "symfony/http-client": "<5.4", + "symfony/http-client-contracts": "<2.5", "symfony/mailer": "<5.4", "symfony/messenger": "<5.4", "symfony/translation": "<5.4", + "symfony/translation-contracts": "<2.5", "symfony/twig-bridge": "<5.4", "symfony/validator": "<5.4", "twig/twig": "<2.13" @@ -3009,19 +3129,20 @@ "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", "symfony/browser-kit": "^5.4|^6.0", + "symfony/clock": "^6.2", "symfony/config": "^6.1", "symfony/console": "^5.4|^6.0", "symfony/css-selector": "^5.4|^6.0", - "symfony/dependency-injection": "^6.2", + "symfony/dependency-injection": "^6.3", "symfony/dom-crawler": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", "symfony/finder": "^5.4|^6.0", - "symfony/http-client-contracts": "^1.1|^2|^3", + "symfony/http-client-contracts": "^2.5|^3", "symfony/process": "^5.4|^6.0", "symfony/routing": "^5.4|^6.0", "symfony/stopwatch": "^5.4|^6.0", "symfony/translation": "^5.4|^6.0", - "symfony/translation-contracts": "^1.1|^2|^3", + "symfony/translation-contracts": "^2.5|^3", "symfony/uid": "^5.4|^6.0", "twig/twig": "^2.13|^3.0.4" }, @@ -3057,7 +3178,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/6.2" + "source": "https://github.com/symfony/http-kernel/tree/6.3" }, "funding": [ { @@ -3073,39 +3194,43 @@ "type": "tidelift" } ], - "time": "2022-08-26T15:23:18+00:00" + "time": "2023-03-28T09:11:57+00:00" }, { "name": "symfony/mailer", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "39a158cb00a80e25b13237363f92336d8730d4fd" + "reference": "1b912f46de9248c62bab5bfc03952671696bb0de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/39a158cb00a80e25b13237363f92336d8730d4fd", - "reference": "39a158cb00a80e25b13237363f92336d8730d4fd", + "url": "https://api.github.com/repos/symfony/mailer/zipball/1b912f46de9248c62bab5bfc03952671696bb0de", + "reference": "1b912f46de9248c62bab5bfc03952671696bb0de", "shasum": "" }, "require": { - "egulias/email-validator": "^2.1.10|^3", + "egulias/email-validator": "^2.1.10|^3|^4", "php": ">=8.1", "psr/event-dispatcher": "^1", "psr/log": "^1|^2|^3", "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/mime": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3" + "symfony/mime": "^6.2", + "symfony/service-contracts": "^2.5|^3" }, "conflict": { + "symfony/http-client-contracts": "<2.5", "symfony/http-kernel": "<5.4", - "symfony/messenger": "<6.2" + "symfony/messenger": "<6.2", + "symfony/mime": "<6.2", + "symfony/twig-bridge": "<6.2.1" }, "require-dev": { "symfony/console": "^5.4|^6.0", - "symfony/http-client-contracts": "^1.1|^2|^3", - "symfony/messenger": "^6.2" + "symfony/http-client": "^5.4|^6.0", + "symfony/messenger": "^6.2", + "symfony/twig-bridge": "^6.2" }, "type": "library", "autoload": { @@ -3133,7 +3258,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/6.2" + "source": "https://github.com/symfony/mailer/tree/6.3" }, "funding": [ { @@ -3149,20 +3274,20 @@ "type": "tidelift" } ], - "time": "2022-08-29T06:59:42+00:00" + "time": "2023-04-02T02:11:49+00:00" }, { "name": "symfony/mime", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "4a469e50a1ec92c400167dd385cee5b1778a8e72" + "reference": "b0ec67a610e633fa31dab9240f8cc3b4d5eeb0be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/4a469e50a1ec92c400167dd385cee5b1778a8e72", - "reference": "4a469e50a1ec92c400167dd385cee5b1778a8e72", + "url": "https://api.github.com/repos/symfony/mime/zipball/b0ec67a610e633fa31dab9240f8cc3b4d5eeb0be", + "reference": "b0ec67a610e633fa31dab9240f8cc3b4d5eeb0be", "shasum": "" }, "require": { @@ -3174,16 +3299,17 @@ "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<5.4" + "symfony/mailer": "<5.4", + "symfony/serializer": "<6.2" }, "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1", + "egulias/email-validator": "^2.1.10|^3.1|^4", "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/dependency-injection": "^5.4|^6.0", "symfony/property-access": "^5.4|^6.0", "symfony/property-info": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0" + "symfony/serializer": "^6.2" }, "type": "library", "autoload": { @@ -3215,7 +3341,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/6.2" + "source": "https://github.com/symfony/mime/tree/6.3" }, "funding": [ { @@ -3231,7 +3357,7 @@ "type": "tidelift" } ], - "time": "2022-08-25T15:27:04+00:00" + "time": "2023-04-02T02:11:49+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3239,12 +3365,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", "shasum": "" }, "require": { @@ -3260,7 +3386,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3298,7 +3424,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/main" }, "funding": [ { @@ -3314,7 +3440,7 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-intl-grapheme", @@ -3322,12 +3448,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "433d05519ce6990bf3530fba6957499d327395c2" + "reference": "875e90aeea2777b6f135677f618529449334a612" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", - "reference": "433d05519ce6990bf3530fba6957499d327395c2", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", + "reference": "875e90aeea2777b6f135677f618529449334a612", "shasum": "" }, "require": { @@ -3340,7 +3466,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3380,7 +3506,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/main" }, "funding": [ { @@ -3396,7 +3522,7 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-intl-idn", @@ -3404,12 +3530,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8" + "reference": "ecaafce9f77234a6a449d29e49267ba10499116d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", - "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d", + "reference": "ecaafce9f77234a6a449d29e49267ba10499116d", "shasum": "" }, "require": { @@ -3424,7 +3550,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3468,7 +3594,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/main" }, "funding": [ { @@ -3484,7 +3610,7 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2023-01-26T09:30:37+00:00" }, { "name": "symfony/polyfill-intl-normalizer", @@ -3492,12 +3618,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", "shasum": "" }, "require": { @@ -3510,7 +3636,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3553,7 +3679,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/main" }, "funding": [ { @@ -3569,7 +3695,7 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -3577,12 +3703,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + "reference": "f9c7affe77a00ae32ca127ca6833d034e6d33f25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f9c7affe77a00ae32ca127ca6833d034e6d33f25", + "reference": "f9c7affe77a00ae32ca127ca6833d034e6d33f25", "shasum": "" }, "require": { @@ -3598,7 +3724,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3637,7 +3763,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/main" }, "funding": [ { @@ -3653,7 +3779,7 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2023-01-30T17:25:47+00:00" }, { "name": "symfony/polyfill-php72", @@ -3661,12 +3787,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", - "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179", + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179", "shasum": "" }, "require": { @@ -3676,7 +3802,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3714,7 +3840,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php72/tree/main" }, "funding": [ { @@ -3730,7 +3856,7 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php80", @@ -3738,12 +3864,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "shasum": "" }, "require": { @@ -3753,7 +3879,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3798,7 +3924,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php80/tree/main" }, "funding": [ { @@ -3814,30 +3940,31 @@ "type": "tidelift" } ], - "time": "2022-05-10T07:21:04+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { - "name": "symfony/polyfill-php81", + "name": "symfony/polyfill-php83", "version": "dev-main", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + "url": "https://github.com/symfony/polyfill-php83.git", + "reference": "4d30d60ba762ce6792e014576b57fa48ad5c5a68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/4d30d60ba762ce6792e014576b57fa48ad5c5a68", + "reference": "4d30d60ba762ce6792e014576b57fa48ad5c5a68", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "symfony/polyfill-php80": "^1.14" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3849,11 +3976,8 @@ "bootstrap.php" ], "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, - "classmap": [ - "Resources/stubs" - ] + "Symfony\\Polyfill\\Php83\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3869,7 +3993,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -3878,7 +4002,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php83/tree/main" }, "funding": [ { @@ -3894,20 +4018,103 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2023-01-26T09:26:14+00:00" + }, + { + "name": "symfony/polyfill-uuid", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-uuid.git", + "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9c44518a5aff8da565c8a55dbe85d2769e6f630e", + "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-uuid": "*" + }, + "suggest": { + "ext-uuid": "For best performance" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.28-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Uuid\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Grégoire Pineau", + "email": "lyrixx@lyrixx.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for uuid functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "uuid" + ], + "support": { + "source": "https://github.com/symfony/polyfill-uuid/tree/main" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/process", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "00db88f2b2c541c5c61e05056d9d18eaa11493a9" + "reference": "32ac96fb0c7ae1194c9e660701e73d6868469bba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/00db88f2b2c541c5c61e05056d9d18eaa11493a9", - "reference": "00db88f2b2c541c5c61e05056d9d18eaa11493a9", + "url": "https://api.github.com/repos/symfony/process/zipball/32ac96fb0c7ae1194c9e660701e73d6868469bba", + "reference": "32ac96fb0c7ae1194c9e660701e73d6868469bba", "shasum": "" }, "require": { @@ -3939,7 +4146,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/6.2" + "source": "https://github.com/symfony/process/tree/6.3" }, "funding": [ { @@ -3955,20 +4162,20 @@ "type": "tidelift" } ], - "time": "2022-08-25T15:27:04+00:00" + "time": "2023-04-02T01:25:41+00:00" }, { "name": "symfony/routing", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "ab2b2b074e42c643a3e049f29174ff0f47a90855" + "reference": "8ca22cb598230478c23c5c7520179d123d51841c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/ab2b2b074e42c643a3e049f29174ff0f47a90855", - "reference": "ab2b2b074e42c643a3e049f29174ff0f47a90855", + "url": "https://api.github.com/repos/symfony/routing/zipball/8ca22cb598230478c23c5c7520179d123d51841c", + "reference": "8ca22cb598230478c23c5c7520179d123d51841c", "shasum": "" }, "require": { @@ -3976,14 +4183,14 @@ }, "conflict": { "doctrine/annotations": "<1.12", - "symfony/config": "<5.4", + "symfony/config": "<6.2", "symfony/dependency-injection": "<5.4", "symfony/yaml": "<5.4" }, "require-dev": { - "doctrine/annotations": "^1.12", + "doctrine/annotations": "^1.12|^2", "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", + "symfony/config": "^6.2", "symfony/dependency-injection": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", "symfony/http-foundation": "^5.4|^6.0", @@ -4027,7 +4234,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/6.2" + "source": "https://github.com/symfony/routing/tree/6.3" }, "funding": [ { @@ -4043,7 +4250,7 @@ "type": "tidelift" } ], - "time": "2022-08-26T15:23:18+00:00" + "time": "2023-04-03T14:56:06+00:00" }, { "name": "symfony/service-contracts", @@ -4051,12 +4258,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "cb82f217a2029131afbcbd220c511d0d77ebed19" + "reference": "a8c9cedf55f314f3a186041d19537303766df09a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/cb82f217a2029131afbcbd220c511d0d77ebed19", - "reference": "cb82f217a2029131afbcbd220c511d0d77ebed19", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a8c9cedf55f314f3a186041d19537303766df09a", + "reference": "a8c9cedf55f314f3a186041d19537303766df09a", "shasum": "" }, "require": { @@ -4073,7 +4280,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.2-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -4113,7 +4320,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/main" + "source": "https://github.com/symfony/service-contracts/tree/v3.2.1" }, "funding": [ { @@ -4129,20 +4336,20 @@ "type": "tidelift" } ], - "time": "2022-05-30T19:19:18+00:00" + "time": "2023-03-01T10:32:47+00:00" }, { "name": "symfony/string", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "6fbb07a456ddea2755d4dd6953d0b7f0bbf8e2ac" + "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/6fbb07a456ddea2755d4dd6953d0b7f0bbf8e2ac", - "reference": "6fbb07a456ddea2755d4dd6953d0b7f0bbf8e2ac", + "url": "https://api.github.com/repos/symfony/string/zipball/f2e190ee75ff0f5eced645ec0be5c66fac81f51f", + "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f", "shasum": "" }, "require": { @@ -4153,13 +4360,13 @@ "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/translation-contracts": "<2.0" + "symfony/translation-contracts": "<2.5" }, "require-dev": { "symfony/error-handler": "^5.4|^6.0", "symfony/http-client": "^5.4|^6.0", "symfony/intl": "^6.2", - "symfony/translation-contracts": "^2.0|^3.0", + "symfony/translation-contracts": "^2.5|^3.0", "symfony/var-exporter": "^5.4|^6.0" }, "type": "library", @@ -4199,7 +4406,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/6.2" + "source": "https://github.com/symfony/string/tree/6.3" }, "funding": [ { @@ -4215,32 +4422,34 @@ "type": "tidelift" } ], - "time": "2022-08-25T15:27:04+00:00" + "time": "2023-03-21T21:06:29+00:00" }, { "name": "symfony/translation", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "ce1fa4321a99a777f36c4561df8f8dbe66f908a4" + "reference": "523d4b878d6b5136a3ddef19a02c2e951eba729c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/ce1fa4321a99a777f36c4561df8f8dbe66f908a4", - "reference": "ce1fa4321a99a777f36c4561df8f8dbe66f908a4", + "url": "https://api.github.com/repos/symfony/translation/zipball/523d4b878d6b5136a3ddef19a02c2e951eba729c", + "reference": "523d4b878d6b5136a3ddef19a02c2e951eba729c", "shasum": "" }, "require": { "php": ">=8.1", "symfony/polyfill-mbstring": "~1.0", - "symfony/translation-contracts": "^2.3|^3.0" + "symfony/translation-contracts": "^2.5|^3.0" }, "conflict": { "symfony/config": "<5.4", "symfony/console": "<5.4", "symfony/dependency-injection": "<5.4", + "symfony/http-client-contracts": "<2.5", "symfony/http-kernel": "<5.4", + "symfony/service-contracts": "<2.5", "symfony/twig-bundle": "<5.4", "symfony/yaml": "<5.4" }, @@ -4248,20 +4457,22 @@ "symfony/translation-implementation": "2.3|3.0" }, "require-dev": { + "nikic/php-parser": "^4.13", "psr/log": "^1|^2|^3", "symfony/config": "^5.4|^6.0", "symfony/console": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0", "symfony/finder": "^5.4|^6.0", - "symfony/http-client-contracts": "^1.1|^2.0|^3.0", + "symfony/http-client-contracts": "^2.5|^3.0", "symfony/http-kernel": "^5.4|^6.0", "symfony/intl": "^5.4|^6.0", "symfony/polyfill-intl-icu": "^1.21", "symfony/routing": "^5.4|^6.0", - "symfony/service-contracts": "^1.1.2|^2|^3", + "symfony/service-contracts": "^2.5|^3", "symfony/yaml": "^5.4|^6.0" }, "suggest": { + "nikic/php-parser": "To use PhpAstExtractor", "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" @@ -4295,7 +4506,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/6.2" + "source": "https://github.com/symfony/translation/tree/6.3" }, "funding": [ { @@ -4311,7 +4522,7 @@ "type": "tidelift" } ], - "time": "2022-08-26T15:23:18+00:00" + "time": "2023-04-08T07:25:02+00:00" }, { "name": "symfony/translation-contracts", @@ -4319,12 +4530,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "3345949cca10d564606f0b11e4a53f8030c3701f" + "reference": "dfec258b9dd17a6b24420d464c43bffe347441c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/3345949cca10d564606f0b11e4a53f8030c3701f", - "reference": "3345949cca10d564606f0b11e4a53f8030c3701f", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/dfec258b9dd17a6b24420d464c43bffe347441c8", + "reference": "dfec258b9dd17a6b24420d464c43bffe347441c8", "shasum": "" }, "require": { @@ -4337,7 +4548,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.2-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -4377,7 +4588,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/main" + "source": "https://github.com/symfony/translation-contracts/tree/v3.2.1" }, "funding": [ { @@ -4393,20 +4604,94 @@ "type": "tidelift" } ], - "time": "2022-06-27T17:32:32+00:00" + "time": "2023-03-01T10:32:47+00:00" + }, + { + "name": "symfony/uid", + "version": "6.3.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/uid.git", + "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/uid/zipball/01b0f20b1351d997711c56f1638f7a8c3061e384", + "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/polyfill-uuid": "^1.15" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Uid\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Grégoire Pineau", + "email": "lyrixx@lyrixx.info" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides an object-oriented API to generate and represent UIDs", + "homepage": "https://symfony.com", + "keywords": [ + "UID", + "ulid", + "uuid" + ], + "support": { + "source": "https://github.com/symfony/uid/tree/6.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-04-08T07:25:02+00:00" }, { "name": "symfony/var-dumper", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "adb7e9e8af98148efa68e7bfa590366cb36f393b" + "reference": "cb21bc93f2fe7c0b9859bce455635cfd4658c2f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/adb7e9e8af98148efa68e7bfa590366cb36f393b", - "reference": "adb7e9e8af98148efa68e7bfa590366cb36f393b", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cb21bc93f2fe7c0b9859bce455635cfd4658c2f3", + "reference": "cb21bc93f2fe7c0b9859bce455635cfd4658c2f3", "shasum": "" }, "require": { @@ -4465,7 +4750,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/6.2" + "source": "https://github.com/symfony/var-dumper/tree/6.3" }, "funding": [ { @@ -4481,7 +4766,7 @@ "type": "tidelift" } ], - "time": "2022-08-26T15:23:18+00:00" + "time": "2023-04-05T09:41:04+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -4489,12 +4774,12 @@ "source": { "type": "git", "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", - "reference": "4ab4fe46e3d39768f0755bfa46b6b39172622c0d" + "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/4ab4fe46e3d39768f0755bfa46b6b39172622c0d", - "reference": "4ab4fe46e3d39768f0755bfa46b6b39172622c0d", + "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c", + "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c", "shasum": "" }, "require": { @@ -4533,9 +4818,9 @@ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "support": { "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues", - "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/master" + "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6" }, - "time": "2022-01-27T16:51:34+00:00" + "time": "2023-01-03T09:29:04+00:00" }, { "name": "vlucas/phpdotenv", @@ -4543,12 +4828,12 @@ "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "dd46c263f277573244c517bac125a78f67b83a98" + "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/dd46c263f277573244c517bac125a78f67b83a98", - "reference": "dd46c263f277573244c517bac125a78f67b83a98", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", + "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", "shasum": "" }, "require": { @@ -4563,7 +4848,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "ext-filter": "*", - "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10" + "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25" }, "suggest": { "ext-filter": "Required to use the boolean validator." @@ -4571,8 +4856,12 @@ "default-branch": true, "type": "library", "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": true + }, "branch-alias": { - "dev-master": "5.4-dev" + "dev-master": "5.5-dev" } }, "autoload": { @@ -4604,7 +4893,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/master" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0" }, "funding": [ { @@ -4616,7 +4905,7 @@ "type": "tidelift" } ], - "time": "2021-12-17T00:42:26+00:00" + "time": "2022-10-16T01:01:54+00:00" }, { "name": "voku/portable-ascii", @@ -4754,31 +5043,32 @@ "packages-dev": [ { "name": "doctrine/instantiator", - "version": "1.5.x-dev", + "version": "2.0.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" + "reference": "d6eef505a6c46e963e54bf73bb9de43cdea70821" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", - "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d6eef505a6c46e963e54bf73bb9de43cdea70821", + "reference": "d6eef505a6c46e963e54bf73bb9de43cdea70821", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^9", + "doctrine/coding-standard": "^11", "ext-pdo": "*", "ext-phar": "*", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.22" + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^5.4" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -4804,7 +5094,7 @@ ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.4.x" + "source": "https://github.com/doctrine/instantiator/tree/2.0.x" }, "funding": [ { @@ -4820,7 +5110,7 @@ "type": "tidelift" } ], - "time": "2022-03-03T08:28:38+00:00" + "time": "2023-01-04T15:42:40+00:00" }, { "name": "fakerphp/faker", @@ -4828,16 +5118,16 @@ "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "eebc34ab379e7b7cb48f6d0e0f49378b00cafeff" + "reference": "e43a73207c7ab3a081c3cd7d2f1df32c06ef33ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/eebc34ab379e7b7cb48f6d0e0f49378b00cafeff", - "reference": "eebc34ab379e7b7cb48f6d0e0f49378b00cafeff", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e43a73207c7ab3a081c3cd7d2f1df32c06ef33ba", + "reference": "e43a73207c7ab3a081c3cd7d2f1df32c06ef33ba", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0", + "php": "^7.4 || ^8.0", "psr/container": "^1.0 || ^2.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, @@ -4848,7 +5138,8 @@ "bamarni/composer-bin-plugin": "^1.4.1", "doctrine/persistence": "^1.3 || ^2.0", "ext-intl": "*", - "symfony/phpunit-bridge": "^4.4 || ^5.2" + "phpunit/phpunit": "^9.5.26", + "symfony/phpunit-bridge": "^5.4.16" }, "suggest": { "doctrine/orm": "Required to use Faker\\ORM\\Doctrine", @@ -4861,7 +5152,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "v1.20-dev" + "dev-main": "v1.21-dev" } }, "autoload": { @@ -4888,7 +5179,7 @@ "issues": "https://github.com/FakerPHP/Faker/issues", "source": "https://github.com/FakerPHP/Faker/tree/main" }, - "time": "2022-08-01T20:21:39+00:00" + "time": "2023-04-02T16:53:22+00:00" }, { "name": "guzzlehttp/psr7", @@ -4896,12 +5187,12 @@ "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379" + "reference": "bfe7c39159e6b6ff7f5cc7e7af1a086f8fec6ef0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379", - "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/bfe7c39159e6b6ff7f5cc7e7af1a086f8fec6ef0", + "reference": "bfe7c39159e6b6ff7f5cc7e7af1a086f8fec6ef0", "shasum": "" }, "require": { @@ -4992,7 +5283,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.4.1" + "source": "https://github.com/guzzle/psr7/tree/master" }, "funding": [ { @@ -5008,7 +5299,7 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:45:39+00:00" + "time": "2023-04-08T21:54:23+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -5016,12 +5307,12 @@ "source": { "type": "git", "url": "https://github.com/hamcrest/hamcrest-php.git", - "reference": "f7d2c6387a887aba9ce5d131ec43349b8c4b92b5" + "reference": "d34238d1651eb62fc39ab4efe26df74dc293ebbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f7d2c6387a887aba9ce5d131ec43349b8c4b92b5", - "reference": "f7d2c6387a887aba9ce5d131ec43349b8c4b92b5", + "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/d34238d1651eb62fc39ab4efe26df74dc293ebbb", + "reference": "d34238d1651eb62fc39ab4efe26df74dc293ebbb", "shasum": "" }, "require": { @@ -5060,20 +5351,20 @@ "issues": "https://github.com/hamcrest/hamcrest-php/issues", "source": "https://github.com/hamcrest/hamcrest-php/tree/master" }, - "time": "2022-08-20T13:29:30+00:00" + "time": "2022-11-06T05:05:05+00:00" }, { "name": "laravel/pint", - "version": "v1.1.2", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "ebfe95b446e4395eba1eefb8615214fb55163165" + "reference": "4b8f2ef22bfcddd1d163cfd282e3f42ee1a5cce2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/ebfe95b446e4395eba1eefb8615214fb55163165", - "reference": "ebfe95b446e4395eba1eefb8615214fb55163165", + "url": "https://api.github.com/repos/laravel/pint/zipball/4b8f2ef22bfcddd1d163cfd282e3f42ee1a5cce2", + "reference": "4b8f2ef22bfcddd1d163cfd282e3f42ee1a5cce2", "shasum": "" }, "require": { @@ -5081,16 +5372,16 @@ "ext-mbstring": "*", "ext-tokenizer": "*", "ext-xml": "*", - "php": "^8.0" + "php": "^8.1.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.10.0", - "illuminate/view": "^9.26.0", - "laravel-zero/framework": "^9.1.3", - "mockery/mockery": "^1.5.0", - "nunomaduro/larastan": "^2.1.12", - "nunomaduro/termwind": "^1.14.0", - "pestphp/pest": "^1.22.0" + "friendsofphp/php-cs-fixer": "^3.16.0", + "illuminate/view": "^10.5.1", + "laravel-zero/framework": "^10.0.2", + "mockery/mockery": "^1.5.1", + "nunomaduro/larastan": "^2.5.1", + "nunomaduro/termwind": "^1.15.1", + "pestphp/pest": "^2.4.0" }, "bin": [ "builds/pint" @@ -5126,20 +5417,20 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2022-08-30T15:28:20+00:00" + "time": "2023-04-04T13:08:09+00:00" }, { "name": "mockery/mockery", - "version": "1.5.0", + "version": "1.5.x-dev", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac" + "reference": "9ad050f4d5c838e60885d56f808dcafc56383805" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac", - "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac", + "url": "https://api.github.com/repos/mockery/mockery/zipball/9ad050f4d5c838e60885d56f808dcafc56383805", + "reference": "9ad050f4d5c838e60885d56f808dcafc56383805", "shasum": "" }, "require": { @@ -5196,9 +5487,9 @@ ], "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/master" }, - "time": "2022-01-20T13:18:17+00:00" + "time": "2023-03-07T14:41:21+00:00" }, { "name": "myclabs/deep-copy", @@ -5206,12 +5497,12 @@ "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + "reference": "928a96f585b86224ebc78f8f09d0482cf15b04f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/928a96f585b86224ebc78f8f09d0482cf15b04f5", + "reference": "928a96f585b86224ebc78f8f09d0482cf15b04f5", "shasum": "" }, "require": { @@ -5219,11 +5510,12 @@ }, "conflict": { "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3,<3.2.2" + "doctrine/common": "<2.13.3 || >=3 <3.2.2" }, "require-dev": { "doctrine/collections": "^1.6.8", "doctrine/common": "^2.13.3 || ^3.2.2", + "phpspec/prophecy": "^1.10", "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "default-branch": true, @@ -5250,7 +5542,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + "source": "https://github.com/myclabs/DeepCopy/tree/1.x" }, "funding": [ { @@ -5258,7 +5550,7 @@ "type": "tidelift" } ], - "time": "2022-03-03T13:19:32+00:00" + "time": "2023-03-08T17:24:01+00:00" }, { "name": "nikic/php-parser", @@ -5266,12 +5558,12 @@ "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "2d589921f23d869846a52c541247e0bafca61ab3" + "reference": "0ffddce52d816f72d0efc4d9b02e276d3309ef01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2d589921f23d869846a52c541247e0bafca61ab3", - "reference": "2d589921f23d869846a52c541247e0bafca61ab3", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ffddce52d816f72d0efc4d9b02e276d3309ef01", + "reference": "0ffddce52d816f72d0efc4d9b02e276d3309ef01", "shasum": "" }, "require": { @@ -5282,6 +5574,7 @@ "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" }, + "default-branch": true, "bin": [ "bin/php-parse" ], @@ -5314,7 +5607,7 @@ "issues": "https://github.com/nikic/PHP-Parser/issues", "source": "https://github.com/nikic/PHP-Parser/tree/4.x" }, - "time": "2022-06-04T10:44:36+00:00" + "time": "2023-03-06T22:12:36+00:00" }, { "name": "orchestra/testbench", @@ -5322,27 +5615,26 @@ "source": { "type": "git", "url": "https://github.com/orchestral/testbench.git", - "reference": "82c95f911347b5e35a9209e47925ac8afb11ae6e" + "reference": "ab7c4b922afae6510667ee68a61ef512d4a69994" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench/zipball/82c95f911347b5e35a9209e47925ac8afb11ae6e", - "reference": "82c95f911347b5e35a9209e47925ac8afb11ae6e", + "url": "https://api.github.com/repos/orchestral/testbench/zipball/ab7c4b922afae6510667ee68a61ef512d4a69994", + "reference": "ab7c4b922afae6510667ee68a61ef512d4a69994", "shasum": "" }, "require": { - "fakerphp/faker": "^1.9.2", - "laravel/framework": "^9.19", - "mockery/mockery": "^1.4.4", - "orchestra/testbench-core": "^7.7", + "fakerphp/faker": "^1.21", + "laravel/framework": "^9.52.4", + "mockery/mockery": "^1.5.1", + "orchestra/testbench-core": "^7.24.1", "php": "^8.0", "phpunit/phpunit": "^9.5.10", - "spatie/laravel-ray": "^1.28", - "symfony/process": "^6.0", - "symfony/yaml": "^6.0", + "spatie/laravel-ray": "^1.32.4", + "symfony/process": "^6.0.9", + "symfony/yaml": "^6.0.9", "vlucas/phpdotenv": "^5.4.1" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -5365,26 +5657,16 @@ "keywords": [ "BDD", "TDD", + "dev", "laravel", - "orchestra-platform", - "orchestral", + "laravel-packages", "testing" ], "support": { "issues": "https://github.com/orchestral/testbench/issues", - "source": "https://github.com/orchestral/testbench/tree/v7.7.0" + "source": "https://github.com/orchestral/testbench/tree/7.x" }, - "funding": [ - { - "url": "https://paypal.me/crynobone", - "type": "custom" - }, - { - "url": "https://liberapay.com/crynobone", - "type": "liberapay" - } - ], - "time": "2022-08-24T01:46:37+00:00" + "time": "2023-04-04T16:02:16+00:00" }, { "name": "orchestra/testbench-core", @@ -5392,42 +5674,42 @@ "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "4f861e993a990f4ea33d44c82bd69fd463bd769f" + "reference": "1f29cd3cb23a64d80d8bd6efc33c662efa3cbef0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/4f861e993a990f4ea33d44c82bd69fd463bd769f", - "reference": "4f861e993a990f4ea33d44c82bd69fd463bd769f", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/1f29cd3cb23a64d80d8bd6efc33c662efa3cbef0", + "reference": "1f29cd3cb23a64d80d8bd6efc33c662efa3cbef0", "shasum": "" }, "require": { "php": "^8.0" }, "require-dev": { - "fakerphp/faker": "^1.9.2", - "laravel/framework": "^9.19", - "laravel/laravel": "9.x-dev", - "laravel/pint": "^1.1", - "mockery/mockery": "^1.4.4", + "fakerphp/faker": "^1.21", + "laravel/framework": "^9.52.4", + "laravel/pint": "^1.4", + "mockery/mockery": "^1.5.1", "orchestra/canvas": "^7.0", + "phpstan/phpstan": "^1.10.7", "phpunit/phpunit": "^9.5.10", - "symfony/process": "^6.0", - "symfony/yaml": "^6.0", + "spatie/laravel-ray": "^1.32.4", + "symfony/process": "^6.0.9", + "symfony/yaml": "^6.0.9", "vlucas/phpdotenv": "^5.4.1" }, "suggest": { "brianium/paratest": "Allow using parallel tresting (^6.4).", - "fakerphp/faker": "Allow using Faker for testing (^1.9.2).", - "laravel/framework": "Required for testing (^9.19).", - "mockery/mockery": "Allow using Mockery for testing (^1.4.4).", + "fakerphp/faker": "Allow using Faker for testing (^1.21).", + "laravel/framework": "Required for testing (^9.52.4).", + "mockery/mockery": "Allow using Mockery for testing (^1.5.1).", "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^6.2).", "orchestra/testbench-browser-kit": "Allow using legacy Laravel BrowserKit for testing (^7.0).", "orchestra/testbench-dusk": "Allow using Laravel Dusk for testing (^7.0).", "phpunit/phpunit": "Allow using PHPUnit for testing (^9.5.10).", - "symfony/yaml": "Required for CLI Commander (^6.0).", + "symfony/yaml": "Required for CLI Commander (^6.0.9).", "vlucas/phpdotenv": "Required for CLI Commander (^5.4.1)." }, - "default-branch": true, "bin": [ "testbench" ], @@ -5461,26 +5743,16 @@ "keywords": [ "BDD", "TDD", + "dev", "laravel", - "orchestra-platform", - "orchestral", + "laravel-packages", "testing" ], "support": { "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench-core" }, - "funding": [ - { - "url": "https://paypal.me/crynobone", - "type": "custom" - }, - { - "url": "https://liberapay.com/crynobone", - "type": "liberapay" - } - ], - "time": "2022-08-24T01:29:09+00:00" + "time": "2023-04-11T08:00:52+00:00" }, { "name": "phar-io/manifest", @@ -5607,19 +5879,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8" + "reference": "db887088b40ae43d17b9913886df860a7035145d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa94dc41e8661fe90c7316849907cba3007b10d8", - "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/db887088b40ae43d17b9913886df860a7035145d", + "reference": "db887088b40ae43d17b9913886df860a7035145d", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", + "nikic/php-parser": "^4.15", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -5634,8 +5906,8 @@ "phpunit/phpunit": "^9.3" }, "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" + "ext-pcov": "PHP extension that provides line coverage", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "type": "library", "extra": { @@ -5668,7 +5940,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.17" + "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2" }, "funding": [ { @@ -5676,7 +5949,7 @@ "type": "github" } ], - "time": "2022-08-30T12:24:04+00:00" + "time": "2023-04-04T09:22:25+00:00" }, { "name": "phpunit/php-file-iterator", @@ -5921,20 +6194,20 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.x-dev", + "version": "9.6.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5" + "reference": "5a0a0de422fc800268b8819f42994c5aad024628" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d0aa6097bef9fd42458a9b3c49da32c6ce6129c5", - "reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5a0a0de422fc800268b8819f42994c5aad024628", + "reference": "5a0a0de422fc800268b8819f42994c5aad024628", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1", + "doctrine/instantiator": "^1.3.1 || ^2", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", @@ -5952,19 +6225,19 @@ "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": { - "ext-soap": "*", - "ext-xdebug": "*" + "ext-soap": "To be able to generate mocks based on WSDL files", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "bin": [ "phpunit" @@ -5972,7 +6245,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.5-dev" + "dev-master": "9.6-dev" } }, "autoload": { @@ -6003,7 +6276,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.24" + "security": "https://github.com/sebastianbergmann/phpunit/security/policy", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6" }, "funding": [ { @@ -6013,9 +6287,13 @@ { "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": "2023-04-11T13:00:21+00:00" }, { "name": "pimple/pimple", @@ -6076,17 +6354,17 @@ "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "5a4f141ac2e5bc35e615134f127e1833158d2944" + "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/5a4f141ac2e5bc35e615134f127e1833158d2944", - "reference": "5a4f141ac2e5bc35e615134f127e1833158d2944", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { "php": ">=7.0.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "default-branch": true, "type": "library", @@ -6122,32 +6400,31 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/master" + "source": "https://github.com/php-fig/http-factory/tree/1.0.2" }, - "time": "2022-07-14T07:21:53+00:00" + "time": "2023-04-10T20:10:41+00:00" }, { "name": "psr/http-message", - "version": "dev-master", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4" + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4", - "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -6176,9 +6453,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/1.1" }, - "time": "2019-08-29T13:16:46+00:00" + "time": "2023-04-04T09:50:52+00:00" }, { "name": "ralouphie/getallheaders", @@ -6393,16 +6670,16 @@ }, { "name": "sebastian/comparator", - "version": "4.0.6", + "version": "4.0.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "55f4261989e546dc112258c7a75935a81a7ce382" + "reference": "b247957a1c8dc81a671770f74b479c0a78a818f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382", - "reference": "55f4261989e546dc112258c7a75935a81a7ce382", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b247957a1c8dc81a671770f74b479c0a78a818f1", + "reference": "b247957a1c8dc81a671770f74b479c0a78a818f1", "shasum": "" }, "require": { @@ -6455,7 +6732,7 @@ ], "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" }, "funding": [ { @@ -6463,7 +6740,7 @@ "type": "github" } ], - "time": "2020-10-26T15:49:45+00:00" + "time": "2022-09-14T12:46:14+00:00" }, { "name": "sebastian/complexity", @@ -6594,12 +6871,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "3fade0c8462024d0426a00dc1ad0a2fda0df733f" + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/3fade0c8462024d0426a00dc1ad0a2fda0df733f", - "reference": "3fade0c8462024d0426a00dc1ad0a2fda0df733f", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", "shasum": "" }, "require": { @@ -6649,7 +6926,7 @@ "type": "github" } ], - "time": "2022-04-14T11:24:33+00:00" + "time": "2023-02-03T06:03:51+00:00" }, { "name": "sebastian/exporter", @@ -6657,12 +6934,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "428c31e2ea8b292aa814bc460cf28d58eba4d2ba" + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/428c31e2ea8b292aa814bc460cf28d58eba4d2ba", - "reference": "428c31e2ea8b292aa814bc460cf28d58eba4d2ba", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", "shasum": "" }, "require": { @@ -6726,7 +7003,7 @@ "type": "github" } ], - "time": "2022-03-06T06:59:32+00:00" + "time": "2022-09-14T06:03:37+00:00" }, { "name": "sebastian/global-state", @@ -6967,12 +7244,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "e3a614438af7f71eaa6fc8e406be8a3aa5c34595" + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e3a614438af7f71eaa6fc8e406be8a3aa5c34595", - "reference": "e3a614438af7f71eaa6fc8e406be8a3aa5c34595", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", "shasum": "" }, "require": { @@ -7014,7 +7291,7 @@ "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0" + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" }, "funding": [ { @@ -7022,7 +7299,7 @@ "type": "github" } ], - "time": "2022-07-30T08:13:09+00:00" + "time": "2023-02-03T06:07:39+00:00" }, { "name": "sebastian/resource-operations", @@ -7030,12 +7307,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "b7a390ae3651f7ba3675d8364bff396e87931554" + "reference": "20bdda85c7c585ab265c0c37ec052a019bae29c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/b7a390ae3651f7ba3675d8364bff396e87931554", - "reference": "b7a390ae3651f7ba3675d8364bff396e87931554", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/20bdda85c7c585ab265c0c37ec052a019bae29c4", + "reference": "20bdda85c7c585ab265c0c37ec052a019bae29c4", "shasum": "" }, "require": { @@ -7077,20 +7354,20 @@ "type": "github" } ], - "time": "2022-06-14T05:05:56+00:00" + "time": "2023-03-25T08:11:39+00:00" }, { "name": "sebastian/type", - "version": "3.1.x-dev", + "version": "3.2.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "fb44e1cc6e557418387ad815780360057e40753e" + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb44e1cc6e557418387ad815780360057e40753e", - "reference": "fb44e1cc6e557418387ad815780360057e40753e", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", "shasum": "" }, "require": { @@ -7102,7 +7379,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "3.2-dev" } }, "autoload": { @@ -7125,7 +7402,7 @@ "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" }, "funding": [ { @@ -7133,7 +7410,7 @@ "type": "github" } ], - "time": "2022-08-29T06:55:37+00:00" + "time": "2023-02-03T06:13:03+00:00" }, { "name": "sebastian/version", @@ -7190,16 +7467,16 @@ }, { "name": "spatie/backtrace", - "version": "1.2.1", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/spatie/backtrace.git", - "reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b" + "reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/backtrace/zipball/4ee7d41aa5268107906ea8a4d9ceccde136dbd5b", - "reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b", + "url": "https://api.github.com/repos/spatie/backtrace/zipball/ec4dd16476b802dbdc6b4467f84032837e316b8c", + "reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c", "shasum": "" }, "require": { @@ -7208,6 +7485,7 @@ "require-dev": { "ext-json": "*", "phpunit/phpunit": "^9.3", + "spatie/phpunit-snapshot-assertions": "^4.2", "symfony/var-dumper": "^5.1" }, "type": "library", @@ -7235,8 +7513,7 @@ "spatie" ], "support": { - "issues": "https://github.com/spatie/backtrace/issues", - "source": "https://github.com/spatie/backtrace/tree/1.2.1" + "source": "https://github.com/spatie/backtrace/tree/1.4.0" }, "funding": [ { @@ -7248,41 +7525,42 @@ "type": "other" } ], - "time": "2021-11-09T10:57:15+00:00" + "time": "2023-03-04T08:57:24+00:00" }, { "name": "spatie/laravel-ray", - "version": "1.30.0", + "version": "1.32.4", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ray.git", - "reference": "1afe8d38cf13e9f7d0f6438e67bca71c3ed8d1f6" + "reference": "2274653f0a90dd87fbb887437be1c1ea1388a47c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/1afe8d38cf13e9f7d0f6438e67bca71c3ed8d1f6", - "reference": "1afe8d38cf13e9f7d0f6438e67bca71c3ed8d1f6", + "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/2274653f0a90dd87fbb887437be1c1ea1388a47c", + "reference": "2274653f0a90dd87fbb887437be1c1ea1388a47c", "shasum": "" }, "require": { "ext-json": "*", - "illuminate/contracts": "^7.20|^8.19|^9.0", - "illuminate/database": "^7.20|^8.19|^9.0", - "illuminate/queue": "^7.20|^8.19|^9.0", - "illuminate/support": "^7.20|^8.19|^9.0", - "php": "^7.3|^8.0", + "illuminate/contracts": "^7.20|^8.19|^9.0|^10.0", + "illuminate/database": "^7.20|^8.19|^9.0|^10.0", + "illuminate/queue": "^7.20|^8.19|^9.0|^10.0", + "illuminate/support": "^7.20|^8.19|^9.0|^10.0", + "php": "^7.4|^8.0", "spatie/backtrace": "^1.0", - "spatie/ray": "^1.33", + "spatie/ray": "^1.37", "symfony/stopwatch": "4.2|^5.1|^6.0", "zbateson/mail-mime-parser": "^1.3.1|^2.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.3", - "laravel/framework": "^7.20|^8.19|^9.0", - "orchestra/testbench-core": "^5.0|^6.0|^7.0", + "laravel/framework": "^7.20|^8.19|^9.0|^10.0", + "orchestra/testbench-core": "^5.0|^6.0|^7.0|^8.0", + "pestphp/pest": "^1.22", "phpstan/phpstan": "^0.12.93", "phpunit/phpunit": "^9.3", - "spatie/phpunit-snapshot-assertions": "^4.2" + "spatie/pest-plugin-snapshots": "^1.1" }, "type": "library", "extra": { @@ -7320,7 +7598,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-ray/issues", - "source": "https://github.com/spatie/laravel-ray/tree/1.30.0" + "source": "https://github.com/spatie/laravel-ray/tree/1.32.4" }, "funding": [ { @@ -7332,7 +7610,7 @@ "type": "other" } ], - "time": "2022-07-29T10:02:43+00:00" + "time": "2023-03-23T08:04:54+00:00" }, { "name": "spatie/macroable", @@ -7386,16 +7664,16 @@ }, { "name": "spatie/ray", - "version": "1.36.0", + "version": "1.37.1", "source": { "type": "git", "url": "https://github.com/spatie/ray.git", - "reference": "4a4def8cda4806218341b8204c98375aa8c34323" + "reference": "a915e327f04c0fbed3bdd26e076e39feea091062" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ray/zipball/4a4def8cda4806218341b8204c98375aa8c34323", - "reference": "4a4def8cda4806218341b8204c98375aa8c34323", + "url": "https://api.github.com/repos/spatie/ray/zipball/a915e327f04c0fbed3bdd26e076e39feea091062", + "reference": "a915e327f04c0fbed3bdd26e076e39feea091062", "shasum": "" }, "require": { @@ -7410,8 +7688,9 @@ }, "require-dev": { "illuminate/support": "6.x|^8.18|^9.0", - "nesbot/carbon": "^2.43", - "phpstan/phpstan": "^0.12.92", + "nesbot/carbon": "^2.63", + "pestphp/pest": "^1.22", + "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5", "spatie/phpunit-snapshot-assertions": "^4.2", "spatie/test-time": "^1.2" @@ -7445,7 +7724,7 @@ ], "support": { "issues": "https://github.com/spatie/ray/issues", - "source": "https://github.com/spatie/ray/tree/1.36.0" + "source": "https://github.com/spatie/ray/tree/1.37.1" }, "funding": [ { @@ -7457,7 +7736,7 @@ "type": "other" } ], - "time": "2022-08-11T14:04:18+00:00" + "time": "2023-03-06T07:22:28+00:00" }, { "name": "symfony/polyfill-iconv", @@ -7465,12 +7744,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "143f1881e655bebca1312722af8068de235ae5dc" + "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/143f1881e655bebca1312722af8068de235ae5dc", - "reference": "143f1881e655bebca1312722af8068de235ae5dc", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6de50471469b8c9afc38164452ab2b6170ee71c1", + "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1", "shasum": "" }, "require": { @@ -7486,7 +7765,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7525,7 +7804,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/main" }, "funding": [ { @@ -7541,25 +7820,25 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/stopwatch", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "77dedae82ce2a26e2e9b481855473fc3b3e4e54d" + "reference": "f7fa451783b748e7b5942b9afe889b8df062e935" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/77dedae82ce2a26e2e9b481855473fc3b3e4e54d", - "reference": "77dedae82ce2a26e2e9b481855473fc3b3e4e54d", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f7fa451783b748e7b5942b9afe889b8df062e935", + "reference": "f7fa451783b748e7b5942b9afe889b8df062e935", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/service-contracts": "^1|^2|^3" + "symfony/service-contracts": "^2.5|^3" }, "type": "library", "autoload": { @@ -7587,7 +7866,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.1.0" + "source": "https://github.com/symfony/stopwatch/tree/6.3" }, "funding": [ { @@ -7603,20 +7882,20 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2023-02-14T09:04:20+00:00" }, { "name": "symfony/yaml", - "version": "6.2.x-dev", + "version": "6.3.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "b01d3846e0ae7805ce54423204e681d46d846434" + "reference": "abb0f24bc8cf3bc3687a496b92c3408504547baa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/b01d3846e0ae7805ce54423204e681d46d846434", - "reference": "b01d3846e0ae7805ce54423204e681d46d846434", + "url": "https://api.github.com/repos/symfony/yaml/zipball/abb0f24bc8cf3bc3687a496b92c3408504547baa", + "reference": "abb0f24bc8cf3bc3687a496b92c3408504547baa", "shasum": "" }, "require": { @@ -7661,7 +7940,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/6.2" + "source": "https://github.com/symfony/yaml/tree/6.3" }, "funding": [ { @@ -7677,7 +7956,7 @@ "type": "tidelift" } ], - "time": "2022-08-25T15:27:04+00:00" + "time": "2023-04-08T07:25:02+00:00" }, { "name": "theseer/tokenizer", @@ -7731,28 +8010,30 @@ }, { "name": "zbateson/mail-mime-parser", - "version": "2.2.1", + "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/zbateson/mail-mime-parser.git", - "reference": "24955de7ec352b3258c1d4551efd21202cb8710c" + "reference": "20b3e48eb799537683780bc8782fbbe9bc25934a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/24955de7ec352b3258c1d4551efd21202cb8710c", - "reference": "24955de7ec352b3258c1d4551efd21202cb8710c", + "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/20b3e48eb799537683780bc8782fbbe9bc25934a", + "reference": "20b3e48eb799537683780bc8782fbbe9bc25934a", "shasum": "" }, "require": { "guzzlehttp/psr7": "^1.7.0|^2.0", - "php": ">=5.4", + "php": ">=7.1", "pimple/pimple": "^3.0", "zbateson/mb-wrapper": "^1.0.1", "zbateson/stream-decorators": "^1.0.6" }, "require-dev": { + "friendsofphp/php-cs-fixer": "*", "mikey179/vfsstream": "^1.6.0", - "sanmai/phpunit-legacy-adapter": "^6.3 || ^8.2" + "phpstan/phpstan": "*", + "phpunit/phpunit": "<10" }, "suggest": { "ext-iconv": "For best support/performance", @@ -7800,29 +8081,31 @@ "type": "github" } ], - "time": "2022-02-22T21:35:59+00:00" + "time": "2023-02-14T22:58:03+00:00" }, { "name": "zbateson/mb-wrapper", - "version": "1.1.2", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/zbateson/mb-wrapper.git", - "reference": "5d9d190ef18ce6d424e3ac6f5ebe13901f92b74a" + "reference": "faf35dddfacfc5d4d5f9210143eafd7a7fe74334" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/5d9d190ef18ce6d424e3ac6f5ebe13901f92b74a", - "reference": "5d9d190ef18ce6d424e3ac6f5ebe13901f92b74a", + "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/faf35dddfacfc5d4d5f9210143eafd7a7fe74334", + "reference": "faf35dddfacfc5d4d5f9210143eafd7a7fe74334", "shasum": "" }, "require": { - "php": ">=5.4", + "php": ">=7.1", "symfony/polyfill-iconv": "^1.9", "symfony/polyfill-mbstring": "^1.9" }, "require-dev": { - "sanmai/phpunit-legacy-adapter": "^6.3 || ^8" + "friendsofphp/php-cs-fixer": "*", + "phpstan/phpstan": "*", + "phpunit/phpunit": "<=9.0" }, "suggest": { "ext-iconv": "For best support/performance", @@ -7859,7 +8142,7 @@ ], "support": { "issues": "https://github.com/zbateson/mb-wrapper/issues", - "source": "https://github.com/zbateson/mb-wrapper/tree/1.1.2" + "source": "https://github.com/zbateson/mb-wrapper/tree/1.2.0" }, "funding": [ { @@ -7867,29 +8150,31 @@ "type": "github" } ], - "time": "2022-05-26T15:55:05+00:00" + "time": "2023-01-11T23:05:44+00:00" }, { "name": "zbateson/stream-decorators", - "version": "1.0.6", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/zbateson/stream-decorators.git", - "reference": "3403c4323bd1cd15fe54348b031b26b064c706af" + "reference": "7466ff45d249c86b96267a83cdae68365ae1787e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/3403c4323bd1cd15fe54348b031b26b064c706af", - "reference": "3403c4323bd1cd15fe54348b031b26b064c706af", + "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/7466ff45d249c86b96267a83cdae68365ae1787e", + "reference": "7466ff45d249c86b96267a83cdae68365ae1787e", "shasum": "" }, "require": { - "guzzlehttp/psr7": "^1.7.0|^2.0", - "php": ">=5.4", + "guzzlehttp/psr7": "^1.9 | ^2.0", + "php": ">=7.1", "zbateson/mb-wrapper": "^1.0.0" }, "require-dev": { - "sanmai/phpunit-legacy-adapter": "^6.3 || ^8" + "friendsofphp/php-cs-fixer": "*", + "phpstan/phpstan": "*", + "phpunit/phpunit": "<=9.0" }, "type": "library", "autoload": { @@ -7920,7 +8205,7 @@ ], "support": { "issues": "https://github.com/zbateson/stream-decorators/issues", - "source": "https://github.com/zbateson/stream-decorators/tree/1.0.6" + "source": "https://github.com/zbateson/stream-decorators/tree/1.1.0" }, "funding": [ { @@ -7928,7 +8213,7 @@ "type": "github" } ], - "time": "2021-07-08T19:01:59+00:00" + "time": "2023-01-11T23:22:44+00:00" } ], "aliases": [], diff --git a/src/Builders/ClickQueryBuilder/ClickQueryBuilder.php b/src/Builders/ClickQueryBuilder/ClickQueryBuilder.php index cec2e8c..49d8045 100644 --- a/src/Builders/ClickQueryBuilder/ClickQueryBuilder.php +++ b/src/Builders/ClickQueryBuilder/ClickQueryBuilder.php @@ -9,10 +9,6 @@ class ClickQueryBuilder extends Builder { - /** - * @param array $utm_terms - * @return ClickQueryBuilder - */ public function whereInTracingTerm(array $utm_terms): ClickQueryBuilder { return $this->whereIn('short_url_id', function ($query) use ($utm_terms) { @@ -22,10 +18,6 @@ public function whereInTracingTerm(array $utm_terms): ClickQueryBuilder }); } - /** - * @param array $utm_sources - * @return ClickQueryBuilder - */ public function whereInTracingSource(array $utm_sources): ClickQueryBuilder { return $this->whereIn('short_url_id', function ($query) use ($utm_sources) { @@ -35,10 +27,6 @@ public function whereInTracingSource(array $utm_sources): ClickQueryBuilder }); } - /** - * @param array $utm_mediums - * @return ClickQueryBuilder - */ public function whereInTracingMedium(array $utm_mediums): ClickQueryBuilder { return $this->whereIn('short_url_id', function ($query) use ($utm_mediums) { @@ -48,10 +36,6 @@ public function whereInTracingMedium(array $utm_mediums): ClickQueryBuilder }); } - /** - * @param array $utm_ids - * @return ClickQueryBuilder - */ public function whereInTracingId(array $utm_ids): ClickQueryBuilder { return $this->whereIn('short_url_id', function ($query) use ($utm_ids) { @@ -61,10 +45,6 @@ public function whereInTracingId(array $utm_ids): ClickQueryBuilder }); } - /** - * @param array $utm_contents - * @return ClickQueryBuilder - */ public function whereInTracingContent(array $utm_contents): ClickQueryBuilder { return $this->whereIn('short_url_id', function ($query) use ($utm_contents) { @@ -74,10 +54,6 @@ public function whereInTracingContent(array $utm_contents): ClickQueryBuilder }); } - /** - * @param array $utm_campaigns - * @return ClickQueryBuilder - */ public function whereInTracingCampaign(array $utm_campaigns): ClickQueryBuilder { return $this->whereIn('short_url_id', function ($query) use ($utm_campaigns) { @@ -87,10 +63,6 @@ public function whereInTracingCampaign(array $utm_campaigns): ClickQueryBuilder }); } - /** - * @param array $outcomes - * @return ClickQueryBuilder - */ public function whereOutcome(array $outcomes): ClickQueryBuilder { return $this->whereIn('outcome_id', function ($query) use ($outcomes) { @@ -100,19 +72,11 @@ public function whereOutcome(array $outcomes): ClickQueryBuilder }); } - /** - * @return ClickQueryBuilder - */ public function isNotExpired(): ClickQueryBuilder { return $this->expirationFilter('>', now()->timestamp); } - /** - * @param string $direction - * @param $current_timestamp - * @return ClickQueryBuilder - */ protected function expirationFilter(string $direction, $current_timestamp): ClickQueryBuilder { return $this->whereIn('short_url_id', function ($query) use ($direction, $current_timestamp) { @@ -122,9 +86,6 @@ protected function expirationFilter(string $direction, $current_timestamp): Clic }); } - /** - * @return ClickQueryBuilder - */ public function isExpiring(): ClickQueryBuilder { return $this->whereIn('short_url_id', function ($query) { @@ -134,18 +95,11 @@ public function isExpiring(): ClickQueryBuilder }); } - /** - * @return ClickQueryBuilder - */ public function isExpired(): ClickQueryBuilder { return $this->expirationFilter('<', now()->timestamp); } - /** - * @param Model $model - * @return ClickQueryBuilder - */ public function whereOwnership(Model $model): ClickQueryBuilder { return $this->whereIn('short_url_id', function ($query) use ($model) { @@ -155,10 +109,6 @@ public function whereOwnership(Model $model): ClickQueryBuilder }); } - /** - * @param array $identifiers - * @return ClickQueryBuilder - */ public function whereInIdentifiers(array $identifiers): ClickQueryBuilder { return $this->whereIn('short_url_id', function ($query) use ($identifiers) { @@ -168,18 +118,11 @@ public function whereInIdentifiers(array $identifiers): ClickQueryBuilder }); } - /** - * @return Collection - */ public function build(): Collection { return $this->withRelations()->get(); } - /** - * @param array $relations - * @return ClickQueryBuilder - */ public function withRelations(array $relations = []): ClickQueryBuilder { return $this->with( diff --git a/src/Builders/UrlBuilder/Options/BaseOption.php b/src/Builders/UrlBuilder/Options/BaseOption.php index 991dbca..7630d82 100644 --- a/src/Builders/UrlBuilder/Options/BaseOption.php +++ b/src/Builders/UrlBuilder/Options/BaseOption.php @@ -14,8 +14,6 @@ class BaseOption implements UrlBuilderOptionInterface use ShortUrlHelper; /** - * @param Collection $shortUrlCollection - * * @throws UrlBuilderException * @throws UrlRepositoryException */ diff --git a/src/Builders/UrlBuilder/Options/WithActivation.php b/src/Builders/UrlBuilder/Options/WithActivation.php index 98900ea..bbed37f 100644 --- a/src/Builders/UrlBuilder/Options/WithActivation.php +++ b/src/Builders/UrlBuilder/Options/WithActivation.php @@ -10,8 +10,6 @@ class WithActivation implements UrlBuilderOptionInterface { /** - * @param Collection $shortUrlCollection - * * @throws UrlRepositoryException */ public function resolve(Collection &$shortUrlCollection): void diff --git a/src/Builders/UrlBuilder/Options/WithExpiration.php b/src/Builders/UrlBuilder/Options/WithExpiration.php index a94f114..74a15e3 100644 --- a/src/Builders/UrlBuilder/Options/WithExpiration.php +++ b/src/Builders/UrlBuilder/Options/WithExpiration.php @@ -10,8 +10,6 @@ class WithExpiration implements UrlBuilderOptionInterface { /** - * @param Collection $shortUrlCollection - * * @throws UrlRepositoryException */ public function resolve(Collection &$shortUrlCollection): void diff --git a/src/Builders/UrlBuilder/Options/WithOwnership.php b/src/Builders/UrlBuilder/Options/WithOwnership.php index 740a680..b8c75a2 100644 --- a/src/Builders/UrlBuilder/Options/WithOwnership.php +++ b/src/Builders/UrlBuilder/Options/WithOwnership.php @@ -10,8 +10,6 @@ class WithOwnership implements UrlBuilderOptionInterface { /** - * @param Collection $shortUrlCollection - * * @throws UrlRepositoryException */ public function resolve(Collection &$shortUrlCollection): void diff --git a/src/Builders/UrlBuilder/Options/WithPassword.php b/src/Builders/UrlBuilder/Options/WithPassword.php index aa07536..2fc0272 100644 --- a/src/Builders/UrlBuilder/Options/WithPassword.php +++ b/src/Builders/UrlBuilder/Options/WithPassword.php @@ -10,8 +10,6 @@ class WithPassword implements UrlBuilderOptionInterface { /** - * @param Collection $shortUrlCollection - * * @throws UrlRepositoryException */ public function resolve(Collection &$shortUrlCollection): void diff --git a/src/Builders/UrlBuilder/Options/WithTracing.php b/src/Builders/UrlBuilder/Options/WithTracing.php index 75e824a..d04db74 100644 --- a/src/Builders/UrlBuilder/Options/WithTracing.php +++ b/src/Builders/UrlBuilder/Options/WithTracing.php @@ -12,8 +12,6 @@ class WithTracing implements UrlBuilderOptionInterface { /** - * @param Collection $shortUrlCollection - * * @throws UrlRepositoryException * @throws TracingRepositoryException */ diff --git a/src/Builders/UrlBuilder/UrlBuilder.php b/src/Builders/UrlBuilder/UrlBuilder.php index 70edddf..6a27217 100644 --- a/src/Builders/UrlBuilder/UrlBuilder.php +++ b/src/Builders/UrlBuilder/UrlBuilder.php @@ -23,24 +23,12 @@ class UrlBuilder implements UrlBuilderInterface { use ShortUrlHelper; - /** - * @var UrlBuilder - */ private static UrlBuilder $builder; - /** - * @var Collection - */ public Collection $shortUrlCollection; - /** - * @var Collection - */ protected Collection $options; - /** - * @var Collection - */ protected Collection $availableOptions; /** @@ -52,10 +40,6 @@ public function __construct() $this->shortUrlCollection = new Collection(); } - /** - * @param string $plain_text - * @return UrlBuilder - */ public static function shorten(string $plain_text): UrlBuilder { $b = self::$builder = new static; @@ -68,7 +52,6 @@ public static function shorten(string $plain_text): UrlBuilder } /** - * @param string $password * @return $this * * @throws UrlBuilderException @@ -103,7 +86,6 @@ public function withPassword(string $password): UrlBuilder } /** - * @param int $timestamp * @return $this */ public function withExpiration(int $timestamp): UrlBuilder @@ -118,7 +100,6 @@ public function withExpiration(int $timestamp): UrlBuilder } /** - * @param int $timestamp * @return $this */ public function withActivation(int $timestamp): UrlBuilder @@ -133,7 +114,6 @@ public function withActivation(int $timestamp): UrlBuilder } /** - * @param int $limit * @return $this */ public function withOpenLimit(int $limit): UrlBuilder @@ -147,10 +127,6 @@ public function withOpenLimit(int $limit): UrlBuilder return $this; } - /** - * @param Model $model - * @return UrlBuilder - */ public function withOwnership(Model $model): UrlBuilder { $this->shortUrlCollection->put('owner_model', $model); @@ -163,7 +139,6 @@ public function withOwnership(Model $model): UrlBuilder } /** - * @param array $utm_parameters * @return $this */ public function withTracing(array $utm_parameters) @@ -201,9 +176,6 @@ public function build(): string return $this->builtShortUrl($shortUrlCollection->get('identifier')); } - /** - * @return Collection - */ public function getOptions(): Collection { return $this->options; diff --git a/src/Models/ShortUrl.php b/src/Models/ShortUrl.php index d3449a7..009a7f4 100644 --- a/src/Models/ShortUrl.php +++ b/src/Models/ShortUrl.php @@ -46,57 +46,36 @@ class ShortUrl extends Model 'laravel_through_key', ]; - /** - * @return HasOne - */ public function tracing(): HasOne { return $this->hasOne(ShortUrlTracing::class, 'short_url_id', 'id'); } - /** - * @return bool - */ public function hasPassword(): bool { return ! is_null($this->password); } - /** - * @return bool - */ public function hasExpiration(): bool { return ! is_null($this->expiration); } - /** - * @return bool - */ public function hasActivation(): bool { return ! is_null($this->activation); } - /** - * @return bool - */ public function hasLimit(): bool { return ! is_null($this->limit); } - /** - * @return HasMany - */ public function clicks(): HasMany { return $this->hasMany(ShortUrlClick::class, 'short_url_id', 'id'); } - /** - * @return HasOne - */ public function ownership(): HasOne { return $this->hasOne(ShortUrlOwnership::class); diff --git a/src/Models/ShortUrlClick.php b/src/Models/ShortUrlClick.php index 8402cb1..11872fa 100644 --- a/src/Models/ShortUrlClick.php +++ b/src/Models/ShortUrlClick.php @@ -45,25 +45,16 @@ class ShortUrlClick extends Model 'outcome_id', ]; - /** - * @return HasOne - */ public function shortUrl(): HasOne { return $this->hasOne(ShortUrl::class, 'id', 'short_url_id'); } - /** - * @return HasOne - */ public function location(): HasOne { return $this->hasOne(ShortUrlLocation::class, 'id', 'location_id'); } - /** - * @return HasOne - */ public function outcome(): HasOne { return $this->hasOne(ShortUrlOutcome::class, 'id', 'outcome_id'); @@ -71,7 +62,6 @@ public function outcome(): HasOne /** * @param Builder $query - * @return ClickQueryBuilder */ public function newEloquentBuilder($query): ClickQueryBuilder { diff --git a/src/Models/ShortUrlLocation.php b/src/Models/ShortUrlLocation.php index ae8da9b..379304b 100644 --- a/src/Models/ShortUrlLocation.php +++ b/src/Models/ShortUrlLocation.php @@ -45,9 +45,6 @@ class ShortUrlLocation extends Model 'timezone', ]; - /** - * @return HasMany - */ public function opens(): HasMany { return $this->hasMany(ShortUrlClick::class, 'location_id', 'id'); diff --git a/src/Models/ShortUrlOwnership.php b/src/Models/ShortUrlOwnership.php index 979e49d..61f30be 100644 --- a/src/Models/ShortUrlOwnership.php +++ b/src/Models/ShortUrlOwnership.php @@ -34,9 +34,6 @@ class ShortUrlOwnership extends Model 'ownerable_type', ]; - /** - * @return BelongsTo - */ public function shortUrl(): BelongsTo { return $this->belongsTo(ShortUrl::class, 'short_url_id', 'id'); diff --git a/src/Models/ShortUrlTracing.php b/src/Models/ShortUrlTracing.php index 7810ef6..9ec65d8 100644 --- a/src/Models/ShortUrlTracing.php +++ b/src/Models/ShortUrlTracing.php @@ -44,9 +44,6 @@ class ShortUrlTracing extends Model 'updated_at', ]; - /** - * @return BelongsTo - */ public function shortUrl(): BelongsTo { return $this->belongsTo(ShortUrl::class, 'short_url_id', 'id'); diff --git a/src/Repositories/ClickRepository.php b/src/Repositories/ClickRepository.php index 46c720d..a5353d5 100644 --- a/src/Repositories/ClickRepository.php +++ b/src/Repositories/ClickRepository.php @@ -12,10 +12,6 @@ class ClickRepository { /** - * @param int $id - * @param array $with - * @return ShortUrlClick - * * @throws ClickRepositoryException */ public static function findById(int $id, array $with = []): ShortUrlClick @@ -30,10 +26,6 @@ public static function findById(int $id, array $with = []): ShortUrlClick } /** - * @param int $short_url_id - * @param int $location_id - * @param int $outcome_id - * * @throws UrlRepositoryException */ public static function createClick(int $short_url_id, int $location_id, int $outcome_id): void @@ -50,9 +42,6 @@ public static function createClick(int $short_url_id, int $location_id, int $out } /** - * @param int $short_url_id - * @param array $trace - * * @throws UrlRepositoryException */ public static function createTrace(int $short_url_id, array $trace) diff --git a/src/Repositories/LocationRepository.php b/src/Repositories/LocationRepository.php index b45fefa..49b9b0f 100644 --- a/src/Repositories/LocationRepository.php +++ b/src/Repositories/LocationRepository.php @@ -15,7 +15,6 @@ public static function findIp(string $ip) } /** - * @param array $clickLocation * @return mixed * * @throws UrlRepositoryException @@ -36,10 +35,6 @@ public static function findOrCreateLocationRecord(array $clickLocation): ShortUr } } - /** - * @param string $ip - * @return array - */ public static function getLocationFrom(string $ip): array { $clickLocation = Location::get($ip); @@ -56,10 +51,6 @@ public static function getLocationFrom(string $ip): array return $clickLocation->toArray(); } - /** - * @param string $ip - * @return array - */ public static function locationUnknown(string $ip): array { return [ diff --git a/src/Repositories/TracingRepository.php b/src/Repositories/TracingRepository.php index e18ffc7..8d7e8e2 100644 --- a/src/Repositories/TracingRepository.php +++ b/src/Repositories/TracingRepository.php @@ -9,40 +9,19 @@ class TracingRepository { - /** - * @var string - */ public static string $ID = 'utm_id'; - /** - * @var string - */ public static string $SOURCE = 'utm_source'; - /** - * @var string - */ public static string $MEDIUM = 'utm_medium'; - /** - * @var string - */ public static string $CAMPAIGN = 'utm_campaign'; - /** - * @var string - */ public static string $CONTENT = 'utm_content'; - /** - * @var string - */ public static string $TERM = 'utm_term'; /** - * @param array $trace - * @return void - * * @throws TracingRepositoryException */ public static function create(array $trace): void @@ -54,18 +33,11 @@ public static function create(array $trace): void } } - /** - * @param Request $request - * @return bool - */ public static function hasTracing(Request $request): bool { return ! empty($request->only(self::getAllowedParameters())); } - /** - * @return array - */ protected static function allowedParameters(): array { return [ @@ -78,18 +50,11 @@ protected static function allowedParameters(): array ]; } - /** - * @return array - */ public static function getAllowedParameters(): array { return self::allowedParameters(); } - /** - * @param array $utm_input_array - * @return array - */ public static function sanitizeUtmArray(array $utm_input_array): array { $allowed_utm_parameters = array_intersect( diff --git a/src/Repositories/UrlRepository.php b/src/Repositories/UrlRepository.php index ca36924..254448d 100644 --- a/src/Repositories/UrlRepository.php +++ b/src/Repositories/UrlRepository.php @@ -11,7 +11,6 @@ class UrlRepository { /** - * @param array $ownership * @return mixed * * @throws UrlRepositoryException @@ -33,7 +32,6 @@ public static function findOrCreateOwnershipRecord(array $ownership): ShortUrlOw } /** - * @param string $hash * @return mixed * * @throws UrlRepositoryException @@ -50,7 +48,6 @@ public static function findByHash(string $hash): ShortUrl } /** - * @param string $plain_text * @return mixed * * @throws UrlRepositoryException @@ -79,10 +76,6 @@ public static function create(array $ShortUrl): ShortUrl } /** - * @param string $identifier - * @param array $updates - * @return ShortUrl - * * @throws UrlRepositoryException */ public static function updateShortUrl(string $identifier, array $updates): ShortUrl @@ -97,28 +90,17 @@ public static function updateShortUrl(string $identifier, array $updates): Short } } - /** - * @param string $identifier - * @return bool - */ public static function identifierExists(string $identifier): bool { return (new ShortUrl())->where('identifier', $identifier)->exists(); } - /** - * @param string $hashed - * @return ShortUrl|null - */ public static function hashExists(string $hashed): ?ShortUrl { return (new ShortUrl())->where('hashed', $hashed)->first(); } /** - * @param string $identifier - * @return ShortUrl - * * @throws UrlRepositoryException */ public static function findByIdentifier(string $identifier): ShortUrl @@ -133,9 +115,6 @@ public static function findByIdentifier(string $identifier): ShortUrl } /** - * @param array $utm_combination - * @return Collection - * * @throws UrlRepositoryException */ public static function findByUtmCombination(array $utm_combination): Collection diff --git a/src/Services/ClickService.php b/src/Services/ClickService.php index d9b295d..a461761 100644 --- a/src/Services/ClickService.php +++ b/src/Services/ClickService.php @@ -30,42 +30,19 @@ class ClickService { use ShortUrlHelper; - /** - * @var int - */ public static int $SUCCESS_ROUTED = 1; - /** - * @var int - */ public static int $SUCCESS_PROTECTED = 2; - /** - * @var int - */ public static int $FAILURE_PROTECTED = 3; - /** - * @var int - */ public static int $FAILURE_LIMIT = 4; - /** - * @var int - */ public static int $FAILURE_EXPIRATION = 5; - /** - * @var int - */ public static int $FAILURE_ACTIVATION = 6; /** - * @param string $identifier - * @param string $request_ip - * @param int $outcome_id - * @param bool $test - * * @throws ClickServiceException */ public static function track(string $identifier, string $request_ip, int $outcome_id, bool $test = false): void @@ -86,9 +63,6 @@ public static function track(string $identifier, string $request_ip, int $outcom } /** - * @param array $filter - * @return Collection - * * @throws FilterClicksStrategyException * @throws Throwable */ @@ -100,9 +74,6 @@ public static function get(array $filter = []): Collection } /** - * @param array $filterQuery - * @return Collection - * * @throws FilterClicksStrategyException */ protected static function handle(array $filterQuery = []): Collection @@ -124,17 +95,11 @@ protected static function handle(array $filterQuery = []): Collection ]); } - /** - * @return ClickQueryBuilder - */ public static function getClickQueryBuilder(): ClickQueryBuilder { return ShortUrlClick::query(); } - /** - * @return Collection - */ protected static function getFilters(): Collection { return new Collection([ diff --git a/src/Services/UrlService.php b/src/Services/UrlService.php index 5539384..806bd07 100644 --- a/src/Services/UrlService.php +++ b/src/Services/UrlService.php @@ -16,9 +16,6 @@ class UrlService use ShortUrlHelper; /** - * @param string $hash - * @return ShortUrl|null - * * @throws UrlRepositoryException */ public static function findByHash(string $hash): ?ShortUrl @@ -27,9 +24,6 @@ public static function findByHash(string $hash): ?ShortUrl } /** - * @param string $plain_text - * @return ShortUrl|null - * * @throws UrlRepositoryException */ public static function findByPlainText(string $plain_text): ?ShortUrl @@ -38,9 +32,6 @@ public static function findByPlainText(string $plain_text): ?ShortUrl } /** - * @param string $identifier - * @return ShortUrl|null - * * @throws UrlRepositoryException */ public static function findByIdentifier(string $identifier): ?ShortUrl @@ -49,9 +40,6 @@ public static function findByIdentifier(string $identifier): ?ShortUrl } /** - * @param array $utm_combination - * @return Collection - * * @throws UrlRepositoryException */ public static function findByUtmCombination(array $utm_combination): Collection @@ -60,10 +48,6 @@ public static function findByUtmCombination(array $utm_combination): Collection } /** - * @param string $identifier - * @param string $password - * @return ShortUrl|null - * * @throws UrlRepositoryException * @throws UtilityServiceException */ @@ -79,10 +63,6 @@ public static function attempt(string $identifier, string $password): ?ShortUrl } /** - * @param $identifier - * @param $type - * @param $id - * * @throws UrlRepositoryException */ public static function attachOwnership($identifier, $type, $id): void @@ -98,10 +78,6 @@ public static function attachOwnership($identifier, $type, $id): void } } - /** - * @param string $plain_text - * @return UrlBuilder - */ public static function shorten(string $plain_text): UrlBuilder { return UrlBuilder::shorten($plain_text); diff --git a/src/Services/UtilityService.php b/src/Services/UtilityService.php index 971ed55..a31286c 100644 --- a/src/Services/UtilityService.php +++ b/src/Services/UtilityService.php @@ -11,8 +11,6 @@ class UtilityService { /** - * @return Encrypter - * * @throws UtilityServiceException */ public static function getEncrypter(): Encrypter @@ -26,26 +24,16 @@ public static function getEncrypter(): Encrypter } } - /** - * @return string|null - */ protected static function databaseEncryptionKey(): ?string { return base64_decode(Str::after(env('APP_KEY'), 'base64:')); } - /** - * @return int - */ public static function getRedirectCode(): int { return config('urlshortener.redirect.code') ?? 307; } - /** - * @param Request $request - * @return array - */ public static function getRedirectHeaders(Request $request): array { return UtilityService::constructRedirectHeaders([ @@ -53,10 +41,6 @@ public static function getRedirectHeaders(Request $request): array ]); } - /** - * @param array $dynamic_headers - * @return array - */ public static function constructRedirectHeaders(array $dynamic_headers = []): array { return array_merge( diff --git a/src/Strategies/FilterClicks/FilterClicksStrategy.php b/src/Strategies/FilterClicks/FilterClicksStrategy.php index 7d1a04c..edda1de 100644 --- a/src/Strategies/FilterClicks/FilterClicksStrategy.php +++ b/src/Strategies/FilterClicks/FilterClicksStrategy.php @@ -10,9 +10,6 @@ class FilterClicksStrategy { - /** - * @var Collection - */ protected Collection $strategies; public function __construct() @@ -32,9 +29,6 @@ public function addFilter(AbstractFilter $filter): void } } - /** - * @param ClickQueryBuilder $clickQueryBuilder - */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void { $this->getStrategies()->each(function ($strategy) use (&$clickQueryBuilder) { @@ -42,9 +36,6 @@ public function handle(ClickQueryBuilder &$clickQueryBuilder): void }); } - /** - * @return Collection - */ public function getStrategies(): Collection { return $this->strategies; diff --git a/src/Strategies/FilterClicks/Filters/AbstractFilter.php b/src/Strategies/FilterClicks/Filters/AbstractFilter.php index 02b2e53..300230a 100644 --- a/src/Strategies/FilterClicks/Filters/AbstractFilter.php +++ b/src/Strategies/FilterClicks/Filters/AbstractFilter.php @@ -4,10 +4,6 @@ abstract class AbstractFilter { - /** - * @param array $options - * @return bool - */ public function hasOptions(array $options): bool { return @@ -19,15 +15,8 @@ public function hasOptions(array $options): bool ) > 0; } - /** - * @return array - */ abstract public function getAvailableFilterOptions(): array; - /** - * @param array $options - * @return array - */ public function getOptions(array $options): array { return array_intersect( @@ -36,9 +25,5 @@ public function getOptions(array $options): array ); } - /** - * @param array $filter - * @return bool - */ abstract public function canProcess(array $filter): bool; } diff --git a/src/Strategies/FilterClicks/Filters/BatchFilter.php b/src/Strategies/FilterClicks/Filters/BatchFilter.php index 8888ede..ab5089c 100644 --- a/src/Strategies/FilterClicks/Filters/BatchFilter.php +++ b/src/Strategies/FilterClicks/Filters/BatchFilter.php @@ -6,10 +6,6 @@ class BatchFilter extends AbstractFilter { - /** - * @param array $filter - * @return bool - */ public function canProcess(array $filter): bool { $this->filter = $filter; @@ -26,17 +22,11 @@ public function canProcess(array $filter): bool ); } - /** - * @return array - */ public function getAvailableFilterOptions(): array { return []; } - /** - * @param ClickQueryBuilder $clickQueryBuilder - */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void { $clickQueryBuilder->offset(($this->filter['offset'] > 0) ? $this->filter['offset'] : 0); diff --git a/src/Strategies/FilterClicks/Filters/IdentifierFilter.php b/src/Strategies/FilterClicks/Filters/IdentifierFilter.php index b3a5d81..53be18a 100644 --- a/src/Strategies/FilterClicks/Filters/IdentifierFilter.php +++ b/src/Strategies/FilterClicks/Filters/IdentifierFilter.php @@ -6,10 +6,6 @@ class IdentifierFilter extends AbstractFilter { - /** - * @param array $filter - * @return bool - */ public function canProcess(array $filter): bool { $this->filter = $filter; @@ -17,17 +13,11 @@ public function canProcess(array $filter): bool return isset($filter['identifiers']) && is_array($filter['identifiers']); } - /** - * @return array - */ public function getAvailableFilterOptions(): array { return []; } - /** - * @param ClickQueryBuilder $clickQueryBuilder - */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void { $clickQueryBuilder->whereInIdentifiers($this->filter['identifiers']); diff --git a/src/Strategies/FilterClicks/Filters/OutcomeFilter.php b/src/Strategies/FilterClicks/Filters/OutcomeFilter.php index 2d74437..5c0cdfb 100644 --- a/src/Strategies/FilterClicks/Filters/OutcomeFilter.php +++ b/src/Strategies/FilterClicks/Filters/OutcomeFilter.php @@ -7,10 +7,6 @@ class OutcomeFilter extends AbstractFilter { - /** - * @param array $filter - * @return bool - */ public function canProcess(array $filter): bool { $this->filter = $filter; @@ -20,9 +16,6 @@ public function canProcess(array $filter): bool && $this->hasOptions($filter['outcome']); } - /** - * @return array - */ public function getAvailableFilterOptions(): array { return [ @@ -34,9 +27,6 @@ public function getAvailableFilterOptions(): array ]; } - /** - * @param ClickQueryBuilder $clickQueryBuilder - */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void { $clickQueryBuilder->whereOutcome( diff --git a/src/Strategies/FilterClicks/Filters/OwnershipFilter.php b/src/Strategies/FilterClicks/Filters/OwnershipFilter.php index d7d1116..057601b 100644 --- a/src/Strategies/FilterClicks/Filters/OwnershipFilter.php +++ b/src/Strategies/FilterClicks/Filters/OwnershipFilter.php @@ -8,10 +8,6 @@ class OwnershipFilter extends AbstractFilter { - /** - * @param array $filter - * @return bool - */ public function canProcess(array $filter): bool { $this->filter = $filter; @@ -19,17 +15,12 @@ public function canProcess(array $filter): bool return isset($filter['ownership']) && is_array($filter['ownership']); } - /** - * @return array - */ public function getAvailableFilterOptions(): array { return []; } /** - * @param ClickQueryBuilder $clickQueryBuilder - * * @throws FilterClicksStrategyException */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void diff --git a/src/Strategies/FilterClicks/Filters/StatusFilter.php b/src/Strategies/FilterClicks/Filters/StatusFilter.php index 8af220b..f84df8e 100644 --- a/src/Strategies/FilterClicks/Filters/StatusFilter.php +++ b/src/Strategies/FilterClicks/Filters/StatusFilter.php @@ -6,10 +6,6 @@ class StatusFilter extends AbstractFilter { - /** - * @param array $filter - * @return bool - */ public function canProcess(array $filter): bool { $this->filter = $filter; @@ -19,9 +15,6 @@ public function canProcess(array $filter): bool && $this->hasOptions($filter['status']); } - /** - * @return array - */ public function getAvailableFilterOptions(): array { return [ @@ -31,9 +24,6 @@ public function getAvailableFilterOptions(): array ]; } - /** - * @param ClickQueryBuilder $clickQueryBuilder - */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void { if (in_array('active', $this->filter['status'])) { diff --git a/src/Strategies/FilterClicks/Filters/TracingCampaignFilter.php b/src/Strategies/FilterClicks/Filters/TracingCampaignFilter.php index 7f72108..1e020c9 100644 --- a/src/Strategies/FilterClicks/Filters/TracingCampaignFilter.php +++ b/src/Strategies/FilterClicks/Filters/TracingCampaignFilter.php @@ -7,10 +7,6 @@ class TracingCampaignFilter extends AbstractFilter { - /** - * @param array $filter - * @return bool - */ public function canProcess(array $filter): bool { $this->filter = $filter; @@ -19,17 +15,11 @@ public function canProcess(array $filter): bool && is_array($filter[TracingRepository::$CAMPAIGN]); } - /** - * @return array - */ public function getAvailableFilterOptions(): array { return []; } - /** - * @param ClickQueryBuilder $clickQueryBuilder - */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void { $clickQueryBuilder->whereInTracingCampaign($this->filter[TracingRepository::$CAMPAIGN]); diff --git a/src/Strategies/FilterClicks/Filters/TracingContentFilter.php b/src/Strategies/FilterClicks/Filters/TracingContentFilter.php index f74f38f..a466b57 100644 --- a/src/Strategies/FilterClicks/Filters/TracingContentFilter.php +++ b/src/Strategies/FilterClicks/Filters/TracingContentFilter.php @@ -7,10 +7,6 @@ class TracingContentFilter extends AbstractFilter { - /** - * @param array $filter - * @return bool - */ public function canProcess(array $filter): bool { $this->filter = $filter; @@ -19,17 +15,11 @@ public function canProcess(array $filter): bool && is_array($filter[TracingRepository::$CONTENT]); } - /** - * @return array - */ public function getAvailableFilterOptions(): array { return []; } - /** - * @param ClickQueryBuilder $clickQueryBuilder - */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void { $clickQueryBuilder->whereInTracingContent($this->filter[TracingRepository::$CONTENT]); diff --git a/src/Strategies/FilterClicks/Filters/TracingIdFilter.php b/src/Strategies/FilterClicks/Filters/TracingIdFilter.php index 35b56ed..e48efcf 100644 --- a/src/Strategies/FilterClicks/Filters/TracingIdFilter.php +++ b/src/Strategies/FilterClicks/Filters/TracingIdFilter.php @@ -7,10 +7,6 @@ class TracingIdFilter extends AbstractFilter { - /** - * @param array $filter - * @return bool - */ public function canProcess(array $filter): bool { $this->filter = $filter; @@ -19,17 +15,11 @@ public function canProcess(array $filter): bool && is_array($filter[TracingRepository::$ID]); } - /** - * @return array - */ public function getAvailableFilterOptions(): array { return []; } - /** - * @param ClickQueryBuilder $clickQueryBuilder - */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void { $clickQueryBuilder->whereInTracingId($this->filter[TracingRepository::$ID]); diff --git a/src/Strategies/FilterClicks/Filters/TracingMediumFilter.php b/src/Strategies/FilterClicks/Filters/TracingMediumFilter.php index 70e7e87..be558ab 100644 --- a/src/Strategies/FilterClicks/Filters/TracingMediumFilter.php +++ b/src/Strategies/FilterClicks/Filters/TracingMediumFilter.php @@ -7,10 +7,6 @@ class TracingMediumFilter extends AbstractFilter { - /** - * @param array $filter - * @return bool - */ public function canProcess(array $filter): bool { $this->filter = $filter; @@ -19,17 +15,11 @@ public function canProcess(array $filter): bool && is_array($filter[TracingRepository::$MEDIUM]); } - /** - * @return array - */ public function getAvailableFilterOptions(): array { return []; } - /** - * @param ClickQueryBuilder $clickQueryBuilder - */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void { $clickQueryBuilder->whereInTracingMedium($this->filter[TracingRepository::$MEDIUM]); diff --git a/src/Strategies/FilterClicks/Filters/TracingSourceFilter.php b/src/Strategies/FilterClicks/Filters/TracingSourceFilter.php index c26014a..9405f6a 100644 --- a/src/Strategies/FilterClicks/Filters/TracingSourceFilter.php +++ b/src/Strategies/FilterClicks/Filters/TracingSourceFilter.php @@ -7,10 +7,6 @@ class TracingSourceFilter extends AbstractFilter { - /** - * @param array $filter - * @return bool - */ public function canProcess(array $filter): bool { $this->filter = $filter; @@ -19,17 +15,11 @@ public function canProcess(array $filter): bool && is_array($filter[TracingRepository::$SOURCE]); } - /** - * @return array - */ public function getAvailableFilterOptions(): array { return []; } - /** - * @param ClickQueryBuilder $clickQueryBuilder - */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void { $clickQueryBuilder->whereInTracingSource($this->filter[TracingRepository::$SOURCE]); diff --git a/src/Strategies/FilterClicks/Filters/TracingTermFilter.php b/src/Strategies/FilterClicks/Filters/TracingTermFilter.php index 475c3ad..4898e26 100644 --- a/src/Strategies/FilterClicks/Filters/TracingTermFilter.php +++ b/src/Strategies/FilterClicks/Filters/TracingTermFilter.php @@ -7,10 +7,6 @@ class TracingTermFilter extends AbstractFilter { - /** - * @param array $filter - * @return bool - */ public function canProcess(array $filter): bool { $this->filter = $filter; @@ -19,17 +15,11 @@ public function canProcess(array $filter): bool && is_array($filter[TracingRepository::$TERM]); } - /** - * @return array - */ public function getAvailableFilterOptions(): array { return []; } - /** - * @param ClickQueryBuilder $clickQueryBuilder - */ public function handle(ClickQueryBuilder &$clickQueryBuilder): void { $clickQueryBuilder->whereInTracingTerm($this->filter[TracingRepository::$TERM]); diff --git a/src/Traits/Ownerable.php b/src/Traits/Ownerable.php index 4165452..f194e7d 100644 --- a/src/Traits/Ownerable.php +++ b/src/Traits/Ownerable.php @@ -8,9 +8,6 @@ trait Ownerable { - /** - * @return HasManyThrough - */ public function getShortUrls(): HasManyThrough { return $this->hasManyThrough( diff --git a/src/Traits/ShortUrlHelper.php b/src/Traits/ShortUrlHelper.php index c818e50..ad7cdff 100644 --- a/src/Traits/ShortUrlHelper.php +++ b/src/Traits/ShortUrlHelper.php @@ -88,9 +88,6 @@ public static function filterClickValidation(array $filter): array return $filter; } - /** - * @return string - */ private function generateUrlIdentifier(): string { $identifier = Str::random( @@ -104,10 +101,6 @@ private function generateUrlIdentifier(): string return $identifier; } - /** - * @param $identifier - * @return string - */ private function builtShortUrl($identifier): string { return str_replace( @@ -117,9 +110,6 @@ private function builtShortUrl($identifier): string ); } - /** - * @return string - */ private function buildShortUrl(): string { $host = config('urlshortener.branding.host') ?? 'localhost.test'; diff --git a/tests/Feature/ShortUrlBasicTest.php b/tests/Feature/ShortUrlBasicTest.php index fb32405..daf8c53 100644 --- a/tests/Feature/ShortUrlBasicTest.php +++ b/tests/Feature/ShortUrlBasicTest.php @@ -12,6 +12,7 @@ class ShortUrlBasicTest extends TestCase /** * @test + * * @group Feature */ public function it_can_create_a_basic_short_url() diff --git a/tests/Feature/ShortUrlClickTest.php b/tests/Feature/ShortUrlClickTest.php index 53e731c..4ab541a 100644 --- a/tests/Feature/ShortUrlClickTest.php +++ b/tests/Feature/ShortUrlClickTest.php @@ -16,6 +16,7 @@ class ShortUrlClickTest extends TestCase /** * @test + * * @group Feature * * @throws UrlRepositoryException @@ -63,6 +64,7 @@ public function it_can_track_and_retrieve_successfully_routed_clicks() /** * @test + * * @group Feature * * @throws UrlRepositoryException diff --git a/tests/TestCase.php b/tests/TestCase.php index f1b856c..c19dac5 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -63,10 +63,6 @@ public function setUp(): void ); } - /** - * @param array $query - * @return Request - */ public function buildClickRequest(array $query = []): Request { $query = array_merge($query, [ @@ -76,18 +72,11 @@ public function buildClickRequest(array $query = []): Request return Request::create('xyz.com/xyz', 'GET', $query); } - /** - * @return string - */ public function getPlainText(): string { return 'http://something-really-really-long.com/even/longer/thanks?ref=please&no=more&x='.rand(0, 199999); } - /** - * @param Request $request - * @param $location_ip - */ public function changeRequestIp(Request &$request, $location_ip) { $request->server->add(['REMOTE_ADDR' => $location_ip]); diff --git a/tests/Unit/Repositories/ClickRepositoryTest.php b/tests/Unit/Repositories/ClickRepositoryTest.php index c304247..44966b3 100644 --- a/tests/Unit/Repositories/ClickRepositoryTest.php +++ b/tests/Unit/Repositories/ClickRepositoryTest.php @@ -13,6 +13,7 @@ class ClickRepositoryTest extends TestCase /** * @test + * * @group ClickRepository */ public function it_can_find_a_click_by_its_id() @@ -32,6 +33,7 @@ public function it_can_find_a_click_by_its_id() /** * @test + * * @group ClickRepository */ public function it_can_create_a_click_in_db() @@ -54,6 +56,7 @@ public function it_can_create_a_click_in_db() /** * @test + * * @group ClickRepository */ public function it_can_get_correct_with_default_relations() diff --git a/tests/Unit/Repositories/TracingRepositoryTest.php b/tests/Unit/Repositories/TracingRepositoryTest.php index f89130e..d9457b8 100644 --- a/tests/Unit/Repositories/TracingRepositoryTest.php +++ b/tests/Unit/Repositories/TracingRepositoryTest.php @@ -16,6 +16,7 @@ class TracingRepositoryTest extends TestCase /** * @test + * * @group TracingRepository * * @throws ReflectionException @@ -47,10 +48,6 @@ private function getAllowedParameters() return $method->invoke((object) TracingRepository::class, []); } - /** - * @param array $query - * @return Request - */ private function buildRequestForTest(array $query): Request { return new Request($query); @@ -58,6 +55,7 @@ private function buildRequestForTest(array $query): Request /** * @test + * * @group TracingRepository * * @throws ReflectionException @@ -80,6 +78,7 @@ public function it_has_correct_allowed_parameters() /** * @test + * * @group TracingRepository */ public function it_can_create_a_trace_record() diff --git a/tests/Unit/Repositories/UrlRepositoryTest.php b/tests/Unit/Repositories/UrlRepositoryTest.php index 61ee247..dfda2c4 100644 --- a/tests/Unit/Repositories/UrlRepositoryTest.php +++ b/tests/Unit/Repositories/UrlRepositoryTest.php @@ -14,6 +14,7 @@ class UrlRepositoryTest extends TestCase /** * @test + * * @group UrlRepository */ public function it_can_find_ownership_record() @@ -31,6 +32,7 @@ public function it_can_find_ownership_record() /** * @test + * * @group UrlRepository */ public function it_can_create_ownership_record() @@ -50,6 +52,7 @@ public function it_can_create_ownership_record() /** * @test + * * @group UrlRepository */ public function it_can_find_short_url_by_hash() @@ -60,6 +63,7 @@ public function it_can_find_short_url_by_hash() /** * @test + * * @group UrlRepository */ public function it_can_create_a_short_url() @@ -83,6 +87,7 @@ public function it_can_create_a_short_url() /** * @test + * * @group UrlRepository */ public function it_can_update_a_short_url() @@ -100,6 +105,7 @@ public function it_can_update_a_short_url() /** * @test + * * @group UrlRepository */ public function it_can_bool_that_identifier_exists() diff --git a/tests/Unit/Services/ClickServiceTest.php b/tests/Unit/Services/ClickServiceTest.php index e114854..a621d89 100644 --- a/tests/Unit/Services/ClickServiceTest.php +++ b/tests/Unit/Services/ClickServiceTest.php @@ -16,6 +16,7 @@ class ClickServiceTest extends TestCase /** * @test + * * @group ClickService */ public function it_can_can_track_a_click() @@ -47,6 +48,7 @@ public function it_can_can_track_a_click() /** * @test + * * @group ClickService * * @throws UrlRepositoryException diff --git a/tests/Unit/Services/UrlServiceTest.php b/tests/Unit/Services/UrlServiceTest.php index 0e66a82..6c1e22e 100644 --- a/tests/Unit/Services/UrlServiceTest.php +++ b/tests/Unit/Services/UrlServiceTest.php @@ -20,6 +20,7 @@ class UrlServiceTest extends TestCase /** * @test + * * @group UrlService * * @throws UrlRepositoryException @@ -71,6 +72,7 @@ public function it_can_find_a_short_url_by_utm_combination() /** * @test + * * @group UrlService */ public function it_can_can_find_short_url_by_the_hash() @@ -83,6 +85,7 @@ public function it_can_can_find_short_url_by_the_hash() /** * @test + * * @group UrlService */ public function it_can_can_find_short_url_by_the_plain_text() @@ -95,6 +98,7 @@ public function it_can_can_find_short_url_by_the_plain_text() /** * @test + * * @group UrlService */ public function it_can_can_find_short_url_by_the_identifier() @@ -107,6 +111,7 @@ public function it_can_can_find_short_url_by_the_identifier() /** * @test + * * @group UrlService * * @throws UrlBuilderException @@ -130,6 +135,7 @@ public function it_can_successfully_attempt_to_verify_password() /** * @test + * * @group UrlService * * @throws UrlBuilderException @@ -151,6 +157,7 @@ public function it_can_successfully_attempt_to_verify_password_and_fail() /** * @test + * * @group UrlService * * @throws UrlRepositoryException @@ -180,6 +187,7 @@ public function it_can_attach_ownership_to_short_url() /** * @test + * * @group UrlService * * @throws Exception diff --git a/tests/Unit/Services/UtilityServiceTest.php b/tests/Unit/Services/UtilityServiceTest.php index 82fcc66..fccfc51 100644 --- a/tests/Unit/Services/UtilityServiceTest.php +++ b/tests/Unit/Services/UtilityServiceTest.php @@ -12,6 +12,7 @@ class UtilityServiceTest extends TestCase { /** * @test + * * @group UtilityService * * @throws UtilityServiceException @@ -23,6 +24,7 @@ public function it_can_successfully_get_an_instance_of_the_encrypter() /** * @test + * * @group UtilityService */ public function it_can_get_the_redirect_code() @@ -35,6 +37,7 @@ public function it_can_get_the_redirect_code() /** * @test + * * @group UtilityService */ public function it_can_get_redirect_headers() @@ -57,6 +60,7 @@ public function it_can_get_redirect_headers() /** * @test + * * @group UrlRepository */ public function it_can_construct_redirect_headers_with_dynamic_headers() @@ -69,6 +73,7 @@ public function it_can_construct_redirect_headers_with_dynamic_headers() /** * @test + * * @group UrlRepository */ public function it_can_construct_redirect_headers() diff --git a/tests/Unit/Strategies/FilterClicks/FilterClicksStrategyTest.php b/tests/Unit/Strategies/FilterClicks/FilterClicksStrategyTest.php index d02712e..54f44ea 100644 --- a/tests/Unit/Strategies/FilterClicks/FilterClicksStrategyTest.php +++ b/tests/Unit/Strategies/FilterClicks/FilterClicksStrategyTest.php @@ -36,6 +36,7 @@ public function setUp(): void /** * @test + * * @group FilterClickStrategy */ public function it_can_add_filter_strategies() @@ -51,6 +52,7 @@ public function it_can_add_filter_strategies() /** * @test + * * @group FilterClickStrategy */ public function it_can_can_process_outcome_filter() @@ -66,6 +68,7 @@ public function it_can_can_process_outcome_filter() /** * @test + * * @group FilterClickStrategy */ public function it_can_can_process_batch_filter() @@ -80,6 +83,7 @@ public function it_can_can_process_batch_filter() /** * @test + * * @group FilterClickStrategy */ public function it_can_can_process_identifier_filter() @@ -95,6 +99,7 @@ public function it_can_can_process_identifier_filter() /** * @test + * * @group FilterClickStrategy */ public function it_can_can_process_status_filter() @@ -110,6 +115,7 @@ public function it_can_can_process_status_filter() /** * @test + * * @group FilterClickStrategy */ public function it_can_can_process_ownership_filter() @@ -125,6 +131,7 @@ public function it_can_can_process_ownership_filter() /** * @test + * * @group FilterClickStrategy */ public function it_can_can_process_tracing_utm_id_filter() @@ -141,6 +148,7 @@ public function it_can_can_process_tracing_utm_id_filter() /** * @test + * * @group FilterClickStrategy */ public function it_can_can_process_tracing_utm_campaign_filter() @@ -157,6 +165,7 @@ public function it_can_can_process_tracing_utm_campaign_filter() /** * @test + * * @group FilterClickStrategy */ public function it_can_can_process_tracing_utm_source_filter() @@ -173,6 +182,7 @@ public function it_can_can_process_tracing_utm_source_filter() /** * @test + * * @group FilterClickStrategy */ public function it_can_can_process_tracing_utm_medium_filter() @@ -189,6 +199,7 @@ public function it_can_can_process_tracing_utm_medium_filter() /** * @test + * * @group FilterClickStrategy */ public function it_can_can_process_tracing_utm_content_filter() @@ -205,6 +216,7 @@ public function it_can_can_process_tracing_utm_content_filter() /** * @test + * * @group FilterClickStrategy */ public function it_can_can_process_tracing_utm_term_filter() diff --git a/tests/Unit/Traits/ShortUrlHelperTest.php b/tests/Unit/Traits/ShortUrlHelperTest.php index 14c2083..2c5ea8d 100644 --- a/tests/Unit/Traits/ShortUrlHelperTest.php +++ b/tests/Unit/Traits/ShortUrlHelperTest.php @@ -11,6 +11,7 @@ class ShortUrlHelperTest extends TestCase /** * @test + * * @group Traits */ public function it_can_validate_ownership_is_array_of_models_filter() @@ -28,6 +29,7 @@ public function it_can_validate_ownership_is_array_of_models_filter() /** * @test + * * @group Traits */ public function it_can_validate_ownership_is_not_array_of_models_filter() @@ -52,6 +54,7 @@ public function it_can_validate_ownership_is_not_array_of_models_filter() /** * @test + * * @group Traits */ public function it_can_build_short_url()