Bump the production-dependencies group with 2 updates

Bumps the production-dependencies group with 2 updates: [laravel/framework](https://github.com/laravel/framework) and [laravel/tinker](https://github.com/laravel/tinker).


Updates `laravel/framework` from 11.40.0 to 11.41.3
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v11.40.0...v11.41.3)

Updates `laravel/tinker` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/laravel/tinker/releases)
- [Changelog](https://github.com/laravel/tinker/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/tinker/compare/v2.10.0...v2.10.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: laravel/tinker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-03 12:04:25 +00:00
committed by GitHub
parent 8bcb561375
commit e89a9f9ead

174
composer.lock generated
View File

@@ -970,16 +970,16 @@
}, },
{ {
"name": "guzzlehttp/uri-template", "name": "guzzlehttp/uri-template",
"version": "v1.0.3", "version": "v1.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/uri-template.git", "url": "https://github.com/guzzle/uri-template.git",
"reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c" "reference": "30e286560c137526eccd4ce21b2de477ab0676d2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c", "url": "https://api.github.com/repos/guzzle/uri-template/zipball/30e286560c137526eccd4ce21b2de477ab0676d2",
"reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c", "reference": "30e286560c137526eccd4ce21b2de477ab0676d2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1036,7 +1036,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/uri-template/issues", "issues": "https://github.com/guzzle/uri-template/issues",
"source": "https://github.com/guzzle/uri-template/tree/v1.0.3" "source": "https://github.com/guzzle/uri-template/tree/v1.0.4"
}, },
"funding": [ "funding": [
{ {
@@ -1052,20 +1052,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-12-03T19:50:20+00:00" "time": "2025-02-03T10:55:03+00:00"
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v11.40.0", "version": "v11.41.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "599a28196d284fee158cc10086fd56ac625ad7a3" "reference": "3ef433d5865f30a19b6b1be247586068399b59cc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/599a28196d284fee158cc10086fd56ac625ad7a3", "url": "https://api.github.com/repos/laravel/framework/zipball/3ef433d5865f30a19b6b1be247586068399b59cc",
"reference": "599a28196d284fee158cc10086fd56ac625ad7a3", "reference": "3ef433d5865f30a19b6b1be247586068399b59cc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1267,20 +1267,20 @@
"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-01-24T16:17:42+00:00" "time": "2025-01-30T13:25:22+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.3.3", "version": "v0.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/prompts.git", "url": "https://github.com/laravel/prompts.git",
"reference": "749395fcd5f8f7530fe1f00dfa84eb22c83d94ea" "reference": "abeaa2ba4294247d5409490d1ca1bc6248087011"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/749395fcd5f8f7530fe1f00dfa84eb22c83d94ea", "url": "https://api.github.com/repos/laravel/prompts/zipball/abeaa2ba4294247d5409490d1ca1bc6248087011",
"reference": "749395fcd5f8f7530fe1f00dfa84eb22c83d94ea", "reference": "abeaa2ba4294247d5409490d1ca1bc6248087011",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1294,7 +1294,7 @@
"laravel/framework": ">=10.17.0 <10.25.0" "laravel/framework": ">=10.17.0 <10.25.0"
}, },
"require-dev": { "require-dev": {
"illuminate/collections": "^10.0|^11.0", "illuminate/collections": "^10.0|^11.0|^12.0",
"mockery/mockery": "^1.5", "mockery/mockery": "^1.5",
"pestphp/pest": "^2.3|^3.4", "pestphp/pest": "^2.3|^3.4",
"phpstan/phpstan": "^1.11", "phpstan/phpstan": "^1.11",
@@ -1324,31 +1324,31 @@
"description": "Add beautiful and user-friendly forms to your command-line applications.", "description": "Add beautiful and user-friendly forms to your command-line applications.",
"support": { "support": {
"issues": "https://github.com/laravel/prompts/issues", "issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.3.3" "source": "https://github.com/laravel/prompts/tree/v0.3.4"
}, },
"time": "2024-12-30T15:53:31+00:00" "time": "2025-01-24T15:41:01+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
"version": "v2.0.1", "version": "v2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/serializable-closure.git", "url": "https://github.com/laravel/serializable-closure.git",
"reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8" "reference": "2e1a362527783bcab6c316aad51bf36c5513ae44"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/613b2d4998f85564d40497e05e89cb6d9bd1cbe8", "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/2e1a362527783bcab6c316aad51bf36c5513ae44",
"reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8", "reference": "2e1a362527783bcab6c316aad51bf36c5513ae44",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^8.1" "php": "^8.1"
}, },
"require-dev": { "require-dev": {
"illuminate/support": "^10.0|^11.0", "illuminate/support": "^10.0|^11.0|^12.0",
"nesbot/carbon": "^2.67|^3.0", "nesbot/carbon": "^2.67|^3.0",
"pestphp/pest": "^2.36", "pestphp/pest": "^2.36|^3.0",
"phpstan/phpstan": "^2.0", "phpstan/phpstan": "^2.0",
"symfony/var-dumper": "^6.2.0|^7.0.0" "symfony/var-dumper": "^6.2.0|^7.0.0"
}, },
@@ -1387,26 +1387,26 @@
"issues": "https://github.com/laravel/serializable-closure/issues", "issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure" "source": "https://github.com/laravel/serializable-closure"
}, },
"time": "2024-12-16T15:26:28+00:00" "time": "2025-01-24T15:42:37+00:00"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
"version": "v2.10.0", "version": "v2.10.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/tinker.git", "url": "https://github.com/laravel/tinker.git",
"reference": "ba4d51eb56de7711b3a37d63aa0643e99a339ae5" "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/tinker/zipball/ba4d51eb56de7711b3a37d63aa0643e99a339ae5", "url": "https://api.github.com/repos/laravel/tinker/zipball/22177cc71807d38f2810c6204d8f7183d88a57d3",
"reference": "ba4d51eb56de7711b3a37d63aa0643e99a339ae5", "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"php": "^7.2.5|^8.0", "php": "^7.2.5|^8.0",
"psy/psysh": "^0.11.1|^0.12.0", "psy/psysh": "^0.11.1|^0.12.0",
"symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0" "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
@@ -1414,10 +1414,10 @@
"require-dev": { "require-dev": {
"mockery/mockery": "~1.3.3|^1.4.2", "mockery/mockery": "~1.3.3|^1.4.2",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^8.5.8|^9.3.3" "phpunit/phpunit": "^8.5.8|^9.3.3|^10.0"
}, },
"suggest": { "suggest": {
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)." "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -1451,9 +1451,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/tinker/issues", "issues": "https://github.com/laravel/tinker/issues",
"source": "https://github.com/laravel/tinker/tree/v2.10.0" "source": "https://github.com/laravel/tinker/tree/v2.10.1"
}, },
"time": "2024-09-23T13:32:56+00:00" "time": "2025-01-27T14:24:01+00:00"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
@@ -2997,16 +2997,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.12.4", "version": "v0.12.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "2fd717afa05341b4f8152547f142cd2f130f6818" "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/2fd717afa05341b4f8152547f142cd2f130f6818", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/d73fa3c74918ef4522bb8a3bf9cab39161c4b57c",
"reference": "2fd717afa05341b4f8152547f142cd2f130f6818", "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3033,12 +3033,12 @@
], ],
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": {
"dev-main": "0.12.x-dev"
},
"bamarni-bin": { "bamarni-bin": {
"bin-links": false, "bin-links": false,
"forward-command": false "forward-command": false
},
"branch-alias": {
"dev-main": "0.12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -3070,9 +3070,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.12.4" "source": "https://github.com/bobthecow/psysh/tree/v0.12.7"
}, },
"time": "2024-06-10T01:18:23+00:00" "time": "2024-12-10T01:58:33+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@@ -3600,16 +3600,16 @@
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v7.2.1", "version": "v7.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "6150b89186573046167796fa5f3f76601d5145f8" "reference": "959a74d044a6db21f4caa6d695648dcb5584cb49"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/6150b89186573046167796fa5f3f76601d5145f8", "url": "https://api.github.com/repos/symfony/error-handler/zipball/959a74d044a6db21f4caa6d695648dcb5584cb49",
"reference": "6150b89186573046167796fa5f3f76601d5145f8", "reference": "959a74d044a6db21f4caa6d695648dcb5584cb49",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3655,7 +3655,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code", "description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/error-handler/tree/v7.2.1" "source": "https://github.com/symfony/error-handler/tree/v7.2.3"
}, },
"funding": [ "funding": [
{ {
@@ -3671,7 +3671,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-12-07T08:50:44+00:00" "time": "2025-01-07T09:39:55+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
@@ -3895,16 +3895,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v7.2.2", "version": "v7.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "62d1a43796ca3fea3f83a8470dfe63a4af3bc588" "reference": "ee1b504b8926198be89d05e5b6fc4c3810c090f0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/62d1a43796ca3fea3f83a8470dfe63a4af3bc588", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ee1b504b8926198be89d05e5b6fc4c3810c090f0",
"reference": "62d1a43796ca3fea3f83a8470dfe63a4af3bc588", "reference": "ee1b504b8926198be89d05e5b6fc4c3810c090f0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3953,7 +3953,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v7.2.2" "source": "https://github.com/symfony/http-foundation/tree/v7.2.3"
}, },
"funding": [ "funding": [
{ {
@@ -3969,20 +3969,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-12-30T19:00:17+00:00" "time": "2025-01-17T10:56:55+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v7.2.2", "version": "v7.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "3c432966bd8c7ec7429663105f5a02d7e75b4306" "reference": "caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/3c432966bd8c7ec7429663105f5a02d7e75b4306", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b",
"reference": "3c432966bd8c7ec7429663105f5a02d7e75b4306", "reference": "caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4067,7 +4067,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v7.2.2" "source": "https://github.com/symfony/http-kernel/tree/v7.2.3"
}, },
"funding": [ "funding": [
{ {
@@ -4083,20 +4083,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-12-31T14:59:40+00:00" "time": "2025-01-29T07:40:13+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
"version": "v7.2.0", "version": "v7.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailer.git", "url": "https://github.com/symfony/mailer.git",
"reference": "e4d358702fb66e4c8a2af08e90e7271a62de39cc" "reference": "f3871b182c44997cf039f3b462af4a48fb85f9d3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/e4d358702fb66e4c8a2af08e90e7271a62de39cc", "url": "https://api.github.com/repos/symfony/mailer/zipball/f3871b182c44997cf039f3b462af4a48fb85f9d3",
"reference": "e4d358702fb66e4c8a2af08e90e7271a62de39cc", "reference": "f3871b182c44997cf039f3b462af4a48fb85f9d3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4147,7 +4147,7 @@
"description": "Helps sending emails", "description": "Helps sending emails",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/mailer/tree/v7.2.0" "source": "https://github.com/symfony/mailer/tree/v7.2.3"
}, },
"funding": [ "funding": [
{ {
@@ -4163,20 +4163,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-11-25T15:21:05+00:00" "time": "2025-01-27T11:08:17+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v7.2.1", "version": "v7.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283" "reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/7f9617fcf15cb61be30f8b252695ed5e2bfac283", "url": "https://api.github.com/repos/symfony/mime/zipball/2fc3b4bd67e4747e45195bc4c98bea4628476204",
"reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283", "reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4231,7 +4231,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v7.2.1" "source": "https://github.com/symfony/mime/tree/v7.2.3"
}, },
"funding": [ "funding": [
{ {
@@ -4247,7 +4247,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-12-07T08:50:44+00:00" "time": "2025-01-27T11:08:17+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@@ -4948,16 +4948,16 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v7.2.0", "version": "v7.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e" "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/e10a2450fa957af6c448b9b93c9010a4e4c0725e", "url": "https://api.github.com/repos/symfony/routing/zipball/ee9a67edc6baa33e5fae662f94f91fd262930996",
"reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e", "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5009,7 +5009,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v7.2.0" "source": "https://github.com/symfony/routing/tree/v7.2.3"
}, },
"funding": [ "funding": [
{ {
@@ -5025,7 +5025,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-11-25T11:08:51+00:00" "time": "2025-01-17T10:56:55+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@@ -5446,16 +5446,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v7.2.0", "version": "v7.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "c6a22929407dec8765d6e2b6ff85b800b245879c" "reference": "82b478c69745d8878eb60f9a049a4d584996f73a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/c6a22929407dec8765d6e2b6ff85b800b245879c", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82b478c69745d8878eb60f9a049a4d584996f73a",
"reference": "c6a22929407dec8765d6e2b6ff85b800b245879c", "reference": "82b478c69745d8878eb60f9a049a4d584996f73a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5509,7 +5509,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v7.2.0" "source": "https://github.com/symfony/var-dumper/tree/v7.2.3"
}, },
"funding": [ "funding": [
{ {
@@ -5525,7 +5525,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-11-08T15:48:14+00:00" "time": "2025-01-17T11:39:41+00:00"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",