diff --git a/app/Observers/LibraryItemObserver.php b/app/Observers/LibraryItemObserver.php index 978b0087..6e83b698 100644 --- a/app/Observers/LibraryItemObserver.php +++ b/app/Observers/LibraryItemObserver.php @@ -26,7 +26,7 @@ class LibraryItemObserver if ($libraryItem->lecturer->twitter_username && $libraryItem->type !== 'markdown_article') { $libraryItemName .= ' von @'.$libraryItem->lecturer->twitter_username; } - if ($libraryItem->lecturer->twitter_username && $libraryItem->type === 'markdown_article') { + if (!$libraryItem->lecturer->twitter_username) { $libraryItemName .= ' von '.$libraryItem->lecturer->name; } @@ -37,7 +37,8 @@ class LibraryItemObserver if ($libraryItem->type !== 'markdown_article') { - if ($libraryItem->whereDoesntHave('libraries', fn($query) => $query->where('libraries.is_public', false)) + if ($libraryItem->whereDoesntHave('libraries', + fn($query) => $query->where('libraries.is_public', false)) ->exists()) { $text = sprintf("Es gibt was Neues zum Lesen oder Anhören:\n\n%s\n\n%s\n\n#Bitcoin #Wissen #Einundzwanzig #gesundesgeld", $libraryItemName, diff --git a/composer.lock b/composer.lock index 9f148d5d..5aa4d994 100644 --- a/composer.lock +++ b/composer.lock @@ -1096,28 +1096,27 @@ }, { "name": "doctrine/lexer", - "version": "2.1.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" + "reference": "84a527db05647743d50373e0ec53a152f2cde568" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", - "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568", + "reference": "84a527db05647743d50373e0ec53a152f2cde568", "shasum": "" }, "require": { - "doctrine/deprecations": "^1.0", - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^9.5", "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^4.11 || ^5.0" + "vimeo/psalm": "^5.0" }, "type": "library", "autoload": { @@ -1154,7 +1153,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/2.1.0" + "source": "https://github.com/doctrine/lexer/tree/3.0.0" }, "funding": [ { @@ -1170,7 +1169,7 @@ "type": "tidelift" } ], - "time": "2022-12-14T08:49:07+00:00" + "time": "2022-12-15T16:57:16+00:00" }, { "name": "dragonmantank/cron-expression", @@ -1284,26 +1283,26 @@ }, { "name": "egulias/email-validator", - "version": "3.2.5", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "b531a2311709443320c786feb4519cfaf94af796" + "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796", - "reference": "b531a2311709443320c786feb4519cfaf94af796", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff", + "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff", "shasum": "" }, "require": { - "doctrine/lexer": "^1.2|^2", - "php": ">=7.2", - "symfony/polyfill-intl-idn": "^1.15" + "doctrine/lexer": "^2.0 || ^3.0", + "php": ">=8.1", + "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { - "phpunit/phpunit": "^8.5.8|^9.3.3", - "vimeo/psalm": "^4" + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^4.30" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -1311,7 +1310,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -1339,7 +1338,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.2.5" + "source": "https://github.com/egulias/EmailValidator/tree/4.0.1" }, "funding": [ { @@ -1347,7 +1346,7 @@ "type": "github" } ], - "time": "2023-01-02T17:26:14+00:00" + "time": "2023-01-14T14:17:03+00:00" }, { "name": "ezadr/lnurl-php", @@ -3205,16 +3204,16 @@ }, { "name": "laravel/socialite", - "version": "v5.6.0", + "version": "v5.6.1", "source": { "type": "git", "url": "https://github.com/laravel/socialite.git", - "reference": "dae03ca4ecfe3badafcdfb81965d2279080051f4" + "reference": "a14a177f2cc71d8add71e2b19e00800e83bdda09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/socialite/zipball/dae03ca4ecfe3badafcdfb81965d2279080051f4", - "reference": "dae03ca4ecfe3badafcdfb81965d2279080051f4", + "url": "https://api.github.com/repos/laravel/socialite/zipball/a14a177f2cc71d8add71e2b19e00800e83bdda09", + "reference": "a14a177f2cc71d8add71e2b19e00800e83bdda09", "shasum": "" }, "require": { @@ -3270,7 +3269,7 @@ "issues": "https://github.com/laravel/socialite/issues", "source": "https://github.com/laravel/socialite" }, - "time": "2023-01-13T15:04:44+00:00" + "time": "2023-01-20T15:42:35+00:00" }, { "name": "laravel/tinker", @@ -3591,16 +3590,16 @@ }, { "name": "league/flysystem", - "version": "3.12.1", + "version": "3.12.2", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "b934123c1f11ada6363d057d691e3065fa6d6d49" + "reference": "f6377c709d2275ed6feaf63e44be7a7162b0e77f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b934123c1f11ada6363d057d691e3065fa6d6d49", - "reference": "b934123c1f11ada6363d057d691e3065fa6d6d49", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f6377c709d2275ed6feaf63e44be7a7162b0e77f", + "reference": "f6377c709d2275ed6feaf63e44be7a7162b0e77f", "shasum": "" }, "require": { @@ -3662,7 +3661,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.12.1" + "source": "https://github.com/thephpleague/flysystem/tree/3.12.2" }, "funding": [ { @@ -3678,7 +3677,7 @@ "type": "tidelift" } ], - "time": "2023-01-06T16:34:48+00:00" + "time": "2023-01-19T12:02:19+00:00" }, { "name": "league/glide", @@ -5108,16 +5107,16 @@ }, { "name": "openspout/openspout", - "version": "v4.12.0", + "version": "v4.12.1", "source": { "type": "git", "url": "https://github.com/openspout/openspout.git", - "reference": "3c645504a09c9441ab68068bdfe31eee6d13f086" + "reference": "7359af2ffdd4523f53f182f97347389362b9d352" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/openspout/openspout/zipball/3c645504a09c9441ab68068bdfe31eee6d13f086", - "reference": "3c645504a09c9441ab68068bdfe31eee6d13f086", + "url": "https://api.github.com/repos/openspout/openspout/zipball/7359af2ffdd4523f53f182f97347389362b9d352", + "reference": "7359af2ffdd4523f53f182f97347389362b9d352", "shasum": "" }, "require": { @@ -5185,7 +5184,7 @@ ], "support": { "issues": "https://github.com/openspout/openspout/issues", - "source": "https://github.com/openspout/openspout/tree/v4.12.0" + "source": "https://github.com/openspout/openspout/tree/v4.12.1" }, "funding": [ { @@ -5197,7 +5196,7 @@ "type": "github" } ], - "time": "2023-01-10T07:39:16+00:00" + "time": "2023-01-19T13:22:14+00:00" }, { "name": "paragonie/constant_time_encoding", @@ -6417,16 +6416,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.10", + "version": "v0.11.11", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "e9eadffbed9c9deb5426fd107faae0452bf20a36" + "reference": "ba67f2d26278ec9266a5cfe0acba33a8ca1277ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e9eadffbed9c9deb5426fd107faae0452bf20a36", - "reference": "e9eadffbed9c9deb5426fd107faae0452bf20a36", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/ba67f2d26278ec9266a5cfe0acba33a8ca1277ae", + "reference": "ba67f2d26278ec9266a5cfe0acba33a8ca1277ae", "shasum": "" }, "require": { @@ -6487,9 +6486,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.10" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.11" }, - "time": "2022-12-23T17:47:18+00:00" + "time": "2023-01-23T16:14:59+00:00" }, { "name": "pusher/pusher-php-server", @@ -7726,26 +7725,27 @@ }, { "name": "spatie/eloquent-sortable", - "version": "4.0.1", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/spatie/eloquent-sortable.git", - "reference": "64a3365c0d5a7b4a1837b2f29d01ee4c578c416a" + "reference": "74994d10a17d15d2cdb319d6b2ad7cb6fa067c0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/64a3365c0d5a7b4a1837b2f29d01ee4c578c416a", - "reference": "64a3365c0d5a7b4a1837b2f29d01ee4c578c416a", + "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/74994d10a17d15d2cdb319d6b2ad7cb6fa067c0a", + "reference": "74994d10a17d15d2cdb319d6b2ad7cb6fa067c0a", "shasum": "" }, "require": { - "illuminate/database": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0", - "php": "^8.0", + "illuminate/database": "^9.0|^10.0", + "illuminate/support": "^9.0|^10.0", + "nesbot/carbon": "^2.63", + "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, "require-dev": { - "orchestra/testbench": "^6.0|^7.0", + "orchestra/testbench": "^7.0|^8.0", "phpunit/phpunit": "^9.5" }, "type": "library", @@ -7783,7 +7783,7 @@ ], "support": { "issues": "https://github.com/spatie/eloquent-sortable/issues", - "source": "https://github.com/spatie/eloquent-sortable/tree/4.0.1" + "source": "https://github.com/spatie/eloquent-sortable/tree/4.0.2" }, "funding": [ { @@ -7795,7 +7795,7 @@ "type": "github" } ], - "time": "2022-01-21T08:32:41+00:00" + "time": "2023-01-23T08:34:14+00:00" }, { "name": "spatie/enum", @@ -7875,21 +7875,21 @@ }, { "name": "spatie/icalendar-generator", - "version": "2.5.1", + "version": "2.5.4", "source": { "type": "git", "url": "https://github.com/spatie/icalendar-generator.git", - "reference": "128d8fe4f0d759b8bdb0383a178c15963b54f458" + "reference": "9db2b380c9af314985ebea6e21ef89840d6ad9c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/icalendar-generator/zipball/128d8fe4f0d759b8bdb0383a178c15963b54f458", - "reference": "128d8fe4f0d759b8bdb0383a178c15963b54f458", + "url": "https://api.github.com/repos/spatie/icalendar-generator/zipball/9db2b380c9af314985ebea6e21ef89840d6ad9c9", + "reference": "9db2b380c9af314985ebea6e21ef89840d6ad9c9", "shasum": "" }, "require": { "ext-mbstring": "*", - "nesbot/carbon": "^2.54", + "nesbot/carbon": "^2.63", "php": "^7.4|^8.0", "spatie/enum": "^3.11" }, @@ -7930,22 +7930,22 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/icalendar-generator/tree/2.5.1" + "source": "https://github.com/spatie/icalendar-generator/tree/2.5.4" }, - "time": "2022-10-26T10:18:21+00:00" + "time": "2023-01-25T13:04:28+00:00" }, { "name": "spatie/image", - "version": "2.2.4", + "version": "2.2.5", "source": { "type": "git", "url": "https://github.com/spatie/image.git", - "reference": "c2dc137c52d17bf12aff94ad051370c0f106b322" + "reference": "c78e2dbdbced9c1673800e5b813cc8a8127bc5ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/image/zipball/c2dc137c52d17bf12aff94ad051370c0f106b322", - "reference": "c2dc137c52d17bf12aff94ad051370c0f106b322", + "url": "https://api.github.com/repos/spatie/image/zipball/c78e2dbdbced9c1673800e5b813cc8a8127bc5ac", + "reference": "c78e2dbdbced9c1673800e5b813cc8a8127bc5ac", "shasum": "" }, "require": { @@ -7959,6 +7959,7 @@ "symfony/process": "^3.0|^4.0|^5.0|^6.0" }, "require-dev": { + "pestphp/pest": "^1.22", "phpunit/phpunit": "^9.5", "symfony/var-dumper": "^4.0|^5.0|^6.0", "vimeo/psalm": "^4.6" @@ -7988,7 +7989,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/image/tree/2.2.4" + "source": "https://github.com/spatie/image/tree/2.2.5" }, "funding": [ { @@ -8000,7 +8001,7 @@ "type": "github" } ], - "time": "2022-08-09T10:18:57+00:00" + "time": "2023-01-19T17:06:04+00:00" }, { "name": "spatie/image-optimizer", @@ -8058,20 +8059,20 @@ }, { "name": "spatie/laravel-comments", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "git@github.com:spatie/laravel-comments.git", - "reference": "6e2779d4533c738b05126ace4c44444cfdeebe1b" + "reference": "b22f10b8ea9c4d7bb24c389bc095dd225295d285" }, "dist": { "type": "zip", - "url": "https://satis.spatie.be/dist/spatie/laravel-comments/spatie-laravel-comments-6e2779d4533c738b05126ace4c44444cfdeebe1b-zip-b2c40d.zip", - "reference": "6e2779d4533c738b05126ace4c44444cfdeebe1b", - "shasum": "d95ae8e0afac143212175a8cea373551656b70c3" + "url": "https://satis.spatie.be/dist/spatie/laravel-comments/spatie-laravel-comments-b22f10b8ea9c4d7bb24c389bc095dd225295d285-zip-5c7a22.zip", + "reference": "b22f10b8ea9c4d7bb24c389bc095dd225295d285", + "shasum": "56890303c481d8de5a19336728d1474fceb50d3f" }, "require": { - "illuminate/contracts": "^9.0", + "illuminate/contracts": "^9.0|^10.0", "php": "^8.1", "spatie/laravel-package-tools": "^1.9.2", "spatie/once": "^3.0", @@ -8080,7 +8081,7 @@ "require-dev": { "nunomaduro/collision": "^6.0", "nunomaduro/larastan": "^2.0", - "orchestra/testbench": "^7.0", + "orchestra/testbench": "^7.0|^8.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.0", "phpstan/extension-installer": "^1.1", @@ -8145,7 +8146,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-comments/tree/1.4.1", + "source": "https://github.com/spatie/laravel-comments/tree/1.4.2", "issues": "https://github.com/spatie/laravel-comments/issues" }, "funding": [ @@ -8154,24 +8155,24 @@ "url": "https://github.com/spatie" } ], - "time": "2023-01-11T13:44:41+00:00" + "time": "2023-01-26T12:42:28+00:00" }, { "name": "spatie/laravel-comments-livewire", - "version": "1.2.9", + "version": "1.3.0", "source": { "type": "git", "url": "git@github.com:spatie/laravel-comments-livewire.git", - "reference": "ef4bac8dcf5ae76c30f851258100c122e167b31b" + "reference": "23f60ec30f25bbf14b106488a5b0b84bc385a1e3" }, "dist": { "type": "zip", - "url": "https://satis.spatie.be/dist/spatie/laravel-comments-livewire/spatie-laravel-comments-livewire-ef4bac8dcf5ae76c30f851258100c122e167b31b-zip-c07850.zip", - "reference": "ef4bac8dcf5ae76c30f851258100c122e167b31b", - "shasum": "840d41ef67fd55e33a88ff9f33be361b3413d174" + "url": "https://satis.spatie.be/dist/spatie/laravel-comments-livewire/spatie-laravel-comments-livewire-23f60ec30f25bbf14b106488a5b0b84bc385a1e3-zip-80f391.zip", + "reference": "23f60ec30f25bbf14b106488a5b0b84bc385a1e3", + "shasum": "e992a35997e8bbc622ee5f103d517c3db6aa891b" }, "require": { - "illuminate/contracts": "^9.0", + "illuminate/contracts": "^9.0|^10.0", "livewire/livewire": "^2.8", "php": "^8.1", "spatie/laravel-comments": "^1.3", @@ -8181,7 +8182,7 @@ "require-dev": { "nunomaduro/collision": "^6.0", "nunomaduro/larastan": "^2.0", - "orchestra/testbench": "^7.0", + "orchestra/testbench": "^7.0|^8.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.1", "phpstan/extension-installer": "^1.1", @@ -8238,7 +8239,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-comments-livewire/tree/1.2.9" + "source": "https://github.com/spatie/laravel-comments-livewire/tree/1.3.0" }, "funding": [ { @@ -8246,32 +8247,32 @@ "url": "https://github.com/spatie" } ], - "time": "2022-12-20T15:05:46+00:00" + "time": "2023-01-26T12:47:09+00:00" }, { "name": "spatie/laravel-google-fonts", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/spatie/laravel-google-fonts.git", - "reference": "593a74df4b1131addea737fd501a9d00eb739d9e" + "reference": "8cc6efb698b7a1324229bc55d5ece8944835d43b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-google-fonts/zipball/593a74df4b1131addea737fd501a9d00eb739d9e", - "reference": "593a74df4b1131addea737fd501a9d00eb739d9e", + "url": "https://api.github.com/repos/spatie/laravel-google-fonts/zipball/8cc6efb698b7a1324229bc55d5ece8944835d43b", + "reference": "8cc6efb698b7a1324229bc55d5ece8944835d43b", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^7.3", - "illuminate/contracts": "^8.37|^9.0", + "guzzlehttp/guzzle": "^7.3|^7.2", + "illuminate/contracts": "^8.37|^9.0|^10.0", "php": "^8.0", "spatie/laravel-package-tools": "^1.7.0" }, "require-dev": { "brianium/paratest": "^6.3", "nunomaduro/collision": "^5.4|^6.0", - "orchestra/testbench": "^6.17|^7.0", + "orchestra/testbench": "^6.17|^7.0|^8.0", "pestphp/pest": "^1.22", "spatie/laravel-ray": "^1.17", "spatie/pest-plugin-snapshots": "^1.1", @@ -8319,7 +8320,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-google-fonts/tree/1.2.2" + "source": "https://github.com/spatie/laravel-google-fonts/tree/1.2.3" }, "funding": [ { @@ -8327,27 +8328,27 @@ "type": "github" } ], - "time": "2023-01-17T17:03:29+00:00" + "time": "2023-01-24T23:50:49+00:00" }, { "name": "spatie/laravel-markdown", - "version": "2.2.5", + "version": "2.2.6", "source": { "type": "git", "url": "https://github.com/spatie/laravel-markdown.git", - "reference": "fb47c9e718bd1c7cba130a611ac36a0c1ae4c280" + "reference": "d3542637093fa661f1d5bd58eff509b3868bace8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-markdown/zipball/fb47c9e718bd1c7cba130a611ac36a0c1ae4c280", - "reference": "fb47c9e718bd1c7cba130a611ac36a0c1ae4c280", + "url": "https://api.github.com/repos/spatie/laravel-markdown/zipball/d3542637093fa661f1d5bd58eff509b3868bace8", + "reference": "d3542637093fa661f1d5bd58eff509b3868bace8", "shasum": "" }, "require": { - "illuminate/cache": "^8.49|^9.0", - "illuminate/contracts": "^8.37|^9.0", - "illuminate/support": "^8.49|^9.0", - "illuminate/view": "^8.49|^9.0", + "illuminate/cache": "^8.49|^9.0|^10.0", + "illuminate/contracts": "^8.37|^9.0|^10.0", + "illuminate/support": "^8.49|^9.0|^10.0", + "illuminate/view": "^8.49|^9.0|^10.0", "league/commonmark": "^2.2", "php": "^8.0", "spatie/commonmark-shiki-highlighter": "^2.0", @@ -8356,7 +8357,7 @@ "require-dev": { "brianium/paratest": "^6.2", "nunomaduro/collision": "^5.3|^6.0", - "orchestra/testbench": "^6.15|^7.0", + "orchestra/testbench": "^6.15|^7.0|^8.0", "pestphp/pest": "^1.22", "phpunit/phpunit": "^9.3", "spatie/laravel-ray": "^1.23", @@ -8395,7 +8396,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-markdown/tree/2.2.5" + "source": "https://github.com/spatie/laravel-markdown/tree/2.2.6" }, "funding": [ { @@ -8403,7 +8404,7 @@ "type": "github" } ], - "time": "2022-12-29T10:19:33+00:00" + "time": "2023-01-25T15:20:47+00:00" }, { "name": "spatie/laravel-medialibrary", @@ -8515,25 +8516,26 @@ }, { "name": "spatie/laravel-model-status", - "version": "1.11.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/spatie/laravel-model-status.git", - "reference": "6380fa82ac98ab755b08a034d2c1608212e26478" + "reference": "ebb18fb69efd65d1887f1da0b9e383206660c804" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-model-status/zipball/6380fa82ac98ab755b08a034d2c1608212e26478", - "reference": "6380fa82ac98ab755b08a034d2c1608212e26478", + "url": "https://api.github.com/repos/spatie/laravel-model-status/zipball/ebb18fb69efd65d1887f1da0b9e383206660c804", + "reference": "ebb18fb69efd65d1887f1da0b9e383206660c804", "shasum": "" }, "require": { - "illuminate/support": "^8.71|^9.0", - "php": "^8.0" + "illuminate/support": "^8.71|^9.0|^10.0", + "php": "^8.0|^8.1" }, "require-dev": { - "orchestra/testbench": "^6.23|^7.0", - "phpunit/phpunit": "^9.4" + "orchestra/testbench": "^6.6|^7.0|^8.0", + "pestphp/pest": "^1.22", + "phpunit/phpunit": "^9.5" }, "type": "library", "extra": { @@ -8574,7 +8576,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-model-status/issues", - "source": "https://github.com/spatie/laravel-model-status/tree/1.11.0" + "source": "https://github.com/spatie/laravel-model-status/tree/1.11.1" }, "funding": [ { @@ -8582,7 +8584,7 @@ "type": "custom" } ], - "time": "2022-02-03T07:36:04+00:00" + "time": "2023-01-25T09:11:28+00:00" }, { "name": "spatie/laravel-options", @@ -8800,16 +8802,16 @@ }, { "name": "spatie/laravel-ray", - "version": "1.32.0", + "version": "1.32.1", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ray.git", - "reference": "05fc99dba671c5d7478cb0400fe7152d7f00712e" + "reference": "8ecf893a7af385e72b1f63cbd318fb00e2dca340" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/05fc99dba671c5d7478cb0400fe7152d7f00712e", - "reference": "05fc99dba671c5d7478cb0400fe7152d7f00712e", + "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/8ecf893a7af385e72b1f63cbd318fb00e2dca340", + "reference": "8ecf893a7af385e72b1f63cbd318fb00e2dca340", "shasum": "" }, "require": { @@ -8869,7 +8871,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-ray/issues", - "source": "https://github.com/spatie/laravel-ray/tree/1.32.0" + "source": "https://github.com/spatie/laravel-ray/tree/1.32.1" }, "funding": [ { @@ -8881,29 +8883,29 @@ "type": "other" } ], - "time": "2023-01-11T10:37:27+00:00" + "time": "2023-01-26T13:02:05+00:00" }, { "name": "spatie/laravel-sluggable", - "version": "3.4.1", + "version": "3.4.2", "source": { "type": "git", "url": "https://github.com/spatie/laravel-sluggable.git", - "reference": "8d42bbfac13302e9bfbcc869ea5579c235aa4981" + "reference": "e62c6b5de2d41d900749a1b6d339d05c5f4974fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-sluggable/zipball/8d42bbfac13302e9bfbcc869ea5579c235aa4981", - "reference": "8d42bbfac13302e9bfbcc869ea5579c235aa4981", + "url": "https://api.github.com/repos/spatie/laravel-sluggable/zipball/e62c6b5de2d41d900749a1b6d339d05c5f4974fa", + "reference": "e62c6b5de2d41d900749a1b6d339d05c5f4974fa", "shasum": "" }, "require": { - "illuminate/database": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0", + "illuminate/database": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0", "php": "^8.0" }, "require-dev": { - "orchestra/testbench": "^6.23|^7.0", + "orchestra/testbench": "^6.23|^7.0|^8.0", "pestphp/pest": "^1.20", "spatie/laravel-translatable": "^5.0|^6.0" }, @@ -8932,7 +8934,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-sluggable/tree/3.4.1" + "source": "https://github.com/spatie/laravel-sluggable/tree/3.4.2" }, "funding": [ { @@ -8940,31 +8942,32 @@ "type": "github" } ], - "time": "2022-12-07T13:04:11+00:00" + "time": "2023-01-23T14:29:54+00:00" }, { "name": "spatie/laravel-tags", - "version": "4.3.5", + "version": "4.3.7", "source": { "type": "git", "url": "https://github.com/spatie/laravel-tags.git", - "reference": "0f6b46f8af83dd9dac4df55f57009fd51d884d1c" + "reference": "490a8828dc9396ddee60ed580f6b5924b7c497db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-tags/zipball/0f6b46f8af83dd9dac4df55f57009fd51d884d1c", - "reference": "0f6b46f8af83dd9dac4df55f57009fd51d884d1c", + "url": "https://api.github.com/repos/spatie/laravel-tags/zipball/490a8828dc9396ddee60ed580f6b5924b7c497db", + "reference": "490a8828dc9396ddee60ed580f6b5924b7c497db", "shasum": "" }, "require": { - "laravel/framework": "^8.67|^9.0", + "laravel/framework": "^8.67|^9.0|^10.0", + "nesbot/carbon": "^2.63", "php": "^8.0", "spatie/eloquent-sortable": "^3.10|^4.0", "spatie/laravel-package-tools": "^1.4", "spatie/laravel-translatable": "^4.6|^5.0|^6.0" }, "require-dev": { - "orchestra/testbench": "^6.13|^7.0", + "orchestra/testbench": "^6.13|^7.0|^8.0", "pestphp/pest": "^1.22", "phpunit/phpunit": "^9.5.2" }, @@ -9001,7 +9004,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-tags/issues", - "source": "https://github.com/spatie/laravel-tags/tree/4.3.5" + "source": "https://github.com/spatie/laravel-tags/tree/4.3.7" }, "funding": [ { @@ -9009,7 +9012,7 @@ "type": "github" } ], - "time": "2022-11-19T20:16:17+00:00" + "time": "2023-01-25T09:12:48+00:00" }, { "name": "spatie/laravel-translatable", @@ -9621,16 +9624,16 @@ }, { "name": "symfony/console", - "version": "v6.2.3", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "0f579613e771dba2dbb8211c382342a641f5da06" + "reference": "3e294254f2191762c1d137aed4b94e966965e985" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/0f579613e771dba2dbb8211c382342a641f5da06", - "reference": "0f579613e771dba2dbb8211c382342a641f5da06", + "url": "https://api.github.com/repos/symfony/console/zipball/3e294254f2191762c1d137aed4b94e966965e985", + "reference": "3e294254f2191762c1d137aed4b94e966965e985", "shasum": "" }, "require": { @@ -9697,7 +9700,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.2.3" + "source": "https://github.com/symfony/console/tree/v6.2.5" }, "funding": [ { @@ -9713,20 +9716,20 @@ "type": "tidelift" } ], - "time": "2022-12-28T14:26:22+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/css-selector", - "version": "v6.2.3", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "ab1df4ba3ded7b724766ba3a6e0eca0418e74f80" + "reference": "bf1b9d4ad8b1cf0dbde8b08e0135a2f6259b9ba1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/ab1df4ba3ded7b724766ba3a6e0eca0418e74f80", - "reference": "ab1df4ba3ded7b724766ba3a6e0eca0418e74f80", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/bf1b9d4ad8b1cf0dbde8b08e0135a2f6259b9ba1", + "reference": "bf1b9d4ad8b1cf0dbde8b08e0135a2f6259b9ba1", "shasum": "" }, "require": { @@ -9762,7 +9765,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.2.3" + "source": "https://github.com/symfony/css-selector/tree/v6.2.5" }, "funding": [ { @@ -9778,7 +9781,7 @@ "type": "tidelift" } ], - "time": "2022-12-28T14:26:22+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/deprecation-contracts", @@ -9849,16 +9852,16 @@ }, { "name": "symfony/error-handler", - "version": "v6.2.3", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "0926124c95d220499e2baf0fb465772af3a4eddb" + "reference": "0092696af0be8e6124b042fbe2890ca1788d7b28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/0926124c95d220499e2baf0fb465772af3a4eddb", - "reference": "0926124c95d220499e2baf0fb465772af3a4eddb", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/0092696af0be8e6124b042fbe2890ca1788d7b28", + "reference": "0092696af0be8e6124b042fbe2890ca1788d7b28", "shasum": "" }, "require": { @@ -9900,7 +9903,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.2.3" + "source": "https://github.com/symfony/error-handler/tree/v6.2.5" }, "funding": [ { @@ -9916,20 +9919,20 @@ "type": "tidelift" } ], - "time": "2022-12-19T14:33:49+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v6.2.2", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "3ffeb31139b49bf6ef0bc09d1db95eac053388d1" + "reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3ffeb31139b49bf6ef0bc09d1db95eac053388d1", - "reference": "3ffeb31139b49bf6ef0bc09d1db95eac053388d1", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68", + "reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68", "shasum": "" }, "require": { @@ -9983,7 +9986,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.2" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.5" }, "funding": [ { @@ -9999,7 +10002,7 @@ "type": "tidelift" } ], - "time": "2022-12-14T16:11:27+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -10082,16 +10085,16 @@ }, { "name": "symfony/finder", - "version": "v6.2.3", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "81eefbddfde282ee33b437ba5e13d7753211ae8e" + "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/81eefbddfde282ee33b437ba5e13d7753211ae8e", - "reference": "81eefbddfde282ee33b437ba5e13d7753211ae8e", + "url": "https://api.github.com/repos/symfony/finder/zipball/c90dc446976a612e3312a97a6ec0069ab0c2099c", + "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c", "shasum": "" }, "require": { @@ -10126,7 +10129,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.2.3" + "source": "https://github.com/symfony/finder/tree/v6.2.5" }, "funding": [ { @@ -10142,20 +10145,20 @@ "type": "tidelift" } ], - "time": "2022-12-22T17:55:15+00:00" + "time": "2023-01-20T17:45:48+00:00" }, { "name": "symfony/html-sanitizer", - "version": "v6.2.2", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/html-sanitizer.git", - "reference": "f978fcf5f2d66c66bf9922f8589b9be9a2b9526a" + "reference": "9f7eb169f929b6f75fee7218a128856a63694cc6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/f978fcf5f2d66c66bf9922f8589b9be9a2b9526a", - "reference": "f978fcf5f2d66c66bf9922f8589b9be9a2b9526a", + "url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/9f7eb169f929b6f75fee7218a128856a63694cc6", + "reference": "9f7eb169f929b6f75fee7218a128856a63694cc6", "shasum": "" }, "require": { @@ -10195,7 +10198,7 @@ "sanitizer" ], "support": { - "source": "https://github.com/symfony/html-sanitizer/tree/v6.2.2" + "source": "https://github.com/symfony/html-sanitizer/tree/v6.2.5" }, "funding": [ { @@ -10211,20 +10214,20 @@ "type": "tidelift" } ], - "time": "2022-12-14T10:28:02+00:00" + "time": "2023-01-01T08:37:24+00:00" }, { "name": "symfony/http-client", - "version": "v6.2.2", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "7054ad466f836309aef511789b9c697bc986d8ce" + "reference": "c5e5b772033eae96ae82f2190546399ad18c1373" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/7054ad466f836309aef511789b9c697bc986d8ce", - "reference": "7054ad466f836309aef511789b9c697bc986d8ce", + "url": "https://api.github.com/repos/symfony/http-client/zipball/c5e5b772033eae96ae82f2190546399ad18c1373", + "reference": "c5e5b772033eae96ae82f2190546399ad18c1373", "shasum": "" }, "require": { @@ -10280,7 +10283,7 @@ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v6.2.2" + "source": "https://github.com/symfony/http-client/tree/v6.2.5" }, "funding": [ { @@ -10296,7 +10299,7 @@ "type": "tidelift" } ], - "time": "2022-12-14T16:11:27+00:00" + "time": "2023-01-13T08:35:57+00:00" }, { "name": "symfony/http-client-contracts", @@ -10381,16 +10384,16 @@ }, { "name": "symfony/http-foundation", - "version": "v6.2.2", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "ddf4dd35de1623e7c02013523e6c2137b67b636f" + "reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ddf4dd35de1623e7c02013523e6c2137b67b636f", - "reference": "ddf4dd35de1623e7c02013523e6c2137b67b636f", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf", + "reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf", "shasum": "" }, "require": { @@ -10439,7 +10442,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.2.2" + "source": "https://github.com/symfony/http-foundation/tree/v6.2.5" }, "funding": [ { @@ -10455,20 +10458,20 @@ "type": "tidelift" } ], - "time": "2022-12-14T16:11:27+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.2.4", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "74f2e638ec3fa0315443bd85fab7fc8066b77f83" + "reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/74f2e638ec3fa0315443bd85fab7fc8066b77f83", - "reference": "74f2e638ec3fa0315443bd85fab7fc8066b77f83", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f68aaa11eee6b21c99bce0f3d98815924888fe62", + "reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62", "shasum": "" }, "require": { @@ -10550,7 +10553,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/v6.2.4" + "source": "https://github.com/symfony/http-kernel/tree/v6.2.5" }, "funding": [ { @@ -10566,24 +10569,24 @@ "type": "tidelift" } ], - "time": "2022-12-29T19:05:08+00:00" + "time": "2023-01-24T15:33:24+00:00" }, { "name": "symfony/mailer", - "version": "v6.2.2", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "b355ad81f1d2987c47dcd3b04d5dce669e1e62e6" + "reference": "29729ac0b4e5113f24c39c46746bd6afb79e0aaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/b355ad81f1d2987c47dcd3b04d5dce669e1e62e6", - "reference": "b355ad81f1d2987c47dcd3b04d5dce669e1e62e6", + "url": "https://api.github.com/repos/symfony/mailer/zipball/29729ac0b4e5113f24c39c46746bd6afb79e0aaa", + "reference": "29729ac0b4e5113f24c39c46746bd6afb79e0aaa", "shasum": "" }, "require": { - "egulias/email-validator": "^2.1.10|^3", + "egulias/email-validator": "^2.1.10|^3|^4", "php": ">=8.1", "psr/event-dispatcher": "^1", "psr/log": "^1|^2|^3", @@ -10629,7 +10632,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.2.2" + "source": "https://github.com/symfony/mailer/tree/v6.2.5" }, "funding": [ { @@ -10645,20 +10648,20 @@ "type": "tidelift" } ], - "time": "2022-12-14T16:11:27+00:00" + "time": "2023-01-10T18:53:53+00:00" }, { "name": "symfony/mailgun-mailer", - "version": "v6.2.0", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/mailgun-mailer.git", - "reference": "c5364fbcf5581ba9eae569db12b380b9255ce238" + "reference": "d1eb7283e30752f2802ced37bffdee2c67cad42a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/c5364fbcf5581ba9eae569db12b380b9255ce238", - "reference": "c5364fbcf5581ba9eae569db12b380b9255ce238", + "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/d1eb7283e30752f2802ced37bffdee2c67cad42a", + "reference": "d1eb7283e30752f2802ced37bffdee2c67cad42a", "shasum": "" }, "require": { @@ -10694,7 +10697,7 @@ "description": "Symfony Mailgun Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailgun-mailer/tree/v6.2.0" + "source": "https://github.com/symfony/mailgun-mailer/tree/v6.2.5" }, "funding": [ { @@ -10710,20 +10713,20 @@ "type": "tidelift" } ], - "time": "2022-10-09T08:55:40+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/mime", - "version": "v6.2.2", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "8c98bf40406e791043890a163f6f6599b9cfa1ed" + "reference": "4b7b349f67d15cd0639955c8179a76c89f6fd610" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/8c98bf40406e791043890a163f6f6599b9cfa1ed", - "reference": "8c98bf40406e791043890a163f6f6599b9cfa1ed", + "url": "https://api.github.com/repos/symfony/mime/zipball/4b7b349f67d15cd0639955c8179a76c89f6fd610", + "reference": "4b7b349f67d15cd0639955c8179a76c89f6fd610", "shasum": "" }, "require": { @@ -10739,7 +10742,7 @@ "symfony/serializer": "<6.2" }, "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1", + "egulias/email-validator": "^2.1.10|^3.1|^4", "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/dependency-injection": "^5.4|^6.0", @@ -10777,7 +10780,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.2.2" + "source": "https://github.com/symfony/mime/tree/v6.2.5" }, "funding": [ { @@ -10793,20 +10796,20 @@ "type": "tidelift" } ], - "time": "2022-12-14T16:38:10+00:00" + "time": "2023-01-10T18:53:53+00:00" }, { "name": "symfony/options-resolver", - "version": "v6.2.0", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "d28f02acde71ff75e957082cd36e973df395f626" + "reference": "e8324d44f5af99ec2ccec849934a242f64458f86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/d28f02acde71ff75e957082cd36e973df395f626", - "reference": "d28f02acde71ff75e957082cd36e973df395f626", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/e8324d44f5af99ec2ccec849934a242f64458f86", + "reference": "e8324d44f5af99ec2ccec849934a242f64458f86", "shasum": "" }, "require": { @@ -10844,7 +10847,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v6.2.0" + "source": "https://github.com/symfony/options-resolver/tree/v6.2.5" }, "funding": [ { @@ -10860,7 +10863,7 @@ "type": "tidelift" } ], - "time": "2022-11-02T09:08:04+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/polyfill-ctype", @@ -11692,16 +11695,16 @@ }, { "name": "symfony/process", - "version": "v6.2.0", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "ba6e55359f8f755fe996c58a81e00eaa67a35877" + "reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/ba6e55359f8f755fe996c58a81e00eaa67a35877", - "reference": "ba6e55359f8f755fe996c58a81e00eaa67a35877", + "url": "https://api.github.com/repos/symfony/process/zipball/9ead139f63dfa38c4e4a9049cc64a8b2748c83b7", + "reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7", "shasum": "" }, "require": { @@ -11733,7 +11736,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.2.0" + "source": "https://github.com/symfony/process/tree/v6.2.5" }, "funding": [ { @@ -11749,7 +11752,7 @@ "type": "tidelift" } ], - "time": "2022-11-02T09:08:04+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -11841,16 +11844,16 @@ }, { "name": "symfony/routing", - "version": "v6.2.3", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "35fec764f3e2c8c08fb340d275c84bc78ca7e0c9" + "reference": "589bd742d5d03c192c8521911680fe88f61712fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/35fec764f3e2c8c08fb340d275c84bc78ca7e0c9", - "reference": "35fec764f3e2c8c08fb340d275c84bc78ca7e0c9", + "url": "https://api.github.com/repos/symfony/routing/zipball/589bd742d5d03c192c8521911680fe88f61712fe", + "reference": "589bd742d5d03c192c8521911680fe88f61712fe", "shasum": "" }, "require": { @@ -11909,7 +11912,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.2.3" + "source": "https://github.com/symfony/routing/tree/v6.2.5" }, "funding": [ { @@ -11925,7 +11928,7 @@ "type": "tidelift" } ], - "time": "2022-12-20T16:41:15+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/service-contracts", @@ -12014,16 +12017,16 @@ }, { "name": "symfony/stopwatch", - "version": "v6.2.0", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7" + "reference": "00b6ac156aacffc53487c930e0ab14587a6607f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/266636bb8f3fbdccc302491df7b3a1b9a8c238a7", - "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/00b6ac156aacffc53487c930e0ab14587a6607f6", + "reference": "00b6ac156aacffc53487c930e0ab14587a6607f6", "shasum": "" }, "require": { @@ -12056,7 +12059,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.2.0" + "source": "https://github.com/symfony/stopwatch/tree/v6.2.5" }, "funding": [ { @@ -12072,20 +12075,20 @@ "type": "tidelift" } ], - "time": "2022-09-28T16:00:52+00:00" + "time": "2023-01-01T08:36:55+00:00" }, { "name": "symfony/string", - "version": "v6.2.2", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "863219fd713fa41cbcd285a79723f94672faff4d" + "reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/863219fd713fa41cbcd285a79723f94672faff4d", - "reference": "863219fd713fa41cbcd285a79723f94672faff4d", + "url": "https://api.github.com/repos/symfony/string/zipball/b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0", + "reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0", "shasum": "" }, "require": { @@ -12142,7 +12145,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.2.2" + "source": "https://github.com/symfony/string/tree/v6.2.5" }, "funding": [ { @@ -12158,20 +12161,20 @@ "type": "tidelift" } ], - "time": "2022-12-14T16:11:27+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/translation", - "version": "v6.2.3", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "a2a15404ef4c15d92c205718eb828b225a144379" + "reference": "60556925a703cfbc1581cde3b3f35b0bb0ea904c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/a2a15404ef4c15d92c205718eb828b225a144379", - "reference": "a2a15404ef4c15d92c205718eb828b225a144379", + "url": "https://api.github.com/repos/symfony/translation/zipball/60556925a703cfbc1581cde3b3f35b0bb0ea904c", + "reference": "60556925a703cfbc1581cde3b3f35b0bb0ea904c", "shasum": "" }, "require": { @@ -12240,7 +12243,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.2.3" + "source": "https://github.com/symfony/translation/tree/v6.2.5" }, "funding": [ { @@ -12256,7 +12259,7 @@ "type": "tidelift" } ], - "time": "2022-12-23T14:11:11+00:00" + "time": "2023-01-05T07:00:27+00:00" }, { "name": "symfony/translation-contracts", @@ -12341,16 +12344,16 @@ }, { "name": "symfony/uid", - "version": "v6.2.0", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "4f9f537e57261519808a7ce1d941490736522bbc" + "reference": "8ace895bded57d6496638c9b2d3b788e05b7395b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/4f9f537e57261519808a7ce1d941490736522bbc", - "reference": "4f9f537e57261519808a7ce1d941490736522bbc", + "url": "https://api.github.com/repos/symfony/uid/zipball/8ace895bded57d6496638c9b2d3b788e05b7395b", + "reference": "8ace895bded57d6496638c9b2d3b788e05b7395b", "shasum": "" }, "require": { @@ -12395,7 +12398,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v6.2.0" + "source": "https://github.com/symfony/uid/tree/v6.2.5" }, "funding": [ { @@ -12411,20 +12414,20 @@ "type": "tidelift" } ], - "time": "2022-10-09T08:55:40+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.2.3", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "fdbadd4803bc3c96ef89238c9c9e2ebe424ec2e0" + "reference": "44b7b81749fd20c1bdf4946c041050e22bc8da27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/fdbadd4803bc3c96ef89238c9c9e2ebe424ec2e0", - "reference": "fdbadd4803bc3c96ef89238c9c9e2ebe424ec2e0", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/44b7b81749fd20c1bdf4946c041050e22bc8da27", + "reference": "44b7b81749fd20c1bdf4946c041050e22bc8da27", "shasum": "" }, "require": { @@ -12483,7 +12486,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.2.3" + "source": "https://github.com/symfony/var-dumper/tree/v6.2.5" }, "funding": [ { @@ -12499,7 +12502,7 @@ "type": "tidelift" } ], - "time": "2022-12-22T17:55:15+00:00" + "time": "2023-01-20T17:45:48+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -13874,16 +13877,16 @@ }, { "name": "laravel-lang/attributes", - "version": "v2.0.9", + "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/Laravel-Lang/attributes.git", - "reference": "dc8a8a900b2b883db381d6bc70640644c5388372" + "reference": "fd50ffcee9a472df1bf6567f4670de69d6adbc92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/attributes/zipball/dc8a8a900b2b883db381d6bc70640644c5388372", - "reference": "dc8a8a900b2b883db381d6bc70640644c5388372", + "url": "https://api.github.com/repos/Laravel-Lang/attributes/zipball/fd50ffcee9a472df1bf6567f4670de69d6adbc92", + "reference": "fd50ffcee9a472df1bf6567f4670de69d6adbc92", "shasum": "" }, "require": { @@ -13941,7 +13944,7 @@ ], "support": { "issues": "https://github.com/Laravel-Lang/attributes/issues", - "source": "https://github.com/Laravel-Lang/attributes/tree/v2.0.9" + "source": "https://github.com/Laravel-Lang/attributes/tree/v2.1.1" }, "funding": [ { @@ -13949,20 +13952,20 @@ "type": "open_collective" } ], - "time": "2022-11-15T07:39:58+00:00" + "time": "2023-01-26T07:41:39+00:00" }, { "name": "laravel-lang/http-statuses", - "version": "v3.1.5", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/Laravel-Lang/http-statuses.git", - "reference": "8a088e5b4f05549591cb636edf08e2c131a4c6a8" + "reference": "fc01e7db9b0f00602823cc10d32da939129f195f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/http-statuses/zipball/8a088e5b4f05549591cb636edf08e2c131a4c6a8", - "reference": "8a088e5b4f05549591cb636edf08e2c131a4c6a8", + "url": "https://api.github.com/repos/Laravel-Lang/http-statuses/zipball/fc01e7db9b0f00602823cc10d32da939129f195f", + "reference": "fc01e7db9b0f00602823cc10d32da939129f195f", "shasum": "" }, "require": { @@ -14017,7 +14020,7 @@ ], "support": { "issues": "https://github.com/Laravel-Lang/http-statuses/issues", - "source": "https://github.com/Laravel-Lang/http-statuses/tree/v3.1.5" + "source": "https://github.com/Laravel-Lang/http-statuses/tree/v3.2.0" }, "funding": [ { @@ -14025,20 +14028,20 @@ "type": "open_collective" } ], - "time": "2023-01-17T08:16:24+00:00" + "time": "2023-01-22T15:45:38+00:00" }, { "name": "laravel-lang/lang", - "version": "12.11.5", + "version": "12.14.1", "source": { "type": "git", "url": "https://github.com/Laravel-Lang/lang.git", - "reference": "9b213577b3a7009efe8f5b67b33a480340c8fa43" + "reference": "13c8c691f563d2b95980035aecfe1ef499a38060" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/9b213577b3a7009efe8f5b67b33a480340c8fa43", - "reference": "9b213577b3a7009efe8f5b67b33a480340c8fa43", + "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/13c8c691f563d2b95980035aecfe1ef499a38060", + "reference": "13c8c691f563d2b95980035aecfe1ef499a38060", "shasum": "" }, "require": { @@ -14049,7 +14052,7 @@ }, "require-dev": { "laravel-lang/publisher": "^14.0", - "laravel-lang/status-generator": "^1.9", + "laravel-lang/status-generator": "^1.11.1", "php": "^8.1", "phpunit/phpunit": "^9.5", "symfony/var-dumper": "^5.0 || ^6.0" @@ -14100,7 +14103,7 @@ "type": "open_collective" } ], - "time": "2023-01-17T15:07:32+00:00" + "time": "2023-01-26T07:40:41+00:00" }, { "name": "laravel-lang/publisher", @@ -14840,16 +14843,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.23", + "version": "9.2.24", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c" + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed", + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed", "shasum": "" }, "require": { @@ -14905,7 +14908,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24" }, "funding": [ { @@ -14913,7 +14916,7 @@ "type": "github" } ], - "time": "2022-12-28T12:41:10+00:00" + "time": "2023-01-26T08:26:55+00:00" }, { "name": "phpunit/php-file-iterator", @@ -16224,20 +16227,20 @@ }, { "name": "spatie/flare-client-php", - "version": "1.3.2", + "version": "1.3.5", "source": { "type": "git", "url": "https://github.com/spatie/flare-client-php.git", - "reference": "609903bd154ba3d71f5e23a91c3b431fa8f71868" + "reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/609903bd154ba3d71f5e23a91c3b431fa8f71868", - "reference": "609903bd154ba3d71f5e23a91c3b431fa8f71868", + "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42", + "reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42", "shasum": "" }, "require": { - "illuminate/pipeline": "^8.0|^9.0", + "illuminate/pipeline": "^8.0|^9.0|^10.0", "php": "^8.0", "spatie/backtrace": "^1.2", "symfony/http-foundation": "^5.0|^6.0", @@ -16281,7 +16284,7 @@ ], "support": { "issues": "https://github.com/spatie/flare-client-php/issues", - "source": "https://github.com/spatie/flare-client-php/tree/1.3.2" + "source": "https://github.com/spatie/flare-client-php/tree/1.3.5" }, "funding": [ { @@ -16289,26 +16292,25 @@ "type": "github" } ], - "time": "2022-12-26T14:36:46+00:00" + "time": "2023-01-23T15:58:46+00:00" }, { "name": "spatie/ignition", - "version": "1.4.1", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/spatie/ignition.git", - "reference": "dd3d456779108d7078baf4e43f8c2b937d9794a1" + "reference": "2cf3833220cfe8fcf639544f8d7067b6469a00b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ignition/zipball/dd3d456779108d7078baf4e43f8c2b937d9794a1", - "reference": "dd3d456779108d7078baf4e43f8c2b937d9794a1", + "url": "https://api.github.com/repos/spatie/ignition/zipball/2cf3833220cfe8fcf639544f8d7067b6469a00b0", + "reference": "2cf3833220cfe8fcf639544f8d7067b6469a00b0", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", - "monolog/monolog": "^2.0", "php": "^8.0", "spatie/flare-client-php": "^1.1", "symfony/console": "^5.4|^6.0", @@ -16364,7 +16366,7 @@ "type": "github" } ], - "time": "2022-08-26T11:51:15+00:00" + "time": "2023-01-23T15:28:32+00:00" }, { "name": "spatie/laravel-ignition", @@ -16537,16 +16539,16 @@ }, { "name": "symfony/yaml", - "version": "v6.2.2", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "6ed8243aa5f2cb5a57009f826b5e7fb3c4200cf3" + "reference": "2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/6ed8243aa5f2cb5a57009f826b5e7fb3c4200cf3", - "reference": "6ed8243aa5f2cb5a57009f826b5e7fb3c4200cf3", + "url": "https://api.github.com/repos/symfony/yaml/zipball/2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19", + "reference": "2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19", "shasum": "" }, "require": { @@ -16591,7 +16593,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.2.2" + "source": "https://github.com/symfony/yaml/tree/v6.2.5" }, "funding": [ { @@ -16607,7 +16609,7 @@ "type": "tidelift" } ], - "time": "2022-12-14T16:11:27+00:00" + "time": "2023-01-10T18:53:53+00:00" }, { "name": "theseer/tokenizer", diff --git a/docker/8.1/Dockerfile b/docker/8.1/Dockerfile index c1fe52cd..3978ce11 100644 --- a/docker/8.1/Dockerfile +++ b/docker/8.1/Dockerfile @@ -14,7 +14,7 @@ ENV TZ=UTC RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-get update \ - && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 \ + && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 vim \ && mkdir -p ~/.gnupg \ && chmod 600 ~/.gnupg \ && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf \