Bump imapengine from 1.25.4 to 1.25.6 and dependencies

This commit is contained in:
johnnyq
2026-08-26 13:02:29 -04:00
parent 71cfdf5e39
commit 3d9a41bec4
54 changed files with 978 additions and 543 deletions

View File

@@ -74,17 +74,17 @@
},
{
"name": "directorytree/imapengine",
"version": "v1.25.4",
"version_normalized": "1.25.4.0",
"version": "v1.25.6",
"version_normalized": "1.25.6.0",
"source": {
"type": "git",
"url": "https://github.com/DirectoryTree/ImapEngine.git",
"reference": "f2a626c34d0f3b9774a4e729893e84e6360605f6"
"reference": "20655ae7dbe045a64d6c72237ee5ae322af49f67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DirectoryTree/ImapEngine/zipball/f2a626c34d0f3b9774a4e729893e84e6360605f6",
"reference": "f2a626c34d0f3b9774a4e729893e84e6360605f6",
"url": "https://api.github.com/repos/DirectoryTree/ImapEngine/zipball/20655ae7dbe045a64d6c72237ee5ae322af49f67",
"reference": "20655ae7dbe045a64d6c72237ee5ae322af49f67",
"shasum": ""
},
"require": {
@@ -99,7 +99,7 @@
"pestphp/pest": "^2.0|^3.0|^4.0",
"spatie/ray": "^1.0"
},
"time": "2026-07-30T21:01:32+00:00",
"time": "2026-08-24T15:21:35+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -118,7 +118,7 @@
"role": "Developer"
}
],
"description": "A fully-featured IMAP library -- without the PHP extension",
"description": "A fully-featured PHP native IMAP library",
"homepage": "https://github.com/directorytree/imapengine",
"keywords": [
"engine",
@@ -127,7 +127,7 @@
],
"support": {
"issues": "https://github.com/DirectoryTree/ImapEngine/issues",
"source": "https://github.com/DirectoryTree/ImapEngine/tree/v1.25.4"
"source": "https://github.com/DirectoryTree/ImapEngine/tree/v1.25.6"
},
"funding": [
{
@@ -289,17 +289,17 @@
},
{
"name": "guzzlehttp/psr7",
"version": "3.0.0",
"version_normalized": "3.0.0.0",
"version": "3.1.0",
"version_normalized": "3.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "b094ded77ee97a6027ad6cf0e8c7b9f88381814c"
"reference": "a3059ba1a84c9139c4ae03cf0f45bea276c97c74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/b094ded77ee97a6027ad6cf0e8c7b9f88381814c",
"reference": "b094ded77ee97a6027ad6cf0e8c7b9f88381814c",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/a3059ba1a84c9139c4ae03cf0f45bea276c97c74",
"reference": "a3059ba1a84c9139c4ae03cf0f45bea276c97c74",
"shasum": ""
},
"require": {
@@ -323,7 +323,7 @@
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"time": "2026-07-20T13:48:31+00:00",
"time": "2026-08-24T11:02:13+00:00",
"type": "library",
"extra": {
"bamarni-bin": {
@@ -391,7 +391,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/3.0.0"
"source": "https://github.com/guzzle/psr7/tree/3.1.0"
},
"funding": [
{
@@ -411,8 +411,8 @@
},
{
"name": "illuminate/collections",
"version": "v12.64.0",
"version_normalized": "12.64.0.0",
"version": "v12.68.0",
"version_normalized": "12.68.0.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
@@ -474,8 +474,8 @@
},
{
"name": "illuminate/conditionable",
"version": "v12.64.0",
"version_normalized": "12.64.0.0",
"version": "v12.68.0",
"version_normalized": "12.68.0.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
@@ -523,8 +523,8 @@
},
{
"name": "illuminate/contracts",
"version": "v12.64.0",
"version_normalized": "12.64.0.0",
"version": "v12.68.0",
"version_normalized": "12.68.0.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
@@ -574,8 +574,8 @@
},
{
"name": "illuminate/macroable",
"version": "v12.64.0",
"version_normalized": "12.64.0.0",
"version": "v12.68.0",
"version_normalized": "12.68.0.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@@ -623,17 +623,17 @@
},
{
"name": "laravel/serializable-closure",
"version": "v2.0.15",
"version_normalized": "2.0.15.0",
"version": "v2.0.16",
"version_normalized": "2.0.16.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
"reference": "dccd8bcb851bb03fcc005df650b708b57cc52661"
"reference": "7cfc24e4fa2cca045fb8dd2a797a2b2b13b655ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/dccd8bcb851bb03fcc005df650b708b57cc52661",
"reference": "dccd8bcb851bb03fcc005df650b708b57cc52661",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/7cfc24e4fa2cca045fb8dd2a797a2b2b13b655ed",
"reference": "7cfc24e4fa2cca045fb8dd2a797a2b2b13b655ed",
"shasum": ""
},
"require": {
@@ -646,7 +646,7 @@
"phpstan/phpstan": "^2.0",
"symfony/var-dumper": "^6.2.0|^7.0.0|^8.0.0"
},
"time": "2026-07-21T16:49:22+00:00",
"time": "2026-08-18T20:28:54+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -687,17 +687,17 @@
},
{
"name": "nesbot/carbon",
"version": "3.13.1",
"version_normalized": "3.13.1.0",
"version": "3.13.2",
"version_normalized": "3.13.2.0",
"source": {
"type": "git",
"url": "https://github.com/CarbonPHP/carbon.git",
"reference": "2937ad3d1d2c506fd2bc97d571438a95641f44e2"
"reference": "a1c54919f5fff9800cd03c32bd01defd5a4061cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/2937ad3d1d2c506fd2bc97d571438a95641f44e2",
"reference": "2937ad3d1d2c506fd2bc97d571438a95641f44e2",
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/a1c54919f5fff9800cd03c32bd01defd5a4061cb",
"reference": "a1c54919f5fff9800cd03c32bd01defd5a4061cb",
"shasum": ""
},
"require": {
@@ -723,7 +723,7 @@
"phpunit/phpunit": "^10.5.53",
"squizlabs/php_codesniffer": "^3.13.4 || ^4.0.0"
},
"time": "2026-07-09T18:23:49+00:00",
"time": "2026-08-08T11:40:35+00:00",
"bin": [
"bin/carbon"
],
@@ -1412,17 +1412,17 @@
},
{
"name": "symfony/mime",
"version": "v7.4.15",
"version_normalized": "7.4.15.0",
"version": "v7.4.17",
"version_normalized": "7.4.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "0c1daf58bc931628df0bea26840d1fc8b9a3d34b"
"reference": "bf328d82105831db3e409195db0540ff57f27c80"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/0c1daf58bc931628df0bea26840d1fc8b9a3d34b",
"reference": "0c1daf58bc931628df0bea26840d1fc8b9a3d34b",
"url": "https://api.github.com/repos/symfony/mime/zipball/bf328d82105831db3e409195db0540ff57f27c80",
"reference": "bf328d82105831db3e409195db0540ff57f27c80",
"shasum": ""
},
"require": {
@@ -1446,9 +1446,9 @@
"symfony/process": "^6.4|^7.0|^8.0",
"symfony/property-access": "^6.4|^7.0|^8.0",
"symfony/property-info": "^6.4|^7.0|^8.0",
"symfony/serializer": "^6.4.3|^7.0.3|^8.0"
"symfony/serializer": "^6.4.44|^7.4.17|^8.1.5"
},
"time": "2026-07-29T07:59:49+00:00",
"time": "2026-08-22T09:04:42+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1480,7 +1480,7 @@
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v7.4.15"
"source": "https://github.com/symfony/mime/tree/v7.4.17"
},
"funding": [
{
@@ -1591,17 +1591,17 @@
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.38.1",
"version_normalized": "1.38.1.0",
"version": "v1.42.0",
"version_normalized": "1.42.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "dc21118016c039a66235cf93d96b435ffb282412"
"reference": "51b5ff5ba85452b31ec6f55490b08148612339d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/dc21118016c039a66235cf93d96b435ffb282412",
"reference": "dc21118016c039a66235cf93d96b435ffb282412",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/51b5ff5ba85452b31ec6f55490b08148612339d9",
"reference": "51b5ff5ba85452b31ec6f55490b08148612339d9",
"shasum": ""
},
"require": {
@@ -1611,7 +1611,7 @@
"suggest": {
"ext-intl": "For best performance"
},
"time": "2026-05-25T15:22:23+00:00",
"time": "2026-08-24T10:51:20+00:00",
"type": "library",
"extra": {
"thanks": {
@@ -1657,7 +1657,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.38.1"
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.42.0"
},
"funding": [
{
@@ -1681,17 +1681,17 @@
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.38.0",
"version_normalized": "1.38.0.0",
"version": "v1.42.0",
"version_normalized": "1.42.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b"
"reference": "aa20edea75bd9c48cfecc8360922e5a6e5c44502"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/2d446c214bdbe5b71bde5011b060a05fece3ae6b",
"reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/aa20edea75bd9c48cfecc8360922e5a6e5c44502",
"reference": "aa20edea75bd9c48cfecc8360922e5a6e5c44502",
"shasum": ""
},
"require": {
@@ -1700,7 +1700,7 @@
"suggest": {
"ext-intl": "For best performance"
},
"time": "2026-05-25T13:48:31+00:00",
"time": "2026-08-07T06:33:24+00:00",
"type": "library",
"extra": {
"thanks": {
@@ -1745,7 +1745,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.38.0"
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.42.0"
},
"funding": [
{
@@ -2276,17 +2276,17 @@
},
{
"name": "symfony/translation",
"version": "v7.4.14",
"version_normalized": "7.4.14.0",
"version": "v7.4.17",
"version_normalized": "7.4.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "a1af4dacb24eb7ef4f1ca71b94da8ddbce572281"
"reference": "2ee1e4a3b32a528a642babe041ff7c440b213b4b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/a1af4dacb24eb7ef4f1ca71b94da8ddbce572281",
"reference": "a1af4dacb24eb7ef4f1ca71b94da8ddbce572281",
"url": "https://api.github.com/repos/symfony/translation/zipball/2ee1e4a3b32a528a642babe041ff7c440b213b4b",
"reference": "2ee1e4a3b32a528a642babe041ff7c440b213b4b",
"shasum": ""
},
"require": {
@@ -2324,7 +2324,7 @@
"symfony/service-contracts": "^2.5|^3",
"symfony/yaml": "^6.4|^7.0|^8.0"
},
"time": "2026-06-06T09:33:19+00:00",
"time": "2026-08-21T17:40:08+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2355,7 +2355,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v7.4.14"
"source": "https://github.com/symfony/translation/tree/v7.4.17"
},
"funding": [
{