From 6fb83311fcc71381027772ee3e61076c68d2a73c Mon Sep 17 00:00:00 2001 From: Kenza Yamlahi Date: Mon, 18 Sep 2023 16:05:07 +0200 Subject: [PATCH] Update Changelog & under packages --- CHANGELOG.md | 2 + composer.json | 36 +++---- composer.lock | 253 +++++++++++++++++++++++++------------------------- 3 files changed, 147 insertions(+), 144 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7cedb47..44e76b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ * Better error message on PDOException ## Bugfixes +* Import-category & Import-category-ee #METSUP-32: + * url rewrites for the multistore store views are updated unintentionally * Start fix php8.2 deprecated warnings diff --git a/composer.json b/composer.json index c8aa957f..0f2fa2c7 100755 --- a/composer.json +++ b/composer.json @@ -4,25 +4,25 @@ "license": "MIT", "require": { "php": ">=7.3.0", - "techdivision/import": "^17.3.8", - "techdivision/import-cli": "^12.1.1", - "techdivision/import-app-simple": "^18.0.0", - "techdivision/import-configuration-jms": "^17.3.3", + "techdivision/import": "^17.5.1", + "techdivision/import-cli": "^12.3.0", + "techdivision/import-app-simple": "^18.0.3", + "techdivision/import-configuration-jms": "^17.4.1", "techdivision/import-ee": "^16.0.0", "techdivision/import-attribute": "^22.0.2", - "techdivision/import-attribute-set": "^17.0.0", - "techdivision/import-customer": "^17.0.5", - "techdivision/import-customer-address": "^17.0.5", - "techdivision/import-category": "^21.0.0", - "techdivision/import-category-ee": "^22.0.0", - "techdivision/import-product": "^25.1.1", - "techdivision/import-product-msi": "^20.0.0", - "techdivision/import-product-tier-price": "^18.0.0", - "techdivision/import-product-url-rewrite": "^25.0.1", - "techdivision/import-product-link": "^25.0.1", - "techdivision/import-product-media": "^27.0.0", - "techdivision/import-product-bundle": "^25.0.0", - "techdivision/import-product-variant": "^25.0.3", + "techdivision/import-attribute-set": "^17.0.1", + "techdivision/import-customer": "^17.1.1", + "techdivision/import-customer-address": "^17.0.6", + "techdivision/import-category": "^21.0.2", + "techdivision/import-category-ee": "^22.0.1", + "techdivision/import-product": "^25.2.0", + "techdivision/import-product-msi": "^20.1.0", + "techdivision/import-product-tier-price": "^18.0.1", + "techdivision/import-product-url-rewrite": "^25.0.3", + "techdivision/import-product-link": "^25.0.3", + "techdivision/import-product-media": "^27.0.3", + "techdivision/import-product-bundle": "^25.0.1", + "techdivision/import-product-variant": "^25.0.5", "techdivision/import-product-grouped": "^19.0.0", "techdivision/import-product-ee": "^26.1.0", "techdivision/import-product-link-ee": "^27.0.0", @@ -39,7 +39,7 @@ "techdivision/import-converter-product-attribute": "^10.0.1", "techdivision/import-converter-customer-attribute": "^3.0.0", "techdivision/import-serializer-csv": "^1.0.2", - "techdivision/import-dbal-collection": "^1.1.2", + "techdivision/import-dbal-collection": "^1.1.4", "techdivision/import-cache-collection": "^1.0.0", "techdivision/import-configuration": "^5.2.1" }, diff --git a/composer.lock b/composer.lock index bd5e9e67..7dbb930a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "764d9d6790d0eb77b3dc09bfec389d21", + "content-hash": "7db70267d802cc73937852208ec5e944", "packages": [ { "name": "brick/math", @@ -1129,16 +1129,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.22.1", + "version": "1.24.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0" + "reference": "9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/65c39594fbd8c67abfc68bb323f86447bab79cc0", - "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01", + "reference": "9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01", "shasum": "" }, "require": { @@ -1170,9 +1170,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.1" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.1" }, - "time": "2023-06-29T20:46:06+00:00" + "time": "2023-09-18T12:18:02+00:00" }, { "name": "psr/cache", @@ -2099,16 +2099,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", "shasum": "" }, "require": { @@ -2123,7 +2123,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2161,7 +2161,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" }, "funding": [ { @@ -2177,20 +2177,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" + "reference": "42292d99c55abe617799667f454222c54c60e229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", + "reference": "42292d99c55abe617799667f454222c54c60e229", "shasum": "" }, "require": { @@ -2205,7 +2205,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2244,7 +2244,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" }, "funding": [ { @@ -2260,20 +2260,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-07-28T09:04:16+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" + "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", + "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5", "shasum": "" }, "require": { @@ -2282,7 +2282,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2323,7 +2323,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0" }, "funding": [ { @@ -2339,20 +2339,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "shasum": "" }, "require": { @@ -2361,7 +2361,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2406,7 +2406,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" }, "funding": [ { @@ -2422,20 +2422,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", "shasum": "" }, "require": { @@ -2444,7 +2444,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2485,7 +2485,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" }, "funding": [ { @@ -2501,7 +2501,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/service-contracts", @@ -2657,16 +2657,16 @@ }, { "name": "techdivision/import", - "version": "17.5.0", + "version": "17.5.1", "source": { "type": "git", "url": "https://github.com/techdivision/import.git", - "reference": "08eed5f83ecfa4c4cfdcbaf9af26cd37a0b7a4a5" + "reference": "8028aef55ff8697bc3b297402649f96cdcaeb805" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import/zipball/08eed5f83ecfa4c4cfdcbaf9af26cd37a0b7a4a5", - "reference": "08eed5f83ecfa4c4cfdcbaf9af26cd37a0b7a4a5", + "url": "https://api.github.com/repos/techdivision/import/zipball/8028aef55ff8697bc3b297402649f96cdcaeb805", + "reference": "8028aef55ff8697bc3b297402649f96cdcaeb805", "shasum": "" }, "require": { @@ -2724,9 +2724,9 @@ "description": "A library supporting generic Magento 2 import functionality", "support": { "issues": "https://github.com/techdivision/import/issues", - "source": "https://github.com/techdivision/import/tree/17.5.0" + "source": "https://github.com/techdivision/import/tree/17.5.1" }, - "time": "2023-07-10T16:39:50+00:00" + "time": "2023-08-31T15:55:30+00:00" }, { "name": "techdivision/import-app-simple", @@ -2785,16 +2785,16 @@ }, { "name": "techdivision/import-attribute", - "version": "22.0.3", + "version": "22.0.7", "source": { "type": "git", "url": "https://github.com/techdivision/import-attribute.git", - "reference": "fa623234a5c3d99253ba91e6f30328f4d4cb2a86" + "reference": "953b0d8da91ded065e315849f8b711e6320548bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-attribute/zipball/fa623234a5c3d99253ba91e6f30328f4d4cb2a86", - "reference": "fa623234a5c3d99253ba91e6f30328f4d4cb2a86", + "url": "https://api.github.com/repos/techdivision/import-attribute/zipball/953b0d8da91ded065e315849f8b711e6320548bd", + "reference": "953b0d8da91ded065e315849f8b711e6320548bd", "shasum": "" }, "require": { @@ -2835,9 +2835,9 @@ "description": "Pacemaker library providing basic Magento 2 attribute import functionality", "support": { "issues": "https://github.com/techdivision/import-attribute/issues", - "source": "https://github.com/techdivision/import-attribute/tree/22.0.3" + "source": "https://github.com/techdivision/import-attribute/tree/22.0.7" }, - "time": "2023-05-05T15:46:43+00:00" + "time": "2023-09-06T10:24:32+00:00" }, { "name": "techdivision/import-attribute-set", @@ -3006,16 +3006,16 @@ }, { "name": "techdivision/import-category", - "version": "21.0.1", + "version": "21.0.2", "source": { "type": "git", "url": "https://github.com/techdivision/import-category.git", - "reference": "1eea31a3657ec7bbc785778998447c72f6810e43" + "reference": "6b6a31de524b0e3af1f190bb1410dfe502e91005" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-category/zipball/1eea31a3657ec7bbc785778998447c72f6810e43", - "reference": "1eea31a3657ec7bbc785778998447c72f6810e43", + "url": "https://api.github.com/repos/techdivision/import-category/zipball/6b6a31de524b0e3af1f190bb1410dfe502e91005", + "reference": "6b6a31de524b0e3af1f190bb1410dfe502e91005", "shasum": "" }, "require": { @@ -3055,22 +3055,22 @@ "description": "Pacemaker library providing basic Magento 2 category import functionality", "support": { "issues": "https://github.com/techdivision/import-category/issues", - "source": "https://github.com/techdivision/import-category/tree/21.0.1" + "source": "https://github.com/techdivision/import-category/tree/21.0.2" }, - "time": "2023-05-05T15:47:57+00:00" + "time": "2023-09-18T13:50:58+00:00" }, { "name": "techdivision/import-category-ee", - "version": "22.0.0", + "version": "22.0.1", "source": { "type": "git", "url": "https://github.com/techdivision/import-category-ee.git", - "reference": "06b558c0206a7c642e87a191f19a5bc25f5b95f6" + "reference": "7b920766a1c3f553ddf4fdefb25bd7179a4a9c16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-category-ee/zipball/06b558c0206a7c642e87a191f19a5bc25f5b95f6", - "reference": "06b558c0206a7c642e87a191f19a5bc25f5b95f6", + "url": "https://api.github.com/repos/techdivision/import-category-ee/zipball/7b920766a1c3f553ddf4fdefb25bd7179a4a9c16", + "reference": "7b920766a1c3f553ddf4fdefb25bd7179a4a9c16", "shasum": "" }, "require": { @@ -3111,9 +3111,9 @@ "description": "Pacemaker library providing basic Magento 2 EE category import functionality", "support": { "issues": "https://github.com/techdivision/import-category-ee/issues", - "source": "https://github.com/techdivision/import-category-ee/tree/22.0.0" + "source": "https://github.com/techdivision/import-category-ee/tree/22.0.1" }, - "time": "2022-04-21T08:12:01+00:00" + "time": "2023-09-18T13:53:08+00:00" }, { "name": "techdivision/import-cli", @@ -4520,16 +4520,16 @@ }, { "name": "techdivision/import-product-url-rewrite", - "version": "25.0.2", + "version": "25.0.3", "source": { "type": "git", "url": "https://github.com/techdivision/import-product-url-rewrite.git", - "reference": "c60ead8897f02b5223a13abbd4f158dfc1a1078a" + "reference": "5a2f5574b3dd2f3f1558d05e87928af6bb96c7a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-url-rewrite/zipball/c60ead8897f02b5223a13abbd4f158dfc1a1078a", - "reference": "c60ead8897f02b5223a13abbd4f158dfc1a1078a", + "url": "https://api.github.com/repos/techdivision/import-product-url-rewrite/zipball/5a2f5574b3dd2f3f1558d05e87928af6bb96c7a8", + "reference": "5a2f5574b3dd2f3f1558d05e87928af6bb96c7a8", "shasum": "" }, "require": { @@ -4569,9 +4569,9 @@ "description": "Pacemaker library providing basic Magento 2 product URL rewrite import functionality", "support": { "issues": "https://github.com/techdivision/import-product-url-rewrite/issues", - "source": "https://github.com/techdivision/import-product-url-rewrite/tree/25.0.2" + "source": "https://github.com/techdivision/import-product-url-rewrite/tree/25.0.3" }, - "time": "2023-05-05T15:54:07+00:00" + "time": "2023-09-18T13:46:34+00:00" }, { "name": "techdivision/import-product-variant", @@ -5380,16 +5380,16 @@ }, { "name": "composer/semver", - "version": "3.3.2", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" + "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", + "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", + "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", "shasum": "" }, "require": { @@ -5439,9 +5439,9 @@ "versioning" ], "support": { - "irc": "irc://irc.freenode.org/composer", + "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.3.2" + "source": "https://github.com/composer/semver/tree/3.4.0" }, "funding": [ { @@ -5457,7 +5457,7 @@ "type": "tidelift" } ], - "time": "2022-04-01T19:23:25+00:00" + "time": "2023-08-31T09:50:34+00:00" }, { "name": "composer/xdebug-handler", @@ -7006,16 +7006,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.16.0", + "version": "v4.17.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "19526a33fb561ef417e822e85f08a00db4059c17" + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", - "reference": "19526a33fb561ef417e822e85f08a00db4059c17", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", "shasum": "" }, "require": { @@ -7056,9 +7056,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" }, - "time": "2023-06-25T14:52:30+00:00" + "time": "2023-08-13T19:53:39+00:00" }, { "name": "pdepend/pdepend", @@ -7381,16 +7381,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.26", + "version": "9.2.28", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1" + "reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", - "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef", + "reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef", "shasum": "" }, "require": { @@ -7446,7 +7446,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26" + "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.28" }, "funding": [ { @@ -7454,7 +7455,7 @@ "type": "github" } ], - "time": "2023-03-06T12:58:08+00:00" + "time": "2023-09-12T14:36:20+00:00" }, { "name": "phpunit/php-file-iterator", @@ -8377,16 +8378,16 @@ }, { "name": "sebastian/global-state", - "version": "5.0.5", + "version": "5.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + "reference": "bde739e7565280bda77be70044ac1047bc007e34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", + "reference": "bde739e7565280bda77be70044ac1047bc007e34", "shasum": "" }, "require": { @@ -8429,7 +8430,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" }, "funding": [ { @@ -8437,7 +8438,7 @@ "type": "github" } ], - "time": "2022-02-14T08:28:10+00:00" + "time": "2023-08-02T09:26:13+00:00" }, { "name": "sebastian/lines-of-code", @@ -9919,16 +9920,16 @@ }, { "name": "symfony/mime", - "version": "v5.4.23", + "version": "v5.4.26", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "ae0a1032a450a3abf305ee44fc55ed423fbf16e3" + "reference": "2ea06dfeee20000a319d8407cea1d47533d5a9d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/ae0a1032a450a3abf305ee44fc55ed423fbf16e3", - "reference": "ae0a1032a450a3abf305ee44fc55ed423fbf16e3", + "url": "https://api.github.com/repos/symfony/mime/zipball/2ea06dfeee20000a319d8407cea1d47533d5a9d2", + "reference": "2ea06dfeee20000a319d8407cea1d47533d5a9d2", "shasum": "" }, "require": { @@ -9943,7 +9944,7 @@ "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<4.4", - "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6" + "symfony/serializer": "<5.4.26|>=6,<6.2.13|>=6.3,<6.3.2" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", @@ -9951,7 +9952,7 @@ "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/property-access": "^4.4|^5.1|^6.0", "symfony/property-info": "^4.4|^5.1|^6.0", - "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6" + "symfony/serializer": "^5.4.26|~6.2.13|^6.3.2" }, "type": "library", "autoload": { @@ -9983,7 +9984,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.23" + "source": "https://github.com/symfony/mime/tree/v5.4.26" }, "funding": [ { @@ -9999,20 +10000,20 @@ "type": "tidelift" } ], - "time": "2023-04-19T09:49:13+00:00" + "time": "2023-07-27T06:29:31+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da" + "reference": "ecaafce9f77234a6a449d29e49267ba10499116d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d", + "reference": "ecaafce9f77234a6a449d29e49267ba10499116d", "shasum": "" }, "require": { @@ -10026,7 +10027,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -10070,7 +10071,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0" }, "funding": [ { @@ -10086,20 +10087,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:30:37+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", "shasum": "" }, "require": { @@ -10111,7 +10112,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -10154,7 +10155,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" }, "funding": [ { @@ -10170,7 +10171,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php56", @@ -10242,16 +10243,16 @@ }, { "name": "symfony/polyfill-php72", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179", + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179", "shasum": "" }, "require": { @@ -10260,7 +10261,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -10298,7 +10299,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0" }, "funding": [ { @@ -10314,7 +10315,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/process",