diff --git a/composer.json b/composer.json index 8797b2c67..da55afcb2 100644 --- a/composer.json +++ b/composer.json @@ -9,36 +9,36 @@ "ext-pdo": "*", "ext-zip": "*", "abdelhamiderrahmouni/filament-monaco-editor": "^0.2.5", - "aws/aws-sdk-php": "~3.288.1", + "aws/aws-sdk-php": "^3.341", "calebporzio/sushi": "^2.5", "chillerlan/php-qrcode": "^5.0.2", "coderflex/filament-turnstile": "^2.2", "dedoc/scramble": "^0.12.10", "doctrine/dbal": "~3.6.0", "filament/filament": "^3.3", - "guzzlehttp/guzzle": "^7.8.1", - "laravel/framework": "^12.0", + "guzzlehttp/guzzle": "^7.9", + "laravel/framework": "^12.1", "laravel/helpers": "^1.7", "laravel/sanctum": "^4.0.2", - "laravel/socialite": "^5.17", + "laravel/socialite": "^5.18", "laravel/tinker": "^2.10.1", "laravel/ui": "^4.6", "lcobucci/jwt": "~4.3.0", - "league/flysystem-aws-s3-v3": "~3.12.2", - "league/flysystem-memory": "~3.10.3", + "league/flysystem-aws-s3-v3": "^3.29", + "league/flysystem-memory": "^3.29", "phpseclib/phpseclib": "~3.0.18", "pragmarx/google2fa": "~8.0.0", - "predis/predis": "~2.1.1", + "predis/predis": "^2.3", "s1lentium/iptools": "~1.2.0", "secondnetwork/blade-tabler-icons": "^3.26", "socialiteproviders/authentik": "^5.2", "socialiteproviders/discord": "^4.2", - "socialiteproviders/steam": "^4.2", + "socialiteproviders/steam": "^4.3", "spatie/laravel-fractal": "^6.3", "spatie/laravel-health": "^1.32", - "spatie/laravel-permission": "^6.12", + "spatie/laravel-permission": "^6.16", "spatie/laravel-query-builder": "^6.3", - "spatie/temporary-directory": "^2.2", + "spatie/temporary-directory": "^2.3", "symfony/http-client": "^7.2", "symfony/mailgun-mailer": "^7.2", "symfony/postmark-mailer": "^7.2", diff --git a/composer.lock b/composer.lock index 12bd706d4..dbf4f5bfc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c41860118b8cd47019b50fa5263e8078", + "content-hash": "bb91c0168d78ddd48801caaed75dd53f", "packages": [ { "name": "abdelhamiderrahmouni/filament-monaco-editor", @@ -212,16 +212,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.288.1", + "version": "3.341.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "a1dfa12c7165de0b731ae8074c4ba1f3ae733f89" + "reference": "8b82bdb43b202fd8c596a096ddcc9915f59f780a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a1dfa12c7165de0b731ae8074c4ba1f3ae733f89", - "reference": "a1dfa12c7165de0b731ae8074c4ba1f3ae733f89", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8b82bdb43b202fd8c596a096ddcc9915f59f780a", + "reference": "8b82bdb43b202fd8c596a096ddcc9915f59f780a", "shasum": "" }, "require": { @@ -229,31 +229,30 @@ "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", - "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", - "guzzlehttp/promises": "^1.4.0 || ^2.0", - "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", - "mtdowling/jmespath.php": "^2.6", - "php": ">=7.2.5", - "psr/http-message": "^1.0 || ^2.0" + "guzzlehttp/guzzle": "^7.4.5", + "guzzlehttp/promises": "^2.0", + "guzzlehttp/psr7": "^2.4.5", + "mtdowling/jmespath.php": "^2.8.0", + "php": ">=8.1", + "psr/http-message": "^2.0" }, "require-dev": { "andrewsville/php-token-reflection": "^1.4", "aws/aws-php-sns-message-validator": "~1.0", "behat/behat": "~3.0", - "composer/composer": "^1.10.22", + "composer/composer": "^2.7.8", "dms/phpunit-arraysubset-asserts": "^0.4.0", "doctrine/cache": "~1.4", "ext-dom": "*", "ext-openssl": "*", "ext-pcntl": "*", "ext-sockets": "*", - "nette/neon": "^2.3", - "paragonie/random_compat": ">= 2", "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5", - "psr/cache": "^1.0", - "psr/simple-cache": "^1.0", - "sebastian/comparator": "^1.2.3 || ^4.0", - "yoast/phpunit-polyfills": "^1.0" + "psr/cache": "^2.0 || ^3.0", + "psr/simple-cache": "^2.0 || ^3.0", + "sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0", + "symfony/filesystem": "^v6.4.0 || ^v7.1.0", + "yoast/phpunit-polyfills": "^2.0" }, "suggest": { "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", @@ -274,7 +273,10 @@ ], "psr-4": { "Aws\\": "src/" - } + }, + "exclude-from-classmap": [ + "src/data/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -299,11 +301,11 @@ "sdk" ], "support": { - "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", + "forum": "https://github.com/aws/aws-sdk-php/discussions", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.288.1" + "source": "https://github.com/aws/aws-sdk-php/tree/3.341.0" }, - "time": "2023-11-22T19:35:38+00:00" + "time": "2025-03-04T19:13:46+00:00" }, { "name": "blade-ui-kit/blade-heroicons", @@ -1850,7 +1852,7 @@ }, { "name": "filament/actions", - "version": "v3.3.0", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/filamentphp/actions.git", @@ -1903,16 +1905,16 @@ }, { "name": "filament/filament", - "version": "v3.3.0", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/filamentphp/panels.git", - "reference": "2ddea9d4c3c7d1bfce2d9ea6b3d7d7fe8c5682ec" + "reference": "6ca7e497517a78413777ab74a0688a70337f6b4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/panels/zipball/2ddea9d4c3c7d1bfce2d9ea6b3d7d7fe8c5682ec", - "reference": "2ddea9d4c3c7d1bfce2d9ea6b3d7d7fe8c5682ec", + "url": "https://api.github.com/repos/filamentphp/panels/zipball/6ca7e497517a78413777ab74a0688a70337f6b4f", + "reference": "6ca7e497517a78413777ab74a0688a70337f6b4f", "shasum": "" }, "require": { @@ -1964,20 +1966,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-25T08:19:05+00:00" + "time": "2025-03-05T09:26:29+00:00" }, { "name": "filament/forms", - "version": "v3.3.0", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "2d3670835f3fef356e8a0c2dc756eeb9f9acce73" + "reference": "420f6b2b30288c853024d189213e38f644dd6f6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/2d3670835f3fef356e8a0c2dc756eeb9f9acce73", - "reference": "2d3670835f3fef356e8a0c2dc756eeb9f9acce73", + "url": "https://api.github.com/repos/filamentphp/forms/zipball/420f6b2b30288c853024d189213e38f644dd6f6e", + "reference": "420f6b2b30288c853024d189213e38f644dd6f6e", "shasum": "" }, "require": { @@ -2020,20 +2022,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-25T08:19:00+00:00" + "time": "2025-03-05T09:26:39+00:00" }, { "name": "filament/infolists", - "version": "v3.3.0", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/filamentphp/infolists.git", - "reference": "3e5f9d2ec79a2be9080c9e081c5284bbeb93ed7a" + "reference": "3498bfd23670f94d9c2160d2a7382775dfc97430" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/infolists/zipball/3e5f9d2ec79a2be9080c9e081c5284bbeb93ed7a", - "reference": "3e5f9d2ec79a2be9080c9e081c5284bbeb93ed7a", + "url": "https://api.github.com/repos/filamentphp/infolists/zipball/3498bfd23670f94d9c2160d2a7382775dfc97430", + "reference": "3498bfd23670f94d9c2160d2a7382775dfc97430", "shasum": "" }, "require": { @@ -2071,11 +2073,11 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-25T08:19:04+00:00" + "time": "2025-03-03T08:11:43+00:00" }, { "name": "filament/notifications", - "version": "v3.3.0", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/filamentphp/notifications.git", @@ -2127,16 +2129,16 @@ }, { "name": "filament/support", - "version": "v3.3.0", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", - "reference": "9ae768216b8f1cd6921946c98364b95f51053b20" + "reference": "fb5ff99b8f7559815434c109d505c12c141510da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/support/zipball/9ae768216b8f1cd6921946c98364b95f51053b20", - "reference": "9ae768216b8f1cd6921946c98364b95f51053b20", + "url": "https://api.github.com/repos/filamentphp/support/zipball/fb5ff99b8f7559815434c109d505c12c141510da", + "reference": "fb5ff99b8f7559815434c109d505c12c141510da", "shasum": "" }, "require": { @@ -2182,20 +2184,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-25T08:19:17+00:00" + "time": "2025-03-05T09:26:25+00:00" }, { "name": "filament/tables", - "version": "v3.3.0", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "0b5152d810780d03a560b8e5387dc61881b72b42" + "reference": "5f2fbd8f0c6ffd19b2462269778ed96ce3c6fd35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/0b5152d810780d03a560b8e5387dc61881b72b42", - "reference": "0b5152d810780d03a560b8e5387dc61881b72b42", + "url": "https://api.github.com/repos/filamentphp/tables/zipball/5f2fbd8f0c6ffd19b2462269778ed96ce3c6fd35", + "reference": "5f2fbd8f0c6ffd19b2462269778ed96ce3c6fd35", "shasum": "" }, "require": { @@ -2234,11 +2236,11 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-25T08:19:15+00:00" + "time": "2025-03-03T09:07:30+00:00" }, { "name": "filament/widgets", - "version": "v3.3.0", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/filamentphp/widgets.git", @@ -2889,16 +2891,16 @@ }, { "name": "kirschbaum-development/eloquent-power-joins", - "version": "4.2.0", + "version": "4.2.1", "source": { "type": "git", "url": "https://github.com/kirschbaum-development/eloquent-power-joins.git", - "reference": "aafbe349e0ad4862273880652d0141bb753c4fc7" + "reference": "84a24784d9abde8bafb1998a0841a6bc10fa6f8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/aafbe349e0ad4862273880652d0141bb753c4fc7", - "reference": "aafbe349e0ad4862273880652d0141bb753c4fc7", + "url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/84a24784d9abde8bafb1998a0841a6bc10fa6f8e", + "reference": "84a24784d9abde8bafb1998a0841a6bc10fa6f8e", "shasum": "" }, "require": { @@ -2946,22 +2948,22 @@ ], "support": { "issues": "https://github.com/kirschbaum-development/eloquent-power-joins/issues", - "source": "https://github.com/kirschbaum-development/eloquent-power-joins/tree/4.2.0" + "source": "https://github.com/kirschbaum-development/eloquent-power-joins/tree/4.2.1" }, - "time": "2025-02-13T23:30:29+00:00" + "time": "2025-03-05T10:11:33+00:00" }, { "name": "laravel/framework", - "version": "v12.0.1", + "version": "v12.1.1", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "d99e2385a6d4324782d52f4423891966425641be" + "reference": "9be5738f1ca1530055bb9d6db81f909a7ed34842" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/d99e2385a6d4324782d52f4423891966425641be", - "reference": "d99e2385a6d4324782d52f4423891966425641be", + "url": "https://api.github.com/repos/laravel/framework/zipball/9be5738f1ca1530055bb9d6db81f909a7ed34842", + "reference": "9be5738f1ca1530055bb9d6db81f909a7ed34842", "shasum": "" }, "require": { @@ -3069,7 +3071,7 @@ "league/flysystem-read-only": "^3.25.1", "league/flysystem-sftp-v3": "^3.25.1", "mockery/mockery": "^1.6.10", - "orchestra/testbench-core": "^10.0", + "orchestra/testbench-core": "^10.0.0", "pda/pheanstalk": "^5.0.6", "php-http/discovery": "^1.15", "phpstan/phpstan": "^2.0", @@ -3163,7 +3165,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-02-24T13:31:23+00:00" + "time": "2025-03-05T15:31:19+00:00" }, { "name": "laravel/helpers", @@ -4110,20 +4112,20 @@ }, { "name": "league/flysystem-aws-s3-v3", - "version": "3.12.2", + "version": "3.29.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git", - "reference": "645e14e4a80bd2da8b01e57388e7296a695a80c2" + "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/645e14e4a80bd2da8b01e57388e7296a695a80c2", - "reference": "645e14e4a80bd2da8b01e57388e7296a695a80c2", + "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/c6ff6d4606e48249b63f269eba7fabdb584e76a9", + "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9", "shasum": "" }, "require": { - "aws/aws-sdk-php": "^3.220.0", + "aws/aws-sdk-php": "^3.295.10", "league/flysystem": "^3.10.0", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2" @@ -4159,24 +4161,9 @@ "storage" ], "support": { - "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues", - "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.12.2" + "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.29.0" }, - "funding": [ - { - "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": "2023-01-17T14:15:08+00:00" + "time": "2024-08-17T13:10:48+00:00" }, { "name": "league/flysystem-local", @@ -4229,21 +4216,21 @@ }, { "name": "league/flysystem-memory", - "version": "3.10.3", + "version": "3.29.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-memory.git", - "reference": "5405162ac81f4de5aa5fa01aae7d07382b7c797b" + "reference": "219c79ad8b1d614a58ac17b775bfb3a6b7228126" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/5405162ac81f4de5aa5fa01aae7d07382b7c797b", - "reference": "5405162ac81f4de5aa5fa01aae7d07382b7c797b", + "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/219c79ad8b1d614a58ac17b775bfb3a6b7228126", + "reference": "219c79ad8b1d614a58ac17b775bfb3a6b7228126", "shasum": "" }, "require": { "ext-fileinfo": "*", - "league/flysystem": "^2.0.0 || ^3.0.0", + "league/flysystem": "^3.0.0", "php": "^8.0.2" }, "type": "library", @@ -4271,24 +4258,9 @@ "memory" ], "support": { - "issues": "https://github.com/thephpleague/flysystem-memory/issues", - "source": "https://github.com/thephpleague/flysystem-memory/tree/3.10.3" + "source": "https://github.com/thephpleague/flysystem-memory/tree/3.29.0" }, - "funding": [ - { - "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-10-26T18:30:26+00:00" + "time": "2024-08-09T21:24:39+00:00" }, { "name": "league/fractal", @@ -4668,16 +4640,16 @@ }, { "name": "livewire/livewire", - "version": "v3.6.0", + "version": "v3.6.1", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "4c66b569cb729ba9b2f4a3c4e79f50fd8f2b71d1" + "reference": "0df0a762698176d714e42e2dfed92b6b9e24b8e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/4c66b569cb729ba9b2f4a3c4e79f50fd8f2b71d1", - "reference": "4c66b569cb729ba9b2f4a3c4e79f50fd8f2b71d1", + "url": "https://api.github.com/repos/livewire/livewire/zipball/0df0a762698176d714e42e2dfed92b6b9e24b8e4", + "reference": "0df0a762698176d714e42e2dfed92b6b9e24b8e4", "shasum": "" }, "require": { @@ -4732,7 +4704,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v3.6.0" + "source": "https://github.com/livewire/livewire/tree/v3.6.1" }, "funding": [ { @@ -4740,7 +4712,7 @@ "type": "github" } ], - "time": "2025-02-26T00:57:32+00:00" + "time": "2025-03-04T21:48:52+00:00" }, { "name": "masterminds/html5", @@ -5933,16 +5905,16 @@ }, { "name": "predis/predis", - "version": "v2.1.2", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "a77a43913a74f9331f637bb12867eb8e274814e5" + "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/a77a43913a74f9331f637bb12867eb8e274814e5", - "reference": "a77a43913a74f9331f637bb12867eb8e274814e5", + "url": "https://api.github.com/repos/predis/predis/zipball/bac46bfdb78cd6e9c7926c697012aae740cb9ec9", + "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9", "shasum": "" }, "require": { @@ -5951,7 +5923,10 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.3", "phpstan/phpstan": "^1.9", - "phpunit/phpunit": "^8.0 || ~9.4.4" + "phpunit/phpunit": "^8.0 || ^9.4" + }, + "suggest": { + "ext-relay": "Faster connection with in-memory caching (>=0.6.2)" }, "type": "library", "autoload": { @@ -5979,7 +5954,7 @@ ], "support": { "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v2.1.2" + "source": "https://github.com/predis/predis/tree/v2.3.0" }, "funding": [ { @@ -5987,7 +5962,7 @@ "type": "github" } ], - "time": "2023-03-02T18:32:04+00:00" + "time": "2024-11-21T20:00:02+00:00" }, { "name": "psr/cache", @@ -7496,16 +7471,16 @@ }, { "name": "spatie/laravel-health", - "version": "1.32.3", + "version": "1.32.4", "source": { "type": "git", "url": "https://github.com/spatie/laravel-health.git", - "reference": "3a3665f36902201c2dd9617e0b85659ef6595f91" + "reference": "6510025255c04fa2bd37c2a6611095c5129b53c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-health/zipball/3a3665f36902201c2dd9617e0b85659ef6595f91", - "reference": "3a3665f36902201c2dd9617e0b85659ef6595f91", + "url": "https://api.github.com/repos/spatie/laravel-health/zipball/6510025255c04fa2bd37c2a6611095c5129b53c2", + "reference": "6510025255c04fa2bd37c2a6611095c5129b53c2", "shasum": "" }, "require": { @@ -7577,7 +7552,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-health/tree/1.32.3" + "source": "https://github.com/spatie/laravel-health/tree/1.32.4" }, "funding": [ { @@ -7585,7 +7560,7 @@ "type": "github" } ], - "time": "2025-02-24T07:32:22+00:00" + "time": "2025-03-03T08:40:12+00:00" }, { "name": "spatie/laravel-package-tools", @@ -12820,16 +12795,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.6", + "version": "2.1.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c" + "reference": "12567f91a74036d56ba0af6d56c8e73ac0e8d850" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", - "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/12567f91a74036d56ba0af6d56c8e73ac0e8d850", + "reference": "12567f91a74036d56ba0af6d56c8e73ac0e8d850", "shasum": "" }, "require": { @@ -12874,7 +12849,7 @@ "type": "github" } ], - "time": "2025-02-19T15:46:42+00:00" + "time": "2025-03-05T13:43:55+00:00" }, { "name": "phpunit/php-code-coverage",