Laravel 12.1.1 Shift (#1057)

* Bump Laravel version constraint

* Bump community package dependencies

* composer update

---------

Co-authored-by: Shift <shift@laravelshift.com>
This commit is contained in:
Lance Pioch 2025-03-06 18:37:45 -05:00 committed by GitHub
parent d438e29154
commit c3a65aed07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 115 additions and 140 deletions

View File

@ -9,36 +9,36 @@
"ext-pdo": "*", "ext-pdo": "*",
"ext-zip": "*", "ext-zip": "*",
"abdelhamiderrahmouni/filament-monaco-editor": "^0.2.5", "abdelhamiderrahmouni/filament-monaco-editor": "^0.2.5",
"aws/aws-sdk-php": "~3.288.1", "aws/aws-sdk-php": "^3.341",
"calebporzio/sushi": "^2.5", "calebporzio/sushi": "^2.5",
"chillerlan/php-qrcode": "^5.0.2", "chillerlan/php-qrcode": "^5.0.2",
"coderflex/filament-turnstile": "^2.2", "coderflex/filament-turnstile": "^2.2",
"dedoc/scramble": "^0.12.10", "dedoc/scramble": "^0.12.10",
"doctrine/dbal": "~3.6.0", "doctrine/dbal": "~3.6.0",
"filament/filament": "^3.3", "filament/filament": "^3.3",
"guzzlehttp/guzzle": "^7.8.1", "guzzlehttp/guzzle": "^7.9",
"laravel/framework": "^12.0", "laravel/framework": "^12.1",
"laravel/helpers": "^1.7", "laravel/helpers": "^1.7",
"laravel/sanctum": "^4.0.2", "laravel/sanctum": "^4.0.2",
"laravel/socialite": "^5.17", "laravel/socialite": "^5.18",
"laravel/tinker": "^2.10.1", "laravel/tinker": "^2.10.1",
"laravel/ui": "^4.6", "laravel/ui": "^4.6",
"lcobucci/jwt": "~4.3.0", "lcobucci/jwt": "~4.3.0",
"league/flysystem-aws-s3-v3": "~3.12.2", "league/flysystem-aws-s3-v3": "^3.29",
"league/flysystem-memory": "~3.10.3", "league/flysystem-memory": "^3.29",
"phpseclib/phpseclib": "~3.0.18", "phpseclib/phpseclib": "~3.0.18",
"pragmarx/google2fa": "~8.0.0", "pragmarx/google2fa": "~8.0.0",
"predis/predis": "~2.1.1", "predis/predis": "^2.3",
"s1lentium/iptools": "~1.2.0", "s1lentium/iptools": "~1.2.0",
"secondnetwork/blade-tabler-icons": "^3.26", "secondnetwork/blade-tabler-icons": "^3.26",
"socialiteproviders/authentik": "^5.2", "socialiteproviders/authentik": "^5.2",
"socialiteproviders/discord": "^4.2", "socialiteproviders/discord": "^4.2",
"socialiteproviders/steam": "^4.2", "socialiteproviders/steam": "^4.3",
"spatie/laravel-fractal": "^6.3", "spatie/laravel-fractal": "^6.3",
"spatie/laravel-health": "^1.32", "spatie/laravel-health": "^1.32",
"spatie/laravel-permission": "^6.12", "spatie/laravel-permission": "^6.16",
"spatie/laravel-query-builder": "^6.3", "spatie/laravel-query-builder": "^6.3",
"spatie/temporary-directory": "^2.2", "spatie/temporary-directory": "^2.3",
"symfony/http-client": "^7.2", "symfony/http-client": "^7.2",
"symfony/mailgun-mailer": "^7.2", "symfony/mailgun-mailer": "^7.2",
"symfony/postmark-mailer": "^7.2", "symfony/postmark-mailer": "^7.2",

235
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c41860118b8cd47019b50fa5263e8078", "content-hash": "bb91c0168d78ddd48801caaed75dd53f",
"packages": [ "packages": [
{ {
"name": "abdelhamiderrahmouni/filament-monaco-editor", "name": "abdelhamiderrahmouni/filament-monaco-editor",
@ -212,16 +212,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.288.1", "version": "3.341.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "a1dfa12c7165de0b731ae8074c4ba1f3ae733f89" "reference": "8b82bdb43b202fd8c596a096ddcc9915f59f780a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a1dfa12c7165de0b731ae8074c4ba1f3ae733f89", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8b82bdb43b202fd8c596a096ddcc9915f59f780a",
"reference": "a1dfa12c7165de0b731ae8074c4ba1f3ae733f89", "reference": "8b82bdb43b202fd8c596a096ddcc9915f59f780a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -229,31 +229,30 @@
"ext-json": "*", "ext-json": "*",
"ext-pcre": "*", "ext-pcre": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", "guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/promises": "^1.4.0 || ^2.0", "guzzlehttp/promises": "^2.0",
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5", "guzzlehttp/psr7": "^2.4.5",
"mtdowling/jmespath.php": "^2.6", "mtdowling/jmespath.php": "^2.8.0",
"php": ">=7.2.5", "php": ">=8.1",
"psr/http-message": "^1.0 || ^2.0" "psr/http-message": "^2.0"
}, },
"require-dev": { "require-dev": {
"andrewsville/php-token-reflection": "^1.4", "andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0", "aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0", "behat/behat": "~3.0",
"composer/composer": "^1.10.22", "composer/composer": "^2.7.8",
"dms/phpunit-arraysubset-asserts": "^0.4.0", "dms/phpunit-arraysubset-asserts": "^0.4.0",
"doctrine/cache": "~1.4", "doctrine/cache": "~1.4",
"ext-dom": "*", "ext-dom": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ext-pcntl": "*", "ext-pcntl": "*",
"ext-sockets": "*", "ext-sockets": "*",
"nette/neon": "^2.3",
"paragonie/random_compat": ">= 2",
"phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5", "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
"psr/cache": "^1.0", "psr/cache": "^2.0 || ^3.0",
"psr/simple-cache": "^1.0", "psr/simple-cache": "^2.0 || ^3.0",
"sebastian/comparator": "^1.2.3 || ^4.0", "sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0",
"yoast/phpunit-polyfills": "^1.0" "symfony/filesystem": "^v6.4.0 || ^v7.1.0",
"yoast/phpunit-polyfills": "^2.0"
}, },
"suggest": { "suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
@ -274,7 +273,10 @@
], ],
"psr-4": { "psr-4": {
"Aws\\": "src/" "Aws\\": "src/"
} },
"exclude-from-classmap": [
"src/data/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -299,11 +301,11 @@
"sdk" "sdk"
], ],
"support": { "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", "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", "name": "blade-ui-kit/blade-heroicons",
@ -1850,7 +1852,7 @@
}, },
{ {
"name": "filament/actions", "name": "filament/actions",
"version": "v3.3.0", "version": "v3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filamentphp/actions.git", "url": "https://github.com/filamentphp/actions.git",
@ -1903,16 +1905,16 @@
}, },
{ {
"name": "filament/filament", "name": "filament/filament",
"version": "v3.3.0", "version": "v3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filamentphp/panels.git", "url": "https://github.com/filamentphp/panels.git",
"reference": "2ddea9d4c3c7d1bfce2d9ea6b3d7d7fe8c5682ec" "reference": "6ca7e497517a78413777ab74a0688a70337f6b4f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filamentphp/panels/zipball/2ddea9d4c3c7d1bfce2d9ea6b3d7d7fe8c5682ec", "url": "https://api.github.com/repos/filamentphp/panels/zipball/6ca7e497517a78413777ab74a0688a70337f6b4f",
"reference": "2ddea9d4c3c7d1bfce2d9ea6b3d7d7fe8c5682ec", "reference": "6ca7e497517a78413777ab74a0688a70337f6b4f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1964,20 +1966,20 @@
"issues": "https://github.com/filamentphp/filament/issues", "issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament" "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", "name": "filament/forms",
"version": "v3.3.0", "version": "v3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filamentphp/forms.git", "url": "https://github.com/filamentphp/forms.git",
"reference": "2d3670835f3fef356e8a0c2dc756eeb9f9acce73" "reference": "420f6b2b30288c853024d189213e38f644dd6f6e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filamentphp/forms/zipball/2d3670835f3fef356e8a0c2dc756eeb9f9acce73", "url": "https://api.github.com/repos/filamentphp/forms/zipball/420f6b2b30288c853024d189213e38f644dd6f6e",
"reference": "2d3670835f3fef356e8a0c2dc756eeb9f9acce73", "reference": "420f6b2b30288c853024d189213e38f644dd6f6e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2020,20 +2022,20 @@
"issues": "https://github.com/filamentphp/filament/issues", "issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament" "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", "name": "filament/infolists",
"version": "v3.3.0", "version": "v3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filamentphp/infolists.git", "url": "https://github.com/filamentphp/infolists.git",
"reference": "3e5f9d2ec79a2be9080c9e081c5284bbeb93ed7a" "reference": "3498bfd23670f94d9c2160d2a7382775dfc97430"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filamentphp/infolists/zipball/3e5f9d2ec79a2be9080c9e081c5284bbeb93ed7a", "url": "https://api.github.com/repos/filamentphp/infolists/zipball/3498bfd23670f94d9c2160d2a7382775dfc97430",
"reference": "3e5f9d2ec79a2be9080c9e081c5284bbeb93ed7a", "reference": "3498bfd23670f94d9c2160d2a7382775dfc97430",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2071,11 +2073,11 @@
"issues": "https://github.com/filamentphp/filament/issues", "issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament" "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", "name": "filament/notifications",
"version": "v3.3.0", "version": "v3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filamentphp/notifications.git", "url": "https://github.com/filamentphp/notifications.git",
@ -2127,16 +2129,16 @@
}, },
{ {
"name": "filament/support", "name": "filament/support",
"version": "v3.3.0", "version": "v3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filamentphp/support.git", "url": "https://github.com/filamentphp/support.git",
"reference": "9ae768216b8f1cd6921946c98364b95f51053b20" "reference": "fb5ff99b8f7559815434c109d505c12c141510da"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filamentphp/support/zipball/9ae768216b8f1cd6921946c98364b95f51053b20", "url": "https://api.github.com/repos/filamentphp/support/zipball/fb5ff99b8f7559815434c109d505c12c141510da",
"reference": "9ae768216b8f1cd6921946c98364b95f51053b20", "reference": "fb5ff99b8f7559815434c109d505c12c141510da",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2182,20 +2184,20 @@
"issues": "https://github.com/filamentphp/filament/issues", "issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament" "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", "name": "filament/tables",
"version": "v3.3.0", "version": "v3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filamentphp/tables.git", "url": "https://github.com/filamentphp/tables.git",
"reference": "0b5152d810780d03a560b8e5387dc61881b72b42" "reference": "5f2fbd8f0c6ffd19b2462269778ed96ce3c6fd35"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filamentphp/tables/zipball/0b5152d810780d03a560b8e5387dc61881b72b42", "url": "https://api.github.com/repos/filamentphp/tables/zipball/5f2fbd8f0c6ffd19b2462269778ed96ce3c6fd35",
"reference": "0b5152d810780d03a560b8e5387dc61881b72b42", "reference": "5f2fbd8f0c6ffd19b2462269778ed96ce3c6fd35",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2234,11 +2236,11 @@
"issues": "https://github.com/filamentphp/filament/issues", "issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament" "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", "name": "filament/widgets",
"version": "v3.3.0", "version": "v3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filamentphp/widgets.git", "url": "https://github.com/filamentphp/widgets.git",
@ -2889,16 +2891,16 @@
}, },
{ {
"name": "kirschbaum-development/eloquent-power-joins", "name": "kirschbaum-development/eloquent-power-joins",
"version": "4.2.0", "version": "4.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/kirschbaum-development/eloquent-power-joins.git", "url": "https://github.com/kirschbaum-development/eloquent-power-joins.git",
"reference": "aafbe349e0ad4862273880652d0141bb753c4fc7" "reference": "84a24784d9abde8bafb1998a0841a6bc10fa6f8e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/aafbe349e0ad4862273880652d0141bb753c4fc7", "url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/84a24784d9abde8bafb1998a0841a6bc10fa6f8e",
"reference": "aafbe349e0ad4862273880652d0141bb753c4fc7", "reference": "84a24784d9abde8bafb1998a0841a6bc10fa6f8e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2946,22 +2948,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/kirschbaum-development/eloquent-power-joins/issues", "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", "name": "laravel/framework",
"version": "v12.0.1", "version": "v12.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "d99e2385a6d4324782d52f4423891966425641be" "reference": "9be5738f1ca1530055bb9d6db81f909a7ed34842"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/d99e2385a6d4324782d52f4423891966425641be", "url": "https://api.github.com/repos/laravel/framework/zipball/9be5738f1ca1530055bb9d6db81f909a7ed34842",
"reference": "d99e2385a6d4324782d52f4423891966425641be", "reference": "9be5738f1ca1530055bb9d6db81f909a7ed34842",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3069,7 +3071,7 @@
"league/flysystem-read-only": "^3.25.1", "league/flysystem-read-only": "^3.25.1",
"league/flysystem-sftp-v3": "^3.25.1", "league/flysystem-sftp-v3": "^3.25.1",
"mockery/mockery": "^1.6.10", "mockery/mockery": "^1.6.10",
"orchestra/testbench-core": "^10.0", "orchestra/testbench-core": "^10.0.0",
"pda/pheanstalk": "^5.0.6", "pda/pheanstalk": "^5.0.6",
"php-http/discovery": "^1.15", "php-http/discovery": "^1.15",
"phpstan/phpstan": "^2.0", "phpstan/phpstan": "^2.0",
@ -3163,7 +3165,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "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", "name": "laravel/helpers",
@ -4110,20 +4112,20 @@
}, },
{ {
"name": "league/flysystem-aws-s3-v3", "name": "league/flysystem-aws-s3-v3",
"version": "3.12.2", "version": "3.29.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git", "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
"reference": "645e14e4a80bd2da8b01e57388e7296a695a80c2" "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/645e14e4a80bd2da8b01e57388e7296a695a80c2", "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/c6ff6d4606e48249b63f269eba7fabdb584e76a9",
"reference": "645e14e4a80bd2da8b01e57388e7296a695a80c2", "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"aws/aws-sdk-php": "^3.220.0", "aws/aws-sdk-php": "^3.295.10",
"league/flysystem": "^3.10.0", "league/flysystem": "^3.10.0",
"league/mime-type-detection": "^1.0.0", "league/mime-type-detection": "^1.0.0",
"php": "^8.0.2" "php": "^8.0.2"
@ -4159,24 +4161,9 @@
"storage" "storage"
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues", "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.29.0"
"source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.12.2"
}, },
"funding": [ "time": "2024-08-17T13:10:48+00:00"
{
"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"
}, },
{ {
"name": "league/flysystem-local", "name": "league/flysystem-local",
@ -4229,21 +4216,21 @@
}, },
{ {
"name": "league/flysystem-memory", "name": "league/flysystem-memory",
"version": "3.10.3", "version": "3.29.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem-memory.git", "url": "https://github.com/thephpleague/flysystem-memory.git",
"reference": "5405162ac81f4de5aa5fa01aae7d07382b7c797b" "reference": "219c79ad8b1d614a58ac17b775bfb3a6b7228126"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/5405162ac81f4de5aa5fa01aae7d07382b7c797b", "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/219c79ad8b1d614a58ac17b775bfb3a6b7228126",
"reference": "5405162ac81f4de5aa5fa01aae7d07382b7c797b", "reference": "219c79ad8b1d614a58ac17b775bfb3a6b7228126",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-fileinfo": "*", "ext-fileinfo": "*",
"league/flysystem": "^2.0.0 || ^3.0.0", "league/flysystem": "^3.0.0",
"php": "^8.0.2" "php": "^8.0.2"
}, },
"type": "library", "type": "library",
@ -4271,24 +4258,9 @@
"memory" "memory"
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/flysystem-memory/issues", "source": "https://github.com/thephpleague/flysystem-memory/tree/3.29.0"
"source": "https://github.com/thephpleague/flysystem-memory/tree/3.10.3"
}, },
"funding": [ "time": "2024-08-09T21:24:39+00:00"
{
"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"
}, },
{ {
"name": "league/fractal", "name": "league/fractal",
@ -4668,16 +4640,16 @@
}, },
{ {
"name": "livewire/livewire", "name": "livewire/livewire",
"version": "v3.6.0", "version": "v3.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/livewire/livewire.git", "url": "https://github.com/livewire/livewire.git",
"reference": "4c66b569cb729ba9b2f4a3c4e79f50fd8f2b71d1" "reference": "0df0a762698176d714e42e2dfed92b6b9e24b8e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/4c66b569cb729ba9b2f4a3c4e79f50fd8f2b71d1", "url": "https://api.github.com/repos/livewire/livewire/zipball/0df0a762698176d714e42e2dfed92b6b9e24b8e4",
"reference": "4c66b569cb729ba9b2f4a3c4e79f50fd8f2b71d1", "reference": "0df0a762698176d714e42e2dfed92b6b9e24b8e4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4732,7 +4704,7 @@
"description": "A front-end framework for Laravel.", "description": "A front-end framework for Laravel.",
"support": { "support": {
"issues": "https://github.com/livewire/livewire/issues", "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": [ "funding": [
{ {
@ -4740,7 +4712,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-02-26T00:57:32+00:00" "time": "2025-03-04T21:48:52+00:00"
}, },
{ {
"name": "masterminds/html5", "name": "masterminds/html5",
@ -5933,16 +5905,16 @@
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
"version": "v2.1.2", "version": "v2.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/predis/predis.git", "url": "https://github.com/predis/predis.git",
"reference": "a77a43913a74f9331f637bb12867eb8e274814e5" "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/a77a43913a74f9331f637bb12867eb8e274814e5", "url": "https://api.github.com/repos/predis/predis/zipball/bac46bfdb78cd6e9c7926c697012aae740cb9ec9",
"reference": "a77a43913a74f9331f637bb12867eb8e274814e5", "reference": "bac46bfdb78cd6e9c7926c697012aae740cb9ec9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5951,7 +5923,10 @@
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.3", "friendsofphp/php-cs-fixer": "^3.3",
"phpstan/phpstan": "^1.9", "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", "type": "library",
"autoload": { "autoload": {
@ -5979,7 +5954,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/predis/predis/issues", "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": [ "funding": [
{ {
@ -5987,7 +5962,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-03-02T18:32:04+00:00" "time": "2024-11-21T20:00:02+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",
@ -7496,16 +7471,16 @@
}, },
{ {
"name": "spatie/laravel-health", "name": "spatie/laravel-health",
"version": "1.32.3", "version": "1.32.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-health.git", "url": "https://github.com/spatie/laravel-health.git",
"reference": "3a3665f36902201c2dd9617e0b85659ef6595f91" "reference": "6510025255c04fa2bd37c2a6611095c5129b53c2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-health/zipball/3a3665f36902201c2dd9617e0b85659ef6595f91", "url": "https://api.github.com/repos/spatie/laravel-health/zipball/6510025255c04fa2bd37c2a6611095c5129b53c2",
"reference": "3a3665f36902201c2dd9617e0b85659ef6595f91", "reference": "6510025255c04fa2bd37c2a6611095c5129b53c2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7577,7 +7552,7 @@
"spatie" "spatie"
], ],
"support": { "support": {
"source": "https://github.com/spatie/laravel-health/tree/1.32.3" "source": "https://github.com/spatie/laravel-health/tree/1.32.4"
}, },
"funding": [ "funding": [
{ {
@ -7585,7 +7560,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-02-24T07:32:22+00:00" "time": "2025-03-03T08:40:12+00:00"
}, },
{ {
"name": "spatie/laravel-package-tools", "name": "spatie/laravel-package-tools",
@ -12820,16 +12795,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "2.1.6", "version": "2.1.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c" "reference": "12567f91a74036d56ba0af6d56c8e73ac0e8d850"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/12567f91a74036d56ba0af6d56c8e73ac0e8d850",
"reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", "reference": "12567f91a74036d56ba0af6d56c8e73ac0e8d850",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12874,7 +12849,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-02-19T15:46:42+00:00" "time": "2025-03-05T13:43:55+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",