Update to Laravel 11.9.2 and other packages

This commit is contained in:
Annika Backstrom 2024-06-03 19:33:49 +01:00
parent e666c432fd
commit 6506d97165
Signed by: annika
GPG Key ID: 3561F004DE1D9AFE
1 changed files with 136 additions and 134 deletions

270
composer.lock generated
View File

@ -1052,16 +1052,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v11.8.0", "version": "v11.9.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "ceb892a25817c888ef3df4d1a2af9cac53978300" "reference": "2b3e8d75f10b0ed17416282946355dc026bf326c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/ceb892a25817c888ef3df4d1a2af9cac53978300", "url": "https://api.github.com/repos/laravel/framework/zipball/2b3e8d75f10b0ed17416282946355dc026bf326c",
"reference": "ceb892a25817c888ef3df4d1a2af9cac53978300", "reference": "2b3e8d75f10b0ed17416282946355dc026bf326c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1253,20 +1253,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": "2024-05-21T17:57:45+00:00" "time": "2024-05-30T09:40:11+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.1.22", "version": "v0.1.23",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/prompts.git", "url": "https://github.com/laravel/prompts.git",
"reference": "37f94de71758dbfbccc9d299b0e5eb76e02a40f5" "reference": "9bc4df7c699b0452c6b815e64a2d84b6d7f99400"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/37f94de71758dbfbccc9d299b0e5eb76e02a40f5", "url": "https://api.github.com/repos/laravel/prompts/zipball/9bc4df7c699b0452c6b815e64a2d84b6d7f99400",
"reference": "37f94de71758dbfbccc9d299b0e5eb76e02a40f5", "reference": "9bc4df7c699b0452c6b815e64a2d84b6d7f99400",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1309,9 +1309,9 @@
"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.1.22" "source": "https://github.com/laravel/prompts/tree/v0.1.23"
}, },
"time": "2024-05-10T19:22:18+00:00" "time": "2024-05-27T13:53:20+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@ -1918,16 +1918,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "3.3.1", "version": "3.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a" "reference": "415782b7e48223342f1a616c16c45a95b15b2318"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/415782b7e48223342f1a616c16c45a95b15b2318",
"reference": "8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a", "reference": "415782b7e48223342f1a616c16c45a95b15b2318",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1945,13 +1945,13 @@
"require-dev": { "require-dev": {
"doctrine/dbal": "^3.6.3 || ^4.0", "doctrine/dbal": "^3.6.3 || ^4.0",
"doctrine/orm": "^2.15.2 || ^3.0", "doctrine/orm": "^2.15.2 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.52.1", "friendsofphp/php-cs-fixer": "^3.57.2",
"kylekatarnls/multi-tester": "^2.5.3", "kylekatarnls/multi-tester": "^2.5.3",
"ondrejmirtes/better-reflection": "^6.25.0.4", "ondrejmirtes/better-reflection": "^6.25.0.4",
"phpmd/phpmd": "^2.15.0", "phpmd/phpmd": "^2.15.0",
"phpstan/extension-installer": "^1.3.1", "phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.65", "phpstan/phpstan": "^1.11.2",
"phpunit/phpunit": "^10.5.15", "phpunit/phpunit": "^10.5.20",
"squizlabs/php_codesniffer": "^3.9.0" "squizlabs/php_codesniffer": "^3.9.0"
}, },
"bin": [ "bin": [
@ -2020,7 +2020,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-05-01T06:54:22+00:00" "time": "2024-06-03T17:25:54+00:00"
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
@ -3109,16 +3109,16 @@
}, },
{ {
"name": "symfony/clock", "name": "symfony/clock",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/clock.git", "url": "https://github.com/symfony/clock.git",
"reference": "2008671acb4a30b01c453de193cf9c80549ebda6" "reference": "fe47b7cf6a68c045c37928aa89a39d5eb9a2b37c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/clock/zipball/2008671acb4a30b01c453de193cf9c80549ebda6", "url": "https://api.github.com/repos/symfony/clock/zipball/fe47b7cf6a68c045c37928aa89a39d5eb9a2b37c",
"reference": "2008671acb4a30b01c453de193cf9c80549ebda6", "reference": "fe47b7cf6a68c045c37928aa89a39d5eb9a2b37c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3163,7 +3163,7 @@
"time" "time"
], ],
"support": { "support": {
"source": "https://github.com/symfony/clock/tree/v7.0.7" "source": "https://github.com/symfony/clock/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -3179,20 +3179,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-04-18T09:32:20+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "c981e0e9380ce9f146416bde3150c79197ce9986" "reference": "5bcde9e0b2ea9bd9772bca17618365ea921c5707"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/c981e0e9380ce9f146416bde3150c79197ce9986", "url": "https://api.github.com/repos/symfony/console/zipball/5bcde9e0b2ea9bd9772bca17618365ea921c5707",
"reference": "c981e0e9380ce9f146416bde3150c79197ce9986", "reference": "5bcde9e0b2ea9bd9772bca17618365ea921c5707",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3256,7 +3256,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v7.0.7" "source": "https://github.com/symfony/console/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -3272,20 +3272,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-05-17T10:55:18+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "b08a4ad89e84b29cec285b7b1f781a7ae51cf4bc" "reference": "843f2f7ac5e4c5bf0ec77daef23ca6d4d8922adc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/b08a4ad89e84b29cec285b7b1f781a7ae51cf4bc", "url": "https://api.github.com/repos/symfony/css-selector/zipball/843f2f7ac5e4c5bf0ec77daef23ca6d4d8922adc",
"reference": "b08a4ad89e84b29cec285b7b1f781a7ae51cf4bc", "reference": "843f2f7ac5e4c5bf0ec77daef23ca6d4d8922adc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3321,7 +3321,7 @@
"description": "Converts CSS selectors to XPath expressions", "description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/css-selector/tree/v7.0.7" "source": "https://github.com/symfony/css-selector/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -3337,7 +3337,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-04-18T09:32:20+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -3408,16 +3408,16 @@
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "cf97429887e40480c847bfeb6c3991e1e2c086ab" "reference": "477d911900bf32fc43a675f78d4cbaedbb78378f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/cf97429887e40480c847bfeb6c3991e1e2c086ab", "url": "https://api.github.com/repos/symfony/error-handler/zipball/477d911900bf32fc43a675f78d4cbaedbb78378f",
"reference": "cf97429887e40480c847bfeb6c3991e1e2c086ab", "reference": "477d911900bf32fc43a675f78d4cbaedbb78378f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3463,7 +3463,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.0.7" "source": "https://github.com/symfony/error-handler/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -3479,20 +3479,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-05-17T10:55:18+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "db2a7fab994d67d92356bb39c367db115d9d30f9" "reference": "522d2772d6c7bab843b0c52466dc7844622bacc2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db2a7fab994d67d92356bb39c367db115d9d30f9", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/522d2772d6c7bab843b0c52466dc7844622bacc2",
"reference": "db2a7fab994d67d92356bb39c367db115d9d30f9", "reference": "522d2772d6c7bab843b0c52466dc7844622bacc2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3543,7 +3543,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v7.0.7" "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -3559,7 +3559,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-04-18T09:32:20+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
@ -3639,16 +3639,16 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "4d58f0f4fe95a30d7b538d71197135483560b97c" "reference": "fb6c2d65c3dbf7ad83201a4168d4510c8dddaac7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/4d58f0f4fe95a30d7b538d71197135483560b97c", "url": "https://api.github.com/repos/symfony/finder/zipball/fb6c2d65c3dbf7ad83201a4168d4510c8dddaac7",
"reference": "4d58f0f4fe95a30d7b538d71197135483560b97c", "reference": "fb6c2d65c3dbf7ad83201a4168d4510c8dddaac7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3683,7 +3683,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v7.0.7" "source": "https://github.com/symfony/finder/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -3699,20 +3699,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-28T11:44:19+00:00" "time": "2024-04-28T18:29:00+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "0194e064b8bdc29381462f790bab04e1cac8fdc8" "reference": "f9c54a6b1697d0b3b3d541e89e7843cdb3c9bfb7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/0194e064b8bdc29381462f790bab04e1cac8fdc8", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f9c54a6b1697d0b3b3d541e89e7843cdb3c9bfb7",
"reference": "0194e064b8bdc29381462f790bab04e1cac8fdc8", "reference": "f9c54a6b1697d0b3b3d541e89e7843cdb3c9bfb7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3760,7 +3760,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.0.7" "source": "https://github.com/symfony/http-foundation/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -3776,25 +3776,26 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-05-20T16:41:11+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "e07bb9bd86e7cd8ba2d3d9c618eec9d1bbe06d25" "reference": "7eb093ee3911354aa13704d757127535dd8d371f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/e07bb9bd86e7cd8ba2d3d9c618eec9d1bbe06d25", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7eb093ee3911354aa13704d757127535dd8d371f",
"reference": "e07bb9bd86e7cd8ba2d3d9c618eec9d1bbe06d25", "reference": "7eb093ee3911354aa13704d757127535dd8d371f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.2", "php": ">=8.2",
"psr/log": "^1|^2|^3", "psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^6.4|^7.0", "symfony/error-handler": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0", "symfony/event-dispatcher": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0", "symfony/http-foundation": "^6.4|^7.0",
@ -3835,9 +3836,9 @@
"symfony/finder": "^6.4|^7.0", "symfony/finder": "^6.4|^7.0",
"symfony/http-client-contracts": "^2.5|^3", "symfony/http-client-contracts": "^2.5|^3",
"symfony/process": "^6.4|^7.0", "symfony/process": "^6.4|^7.0",
"symfony/property-access": "^6.4|^7.0", "symfony/property-access": "^7.1",
"symfony/routing": "^6.4|^7.0", "symfony/routing": "^6.4|^7.0",
"symfony/serializer": "^6.4.4|^7.0.4", "symfony/serializer": "^7.1",
"symfony/stopwatch": "^6.4|^7.0", "symfony/stopwatch": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0", "symfony/translation": "^6.4|^7.0",
"symfony/translation-contracts": "^2.5|^3", "symfony/translation-contracts": "^2.5|^3",
@ -3873,7 +3874,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.0.7" "source": "https://github.com/symfony/http-kernel/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -3889,20 +3890,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-29T12:20:25+00:00" "time": "2024-05-31T07:46:30+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailer.git", "url": "https://github.com/symfony/mailer.git",
"reference": "4ff41a7c7998a88cfdc31b5841ef64d9246fc56a" "reference": "1528f3fb85d1cbed8bf68a19d5428de662c29d7e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/4ff41a7c7998a88cfdc31b5841ef64d9246fc56a", "url": "https://api.github.com/repos/symfony/mailer/zipball/1528f3fb85d1cbed8bf68a19d5428de662c29d7e",
"reference": "4ff41a7c7998a88cfdc31b5841ef64d9246fc56a", "reference": "1528f3fb85d1cbed8bf68a19d5428de662c29d7e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3953,7 +3954,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.0.7" "source": "https://github.com/symfony/mailer/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -3969,20 +3970,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-05-31T07:45:05+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "3adbf110c306546f6f00337f421d2edca0e8d3c0" "reference": "92d6b9b1217eebff2035577db505b7e1435ca78c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/3adbf110c306546f6f00337f421d2edca0e8d3c0", "url": "https://api.github.com/repos/symfony/mime/zipball/92d6b9b1217eebff2035577db505b7e1435ca78c",
"reference": "3adbf110c306546f6f00337f421d2edca0e8d3c0", "reference": "92d6b9b1217eebff2035577db505b7e1435ca78c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4037,7 +4038,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v7.0.7" "source": "https://github.com/symfony/mime/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -4053,7 +4054,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-05-29T15:16:11+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -4768,16 +4769,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "3839e56b94dd1dbd13235d27504e66baf23faba0" "reference": "56c8a1ea51eb70003fee94a78c7d6d0f44832ce7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/3839e56b94dd1dbd13235d27504e66baf23faba0", "url": "https://api.github.com/repos/symfony/process/zipball/56c8a1ea51eb70003fee94a78c7d6d0f44832ce7",
"reference": "3839e56b94dd1dbd13235d27504e66baf23faba0", "reference": "56c8a1ea51eb70003fee94a78c7d6d0f44832ce7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4809,7 +4810,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v7.0.7" "source": "https://github.com/symfony/process/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -4825,20 +4826,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-05-17T10:55:18+00:00"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "9f82bf7766ccc9c22ab7aeb9bebb98351483fa5b" "reference": "0ec2f36fbd769467f98c9c02cea1b76ed117115d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/9f82bf7766ccc9c22ab7aeb9bebb98351483fa5b", "url": "https://api.github.com/repos/symfony/routing/zipball/0ec2f36fbd769467f98c9c02cea1b76ed117115d",
"reference": "9f82bf7766ccc9c22ab7aeb9bebb98351483fa5b", "reference": "0ec2f36fbd769467f98c9c02cea1b76ed117115d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4890,7 +4891,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v7.0.7" "source": "https://github.com/symfony/routing/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -4906,7 +4907,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-05-28T06:54:05+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@ -4993,16 +4994,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "e405b5424dc2528e02e31ba26b83a79fd4eb8f63" "reference": "6f41b185e742737917e6f2e3eca37767fba5f17a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/e405b5424dc2528e02e31ba26b83a79fd4eb8f63", "url": "https://api.github.com/repos/symfony/string/zipball/6f41b185e742737917e6f2e3eca37767fba5f17a",
"reference": "e405b5424dc2528e02e31ba26b83a79fd4eb8f63", "reference": "6f41b185e742737917e6f2e3eca37767fba5f17a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5016,6 +5017,7 @@
"symfony/translation-contracts": "<2.5" "symfony/translation-contracts": "<2.5"
}, },
"require-dev": { "require-dev": {
"symfony/emoji": "^7.1",
"symfony/error-handler": "^6.4|^7.0", "symfony/error-handler": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0", "symfony/http-client": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0", "symfony/intl": "^6.4|^7.0",
@ -5059,7 +5061,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v7.0.7" "source": "https://github.com/symfony/string/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -5075,20 +5077,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-05-17T10:55:18+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "1515e03afaa93e6419aba5d5c9d209159317100b" "reference": "583d18e461eada8270ca44b7d99f07abf1ab048e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/1515e03afaa93e6419aba5d5c9d209159317100b", "url": "https://api.github.com/repos/symfony/translation/zipball/583d18e461eada8270ca44b7d99f07abf1ab048e",
"reference": "1515e03afaa93e6419aba5d5c9d209159317100b", "reference": "583d18e461eada8270ca44b7d99f07abf1ab048e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5153,7 +5155,7 @@
"description": "Provides tools to internationalize your application", "description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/translation/tree/v7.0.7" "source": "https://github.com/symfony/translation/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -5169,7 +5171,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-05-02T11:50:05+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
@ -5251,16 +5253,16 @@
}, },
{ {
"name": "symfony/uid", "name": "symfony/uid",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/uid.git", "url": "https://github.com/symfony/uid.git",
"reference": "4f3a5d181999e25918586c8369de09e7814e7be2" "reference": "3bbcb15f311b86f72486826ade080d8013231f96"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/uid/zipball/4f3a5d181999e25918586c8369de09e7814e7be2", "url": "https://api.github.com/repos/symfony/uid/zipball/3bbcb15f311b86f72486826ade080d8013231f96",
"reference": "4f3a5d181999e25918586c8369de09e7814e7be2", "reference": "3bbcb15f311b86f72486826ade080d8013231f96",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5305,7 +5307,7 @@
"uuid" "uuid"
], ],
"support": { "support": {
"source": "https://github.com/symfony/uid/tree/v7.0.7" "source": "https://github.com/symfony/uid/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -5321,20 +5323,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-04-18T09:32:20+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "d1627b66fd87c8b4d90cabe5671c29d575690924" "reference": "595e4a4bc2118e7f4884315a684678b9403d44a6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/d1627b66fd87c8b4d90cabe5671c29d575690924", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/595e4a4bc2118e7f4884315a684678b9403d44a6",
"reference": "d1627b66fd87c8b4d90cabe5671c29d575690924", "reference": "595e4a4bc2118e7f4884315a684678b9403d44a6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5388,7 +5390,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v7.0.7" "source": "https://github.com/symfony/var-dumper/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -5404,7 +5406,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T09:29:19+00:00" "time": "2024-05-28T06:54:05+00:00"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",
@ -7238,16 +7240,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.29.0", "version": "1.29.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "536889f2b340489d328f5ffb7b02bb6b183ddedc" "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/536889f2b340489d328f5ffb7b02bb6b183ddedc", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4",
"reference": "536889f2b340489d328f5ffb7b02bb6b183ddedc", "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7279,9 +7281,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.0" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1"
}, },
"time": "2024-05-06T12:04:23+00:00" "time": "2024-05-31T08:52:43+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -8755,16 +8757,16 @@
}, },
{ {
"name": "spatie/ignition", "name": "spatie/ignition",
"version": "1.14.1", "version": "1.14.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/ignition.git", "url": "https://github.com/spatie/ignition.git",
"reference": "c23cc018c5f423d2f413b99f84655fceb6549811" "reference": "5e11c11f675bb5251f061491a493e04a1a571532"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/ignition/zipball/c23cc018c5f423d2f413b99f84655fceb6549811", "url": "https://api.github.com/repos/spatie/ignition/zipball/5e11c11f675bb5251f061491a493e04a1a571532",
"reference": "c23cc018c5f423d2f413b99f84655fceb6549811", "reference": "5e11c11f675bb5251f061491a493e04a1a571532",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8834,7 +8836,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-05-03T15:56:16+00:00" "time": "2024-05-29T08:10:20+00:00"
}, },
{ {
"name": "spatie/laravel-ignition", "name": "spatie/laravel-ignition",
@ -8930,16 +8932,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v7.0.7", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c" "reference": "c5f718c94e3c37dd77b77484e6cf0b524b2d405e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c", "url": "https://api.github.com/repos/symfony/yaml/zipball/c5f718c94e3c37dd77b77484e6cf0b524b2d405e",
"reference": "0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c", "reference": "c5f718c94e3c37dd77b77484e6cf0b524b2d405e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8981,7 +8983,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v7.0.7" "source": "https://github.com/symfony/yaml/tree/v7.1.0"
}, },
"funding": [ "funding": [
{ {
@ -8997,7 +8999,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-28T11:44:19+00:00" "time": "2024-04-28T18:29:00+00:00"
}, },
{ {
"name": "ta-tikoma/phpunit-architecture-test", "name": "ta-tikoma/phpunit-architecture-test",