🗑️ Refactor Meetup model by removing unused $fillable fields and updating dependencies in composer.lock

- Removed unnecessary `city_id` and `created_by` attributes from `Meetup` model.
- Updated multiple dependencies in `composer.lock`, including `guzzlehttp/guzzle`, `laravel/framework`, and other libraries to the latest versions.
- Verified all updates maintain compatibility with existing functionality.
This commit is contained in:
HolgerHatGarKeineNode
2026-05-31 22:55:24 +02:00
parent 52cf81abca
commit 1d2a8ed456
16 changed files with 1826 additions and 319 deletions
Generated
+160 -143
View File
@@ -1350,16 +1350,16 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "7.10.0",
"version": "7.10.4",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
"reference": "aec528da477062d3af11f51e6b33402be233b21f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/aec528da477062d3af11f51e6b33402be233b21f",
"reference": "aec528da477062d3af11f51e6b33402be233b21f",
"shasum": ""
},
"require": {
@@ -1377,8 +1377,9 @@
"bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*",
"guzzle/client-integration-tests": "3.0.2",
"guzzlehttp/test-server": "^0.3.2",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.39 || ^9.6.20",
"phpunit/phpunit": "^8.5.52 || ^9.6.34",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
@@ -1456,7 +1457,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.10.0"
"source": "https://github.com/guzzle/guzzle/tree/7.10.4"
},
"funding": [
{
@@ -1472,20 +1473,20 @@
"type": "tidelift"
}
],
"time": "2025-08-23T22:36:01+00:00"
"time": "2026-05-22T19:00:53+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "2.3.0",
"version": "2.4.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "481557b130ef3790cf82b713667b43030dc9c957"
"reference": "09e8a212562fb1fb6a512c4156ed71525969d6c2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
"reference": "481557b130ef3790cf82b713667b43030dc9c957",
"url": "https://api.github.com/repos/guzzle/promises/zipball/09e8a212562fb1fb6a512c4156ed71525969d6c2",
"reference": "09e8a212562fb1fb6a512c4156ed71525969d6c2",
"shasum": ""
},
"require": {
@@ -1493,7 +1494,7 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.44 || ^9.6.25"
"phpunit/phpunit": "^8.5.52 || ^9.6.34"
},
"type": "library",
"extra": {
@@ -1539,7 +1540,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/2.3.0"
"source": "https://github.com/guzzle/promises/tree/2.4.1"
},
"funding": [
{
@@ -1555,20 +1556,20 @@
"type": "tidelift"
}
],
"time": "2025-08-22T14:34:08+00:00"
"time": "2026-05-20T22:57:30+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "2.9.0",
"version": "2.10.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884"
"reference": "73ab136360b5dfd858006eae9795e8fe43c80361"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884",
"reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/73ab136360b5dfd858006eae9795e8fe43c80361",
"reference": "73ab136360b5dfd858006eae9795e8fe43c80361",
"shasum": ""
},
"require": {
@@ -1583,9 +1584,9 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "0.9.0",
"http-interop/http-factory-tests": "1.1.0",
"jshttp/mime-db": "1.54.0.1",
"phpunit/phpunit": "^8.5.44 || ^9.6.25"
"phpunit/phpunit": "^8.5.52 || ^9.6.34"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@@ -1656,7 +1657,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.9.0"
"source": "https://github.com/guzzle/psr7/tree/2.10.1"
},
"funding": [
{
@@ -1672,20 +1673,20 @@
"type": "tidelift"
}
],
"time": "2026-03-10T16:41:02+00:00"
"time": "2026-05-20T09:27:36+00:00"
},
{
"name": "guzzlehttp/uri-template",
"version": "v1.0.5",
"version": "v1.0.6",
"source": {
"type": "git",
"url": "https://github.com/guzzle/uri-template.git",
"reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1"
"reference": "eef7f87bab6f204eba3c39224d8075c70c637946"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1",
"reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1",
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/eef7f87bab6f204eba3c39224d8075c70c637946",
"reference": "eef7f87bab6f204eba3c39224d8075c70c637946",
"shasum": ""
},
"require": {
@@ -1694,7 +1695,7 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.44 || ^9.6.25",
"phpunit/phpunit": "^8.5.52 || ^9.6.34",
"uri-template/tests": "1.0.0"
},
"type": "library",
@@ -1742,7 +1743,7 @@
],
"support": {
"issues": "https://github.com/guzzle/uri-template/issues",
"source": "https://github.com/guzzle/uri-template/tree/v1.0.5"
"source": "https://github.com/guzzle/uri-template/tree/v1.0.6"
},
"funding": [
{
@@ -1758,7 +1759,7 @@
"type": "tidelift"
}
],
"time": "2025-08-22T14:27:06+00:00"
"time": "2026-05-23T22:00:21+00:00"
},
{
"name": "jean85/pretty-package-versions",
@@ -1822,16 +1823,16 @@
},
{
"name": "laravel/framework",
"version": "v13.9.0",
"version": "v13.11.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "a0c6ad03b380287015287d8d5a0fa2459e2332fd"
"reference": "4148042bf6ee01edd05408f1f66d91b231f85c25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/a0c6ad03b380287015287d8d5a0fa2459e2332fd",
"reference": "a0c6ad03b380287015287d8d5a0fa2459e2332fd",
"url": "https://api.github.com/repos/laravel/framework/zipball/4148042bf6ee01edd05408f1f66d91b231f85c25",
"reference": "4148042bf6ee01edd05408f1f66d91b231f85c25",
"shasum": ""
},
"require": {
@@ -2042,20 +2043,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2026-05-13T15:38:40+00:00"
"time": "2026-05-20T11:46:02+00:00"
},
{
"name": "laravel/nightwatch",
"version": "1.26.1",
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/nightwatch.git",
"reference": "9212390822f80e6e3e4f399ad7818c551d94af71"
"reference": "d0f9cbe7364ffb9e4577c558a8fe7cded4d07a31"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/nightwatch/zipball/9212390822f80e6e3e4f399ad7818c551d94af71",
"reference": "9212390822f80e6e3e4f399ad7818c551d94af71",
"url": "https://api.github.com/repos/laravel/nightwatch/zipball/d0f9cbe7364ffb9e4577c558a8fe7cded4d07a31",
"reference": "d0f9cbe7364ffb9e4577c558a8fe7cded4d07a31",
"shasum": ""
},
"require": {
@@ -2136,20 +2137,20 @@
"issues": "https://github.com/laravel/nightwatch/issues",
"source": "https://github.com/laravel/nightwatch"
},
"time": "2026-04-13T03:38:38+00:00"
"time": "2026-05-21T01:59:31+00:00"
},
{
"name": "laravel/prompts",
"version": "v0.3.17",
"version": "v0.3.18",
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
"reference": "6a82ac19a28b916ae0885828795dbd4c59d9a818"
"reference": "a19af51bb144bf87f08397921fa619f85c7d4e72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/6a82ac19a28b916ae0885828795dbd4c59d9a818",
"reference": "6a82ac19a28b916ae0885828795dbd4c59d9a818",
"url": "https://api.github.com/repos/laravel/prompts/zipball/a19af51bb144bf87f08397921fa619f85c7d4e72",
"reference": "a19af51bb144bf87f08397921fa619f85c7d4e72",
"shasum": ""
},
"require": {
@@ -2193,9 +2194,9 @@
"description": "Add beautiful and user-friendly forms to your command-line applications.",
"support": {
"issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.3.17"
"source": "https://github.com/laravel/prompts/tree/v0.3.18"
},
"time": "2026-04-20T16:07:33+00:00"
"time": "2026-05-19T00:47:18+00:00"
},
{
"name": "laravel/reverb",
@@ -4926,16 +4927,16 @@
},
{
"name": "power-components/livewire-powergrid",
"version": "v6.10.1",
"version": "v6.10.3",
"source": {
"type": "git",
"url": "https://github.com/Power-Components/livewire-powergrid.git",
"reference": "19245083438fa0571f03418e0b719e1e0ebb0428"
"reference": "77557ae0d59b32715c73ebcfc0c3ba3612d44d37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Power-Components/livewire-powergrid/zipball/19245083438fa0571f03418e0b719e1e0ebb0428",
"reference": "19245083438fa0571f03418e0b719e1e0ebb0428",
"url": "https://api.github.com/repos/Power-Components/livewire-powergrid/zipball/77557ae0d59b32715c73ebcfc0c3ba3612d44d37",
"reference": "77557ae0d59b32715c73ebcfc0c3ba3612d44d37",
"shasum": ""
},
"require": {
@@ -4992,7 +4993,7 @@
"homepage": "https://github.com/power-components/livewire-powergrid",
"support": {
"issues": "https://github.com/Power-Components/livewire-powergrid/issues",
"source": "https://github.com/Power-Components/livewire-powergrid/tree/v6.10.1"
"source": "https://github.com/Power-Components/livewire-powergrid/tree/v6.10.3"
},
"funding": [
{
@@ -5000,7 +5001,7 @@
"type": "github"
}
],
"time": "2026-05-04T17:42:52+00:00"
"time": "2026-05-23T13:11:25+00:00"
},
{
"name": "psr/clock",
@@ -5416,16 +5417,16 @@
},
{
"name": "psy/psysh",
"version": "v0.12.22",
"version": "v0.12.23",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "3be75d5b9244936dd4ac62ade2bfb004d13acf0f"
"reference": "4dcc0f08047d52bbde475eda481146fd8e27e1a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/3be75d5b9244936dd4ac62ade2bfb004d13acf0f",
"reference": "3be75d5b9244936dd4ac62ade2bfb004d13acf0f",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/4dcc0f08047d52bbde475eda481146fd8e27e1a4",
"reference": "4dcc0f08047d52bbde475eda481146fd8e27e1a4",
"shasum": ""
},
"require": {
@@ -5489,9 +5490,9 @@
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.12.22"
"source": "https://github.com/bobthecow/psysh/tree/v0.12.23"
},
"time": "2026-03-22T23:03:24+00:00"
"time": "2026-05-23T13:41:31+00:00"
},
{
"name": "pusher/pusher-php-server",
@@ -7660,16 +7661,16 @@
},
{
"name": "spatie/laravel-package-tools",
"version": "1.93.0",
"version": "1.93.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-package-tools.git",
"reference": "0d097bce95b2bf6802fb1d83e1e753b0f5a948e7"
"reference": "d5552849801f2642aea710557463234b59ef65eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/0d097bce95b2bf6802fb1d83e1e753b0f5a948e7",
"reference": "0d097bce95b2bf6802fb1d83e1e753b0f5a948e7",
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/d5552849801f2642aea710557463234b59ef65eb",
"reference": "d5552849801f2642aea710557463234b59ef65eb",
"shasum": ""
},
"require": {
@@ -7709,7 +7710,7 @@
],
"support": {
"issues": "https://github.com/spatie/laravel-package-tools/issues",
"source": "https://github.com/spatie/laravel-package-tools/tree/1.93.0"
"source": "https://github.com/spatie/laravel-package-tools/tree/1.93.1"
},
"funding": [
{
@@ -7717,7 +7718,7 @@
"type": "github"
}
],
"time": "2026-02-21T12:49:54+00:00"
"time": "2026-05-19T14:06:37+00:00"
},
{
"name": "spatie/laravel-signal-aware-command",
@@ -9026,16 +9027,16 @@
},
{
"name": "symfony/http-kernel",
"version": "v8.0.11",
"version": "v8.0.12",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "20d3680373f4b791903c09e74b45402b4aeda71c"
"reference": "c00291734c59c05c54c5a3abc2ab18e99b070157"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/20d3680373f4b791903c09e74b45402b4aeda71c",
"reference": "20d3680373f4b791903c09e74b45402b4aeda71c",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/c00291734c59c05c54c5a3abc2ab18e99b070157",
"reference": "c00291734c59c05c54c5a3abc2ab18e99b070157",
"shasum": ""
},
"require": {
@@ -9106,7 +9107,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v8.0.11"
"source": "https://github.com/symfony/http-kernel/tree/v8.0.12"
},
"funding": [
{
@@ -9126,20 +9127,20 @@
"type": "tidelift"
}
],
"time": "2026-05-13T18:07:14+00:00"
"time": "2026-05-20T09:47:36+00:00"
},
{
"name": "symfony/mailer",
"version": "v8.0.8",
"version": "v8.0.12",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
"reference": "ca5f6edaf8780ece814404b58a4482b22b509c56"
"reference": "5266d594e83593dff3492b5655ff6e8f38d67cfc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/ca5f6edaf8780ece814404b58a4482b22b509c56",
"reference": "ca5f6edaf8780ece814404b58a4482b22b509c56",
"url": "https://api.github.com/repos/symfony/mailer/zipball/5266d594e83593dff3492b5655ff6e8f38d67cfc",
"reference": "5266d594e83593dff3492b5655ff6e8f38d67cfc",
"shasum": ""
},
"require": {
@@ -9186,7 +9187,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailer/tree/v8.0.8"
"source": "https://github.com/symfony/mailer/tree/v8.0.12"
},
"funding": [
{
@@ -9206,20 +9207,20 @@
"type": "tidelift"
}
],
"time": "2026-03-30T15:14:47+00:00"
"time": "2026-05-20T07:22:03+00:00"
},
{
"name": "symfony/mime",
"version": "v8.0.9",
"version": "v8.0.12",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "a9fcb293650c054b62a5b406f4e92e7b711ea333"
"reference": "7d9a72bbf0a9cb169ed1cbbbbbf709a592207fc1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/a9fcb293650c054b62a5b406f4e92e7b711ea333",
"reference": "a9fcb293650c054b62a5b406f4e92e7b711ea333",
"url": "https://api.github.com/repos/symfony/mime/zipball/7d9a72bbf0a9cb169ed1cbbbbbf709a592207fc1",
"reference": "7d9a72bbf0a9cb169ed1cbbbbbf709a592207fc1",
"shasum": ""
},
"require": {
@@ -9272,7 +9273,7 @@
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v8.0.9"
"source": "https://github.com/symfony/mime/tree/v8.0.12"
},
"funding": [
{
@@ -9292,7 +9293,7 @@
"type": "tidelift"
}
],
"time": "2026-04-29T15:02:55+00:00"
"time": "2026-05-20T07:22:03+00:00"
},
{
"name": "symfony/options-resolver",
@@ -10348,16 +10349,16 @@
},
{
"name": "symfony/routing",
"version": "v8.0.9",
"version": "v8.0.12",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "75d1bd8e5da3424e4db2fc3ff0222cb4d0c73038"
"reference": "c7f22a665faa3e5212b8f042e0c5831a6b85492f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/75d1bd8e5da3424e4db2fc3ff0222cb4d0c73038",
"reference": "75d1bd8e5da3424e4db2fc3ff0222cb4d0c73038",
"url": "https://api.github.com/repos/symfony/routing/zipball/c7f22a665faa3e5212b8f042e0c5831a6b85492f",
"reference": "c7f22a665faa3e5212b8f042e0c5831a6b85492f",
"shasum": ""
},
"require": {
@@ -10404,7 +10405,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v8.0.9"
"source": "https://github.com/symfony/routing/tree/v8.0.12"
},
"funding": [
{
@@ -10424,7 +10425,7 @@
"type": "tidelift"
}
],
"time": "2026-04-29T15:02:55+00:00"
"time": "2026-05-20T07:22:03+00:00"
},
{
"name": "symfony/service-contracts",
@@ -11692,16 +11693,16 @@
},
{
"name": "laravel/boost",
"version": "v2.4.7",
"version": "v2.4.8",
"source": {
"type": "git",
"url": "https://github.com/laravel/boost.git",
"reference": "cebd69eb8ebcefd27653ba95407ef8be965ec239"
"reference": "d11d720cf9537f8d236a11d973e99563a598ec9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/boost/zipball/cebd69eb8ebcefd27653ba95407ef8be965ec239",
"reference": "cebd69eb8ebcefd27653ba95407ef8be965ec239",
"url": "https://api.github.com/repos/laravel/boost/zipball/d11d720cf9537f8d236a11d973e99563a598ec9c",
"reference": "d11d720cf9537f8d236a11d973e99563a598ec9c",
"shasum": ""
},
"require": {
@@ -11710,7 +11711,7 @@
"illuminate/contracts": "^11.45.3|^12.41.1|^13.0",
"illuminate/routing": "^11.45.3|^12.41.1|^13.0",
"illuminate/support": "^11.45.3|^12.41.1|^13.0",
"laravel/mcp": "^0.5.1|^0.6.0|^0.7.0",
"laravel/mcp": "^0.5.1|^0.6.0|~0.7.0,<0.7.1",
"laravel/prompts": "^0.3.10",
"laravel/roster": "^0.5.0",
"php": "^8.2"
@@ -11754,7 +11755,7 @@
"issues": "https://github.com/laravel/boost/issues",
"source": "https://github.com/laravel/boost"
},
"time": "2026-05-18T12:23:29+00:00"
"time": "2026-05-19T20:09:50+00:00"
},
{
"name": "laravel/mcp",
@@ -13589,16 +13590,16 @@
},
{
"name": "sebastian/comparator",
"version": "7.1.6",
"version": "7.1.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "c769009dee98f494e0edc3fd4f4087501688f11e"
"reference": "7c65c1e79836812819705b473a90c12399542485"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c769009dee98f494e0edc3fd4f4087501688f11e",
"reference": "c769009dee98f494e0edc3fd4f4087501688f11e",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/7c65c1e79836812819705b473a90c12399542485",
"reference": "7c65c1e79836812819705b473a90c12399542485",
"shasum": ""
},
"require": {
@@ -13606,10 +13607,10 @@
"ext-mbstring": "*",
"php": ">=8.3",
"sebastian/diff": "^7.0",
"sebastian/exporter": "^7.0"
"sebastian/exporter": "^7.0.3"
},
"require-dev": {
"phpunit/phpunit": "^12.2"
"phpunit/phpunit": "^12.5.25"
},
"suggest": {
"ext-bcmath": "For comparing BcMath\\Number objects"
@@ -13657,7 +13658,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
"source": "https://github.com/sebastianbergmann/comparator/tree/7.1.6"
"source": "https://github.com/sebastianbergmann/comparator/tree/7.1.8"
},
"funding": [
{
@@ -13677,7 +13678,7 @@
"type": "tidelift"
}
],
"time": "2026-04-14T08:23:15+00:00"
"time": "2026-05-21T04:45:25+00:00"
},
{
"name": "sebastian/complexity",
@@ -13806,23 +13807,23 @@
},
{
"name": "sebastian/environment",
"version": "8.1.0",
"version": "8.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "b121608b28a13f721e76ffbbd386d08eff58f3f6"
"reference": "334bc42a97ec6fc44c59001dc3467e0d739a20e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/b121608b28a13f721e76ffbbd386d08eff58f3f6",
"reference": "b121608b28a13f721e76ffbbd386d08eff58f3f6",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/334bc42a97ec6fc44c59001dc3467e0d739a20e9",
"reference": "334bc42a97ec6fc44c59001dc3467e0d739a20e9",
"shasum": ""
},
"require": {
"php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "^12.0"
"phpunit/phpunit": "^12.5.25"
},
"suggest": {
"ext-posix": "*"
@@ -13858,7 +13859,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"security": "https://github.com/sebastianbergmann/environment/security/policy",
"source": "https://github.com/sebastianbergmann/environment/tree/8.1.0"
"source": "https://github.com/sebastianbergmann/environment/tree/8.1.1"
},
"funding": [
{
@@ -13878,29 +13879,29 @@
"type": "tidelift"
}
],
"time": "2026-04-15T12:13:01+00:00"
"time": "2026-05-21T08:45:32+00:00"
},
{
"name": "sebastian/exporter",
"version": "7.0.2",
"version": "7.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "016951ae10980765e4e7aee491eb288c64e505b7"
"reference": "c5e21b5de653ce0a769fb36f5cdfcb5e7a32cf23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/016951ae10980765e4e7aee491eb288c64e505b7",
"reference": "016951ae10980765e4e7aee491eb288c64e505b7",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c5e21b5de653ce0a769fb36f5cdfcb5e7a32cf23",
"reference": "c5e21b5de653ce0a769fb36f5cdfcb5e7a32cf23",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=8.3",
"sebastian/recursion-context": "^7.0"
"sebastian/recursion-context": "^7.0.1"
},
"require-dev": {
"phpunit/phpunit": "^12.0"
"phpunit/phpunit": "^12.5.25"
},
"type": "library",
"extra": {
@@ -13948,7 +13949,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
"source": "https://github.com/sebastianbergmann/exporter/tree/7.0.2"
"source": "https://github.com/sebastianbergmann/exporter/tree/7.0.3"
},
"funding": [
{
@@ -13968,7 +13969,7 @@
"type": "tidelift"
}
],
"time": "2025-09-24T06:16:11+00:00"
"time": "2026-05-20T04:37:17+00:00"
},
{
"name": "sebastian/global-state",
@@ -14046,24 +14047,24 @@
},
{
"name": "sebastian/lines-of-code",
"version": "4.0.0",
"version": "4.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f"
"reference": "d543b8ef219dcd8da262cbb958639a96bedba10e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f",
"reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d543b8ef219dcd8da262cbb958639a96bedba10e",
"reference": "d543b8ef219dcd8da262cbb958639a96bedba10e",
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
"nikic/php-parser": "^5.7.0",
"php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "^12.0"
"phpunit/phpunit": "^12.5.25"
},
"type": "library",
"extra": {
@@ -14092,15 +14093,27 @@
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.0"
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/lines-of-code",
"type": "tidelift"
}
],
"time": "2025-02-07T04:57:28+00:00"
"time": "2026-05-19T16:22:07+00:00"
},
{
"name": "sebastian/object-enumerator",
@@ -14294,23 +14307,23 @@
},
{
"name": "sebastian/type",
"version": "6.0.3",
"version": "6.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "e549163b9760b8f71f191651d22acf32d56d6d4d"
"reference": "82ff822c2edc46724be9f7411d3163021f602773"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/e549163b9760b8f71f191651d22acf32d56d6d4d",
"reference": "e549163b9760b8f71f191651d22acf32d56d6d4d",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/82ff822c2edc46724be9f7411d3163021f602773",
"reference": "82ff822c2edc46724be9f7411d3163021f602773",
"shasum": ""
},
"require": {
"php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "^12.0"
"phpunit/phpunit": "^12.5.25"
},
"type": "library",
"extra": {
@@ -14339,7 +14352,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"security": "https://github.com/sebastianbergmann/type/security/policy",
"source": "https://github.com/sebastianbergmann/type/tree/6.0.3"
"source": "https://github.com/sebastianbergmann/type/tree/6.0.4"
},
"funding": [
{
@@ -14359,7 +14372,7 @@
"type": "tidelift"
}
],
"time": "2025-08-09T06:57:12+00:00"
"time": "2026-05-20T06:45:45+00:00"
},
{
"name": "sebastian/version",
@@ -14469,16 +14482,16 @@
},
{
"name": "symfony/yaml",
"version": "v8.0.11",
"version": "v8.0.12",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "48046fbd5567bd1717f278eaa2cfc3131f489984"
"reference": "2a36f4b8405d41fa31799b06874dbd45c1b16c30"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/48046fbd5567bd1717f278eaa2cfc3131f489984",
"reference": "48046fbd5567bd1717f278eaa2cfc3131f489984",
"url": "https://api.github.com/repos/symfony/yaml/zipball/2a36f4b8405d41fa31799b06874dbd45c1b16c30",
"reference": "2a36f4b8405d41fa31799b06874dbd45c1b16c30",
"shasum": ""
},
"require": {
@@ -14520,7 +14533,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v8.0.11"
"source": "https://github.com/symfony/yaml/tree/v8.0.12"
},
"funding": [
{
@@ -14540,7 +14553,7 @@
"type": "tidelift"
}
],
"time": "2026-05-13T12:07:53+00:00"
"time": "2026-05-20T07:22:03+00:00"
},
{
"name": "ta-tikoma/phpunit-architecture-test",
@@ -14653,16 +14666,16 @@
},
{
"name": "webmozart/assert",
"version": "2.3.0",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "eb0d790f735ba6cff25c683a85a1da0eadeff9e4"
"reference": "9007ea6f45ecf352a9422b36644e4bfc039b9155"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/eb0d790f735ba6cff25c683a85a1da0eadeff9e4",
"reference": "eb0d790f735ba6cff25c683a85a1da0eadeff9e4",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/9007ea6f45ecf352a9422b36644e4bfc039b9155",
"reference": "9007ea6f45ecf352a9422b36644e4bfc039b9155",
"shasum": ""
},
"require": {
@@ -14678,7 +14691,11 @@
},
"type": "library",
"extra": {
"psalm": {
"pluginClass": "Webmozart\\Assert\\PsalmPlugin"
},
"branch-alias": {
"dev-master": "2.0-dev",
"dev-feature/2-0": "2.0-dev"
}
},
@@ -14709,9 +14726,9 @@
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/2.3.0"
"source": "https://github.com/webmozarts/assert/tree/2.4.0"
},
"time": "2026-04-11T10:33:05+00:00"
"time": "2026-05-20T13:07:01+00:00"
}
],
"aliases": [],