From efe809f46b6f3f0093066e7fcc3e76e1f137c08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Eisenfu=CC=88hrer?= Date: Thu, 11 Jul 2024 13:24:55 +0200 Subject: [PATCH] Prepare new version --- .semver | 2 +- CHANGELOG.md | 2 +- RoboFile.php | 2 +- composer.json | 12 +-- composer.lock | 230 +++++++++++++++++++++++++------------------------- 5 files changed, 124 insertions(+), 124 deletions(-) diff --git a/.semver b/.semver index 8862ed6b..0d9941ef 100644 --- a/.semver +++ b/.semver @@ -1,6 +1,6 @@ --- :major: 4 :minor: 2 -:patch: 5 +:patch: 6 :special: '' :metadata: '' diff --git a/CHANGELOG.md b/CHANGELOG.md index 86bc7e38..ea0bd927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version 4.2.6 (coming soon) +# Version 4.2.6 * Min. PHP Version set to 7.3 * Support PhpUnit 8.0 diff --git a/RoboFile.php b/RoboFile.php index 23e4cfef..bda53721 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks 'target.dir' => __DIR__ . '/target', 'symfony.dir' => __DIR__ . '/symfony', 'webapp.name' => 'import-cli-simple', - 'webapp.version' => '4.2.5' + 'webapp.version' => '4.2.6' ); /** diff --git a/composer.json b/composer.json index a7750320..a6f60586 100755 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "license": "MIT", "require": { "php": ">=7.3.0", - "techdivision/import": "^17.8.0", - "techdivision/import-cli": "^12.5.2", + "techdivision/import": "^17.8.1", + "techdivision/import-cli": "^12.5.3", "techdivision/import-app-simple": "^18.0.3", "techdivision/import-configuration-jms": "^17.4.2", "techdivision/import-ee": "^16.0.0", @@ -13,9 +13,9 @@ "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.3", + "techdivision/import-category": "^21.1.0", "techdivision/import-category-ee": "^22.0.1", - "techdivision/import-product": "^25.3.1", + "techdivision/import-product": "^25.3.2", "techdivision/import-product-msi": "^20.1.0", "techdivision/import-product-tier-price": "^18.1.0", "techdivision/import-product-url-rewrite": "^25.0.4", @@ -24,7 +24,7 @@ "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.1", + "techdivision/import-product-ee": "^26.1.2", "techdivision/import-product-link-ee": "^27.0.0", "techdivision/import-product-media-ee": "^28.0.0", "techdivision/import-product-bundle-ee": "^27.0.0", @@ -42,7 +42,7 @@ "techdivision/import-dbal-collection": "^1.2.0", "techdivision/import-cache-collection": "^1.0.0", "techdivision/import-configuration": "^5.2.1", - "egulias/email-validator": "^3.2" + "egulias/email-validator": "^3.2.6" }, "require-dev": { "doctrine/dbal": "2.5.*", diff --git a/composer.lock b/composer.lock index 626ef1f9..573ef831 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": "2c69cdfd1ce6a0c34eb9c09a0de7c526", + "content-hash": "31e118153ca5923e25c2eed839d61b59", "packages": [ { "name": "brick/math", @@ -1197,16 +1197,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.28.0", + "version": "1.29.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb" + "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", - "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4", + "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4", "shasum": "" }, "require": { @@ -1238,9 +1238,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.28.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1" }, - "time": "2024-04-03T18:51:33+00:00" + "time": "2024-05-31T08:52:43+00:00" }, { "name": "psr/cache", @@ -2184,16 +2184,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" + "reference": "0424dff1c58f028c451efff2045f5d92410bd540" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540", + "reference": "0424dff1c58f028c451efff2045f5d92410bd540", "shasum": "" }, "require": { @@ -2243,7 +2243,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0" }, "funding": [ { @@ -2259,20 +2259,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f" + "reference": "c027e6a3c6aee334663ec21f5852e89738abc805" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f", - "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c027e6a3c6aee334663ec21f5852e89738abc805", + "reference": "c027e6a3c6aee334663ec21f5852e89738abc805", "shasum": "" }, "require": { @@ -2323,7 +2323,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.30.0" }, "funding": [ { @@ -2339,20 +2339,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919" + "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919", - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a6e83bdeb3c84391d1dfe16f42e40727ce524a5c", + "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c", "shasum": "" }, "require": { @@ -2407,7 +2407,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.30.0" }, "funding": [ { @@ -2423,20 +2423,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" + "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb", + "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb", "shasum": "" }, "require": { @@ -2488,7 +2488,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0" }, "funding": [ { @@ -2504,20 +2504,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" + "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c", + "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c", "shasum": "" }, "require": { @@ -2568,7 +2568,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0" }, "funding": [ { @@ -2584,20 +2584,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" + "reference": "10112722600777e02d2745716b70c5db4ca70442" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442", + "reference": "10112722600777e02d2745716b70c5db4ca70442", "shasum": "" }, "require": { @@ -2641,7 +2641,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.30.0" }, "funding": [ { @@ -2657,20 +2657,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "21bd091060673a1177ae842c0ef8fe30893114d2" + "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2", - "reference": "21bd091060673a1177ae842c0ef8fe30893114d2", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1", + "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1", "shasum": "" }, "require": { @@ -2717,7 +2717,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0" }, "funding": [ { @@ -2733,20 +2733,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" + "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", + "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", "shasum": "" }, "require": { @@ -2797,7 +2797,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" }, "funding": [ { @@ -2813,20 +2813,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" + "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af", + "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af", "shasum": "" }, "require": { @@ -2873,7 +2873,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0" }, "funding": [ { @@ -2889,7 +2889,7 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/service-contracts", @@ -3045,16 +3045,16 @@ }, { "name": "techdivision/import", - "version": "17.8.0", + "version": "17.8.1", "source": { "type": "git", "url": "https://github.com/techdivision/import.git", - "reference": "4181886b320aff9494b91ef05986457cc4d44dbe" + "reference": "db773ce58e8f72a3d1708c77f1c975134e5f9b13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import/zipball/4181886b320aff9494b91ef05986457cc4d44dbe", - "reference": "4181886b320aff9494b91ef05986457cc4d44dbe", + "url": "https://api.github.com/repos/techdivision/import/zipball/db773ce58e8f72a3d1708c77f1c975134e5f9b13", + "reference": "db773ce58e8f72a3d1708c77f1c975134e5f9b13", "shasum": "" }, "require": { @@ -3112,9 +3112,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.8.0" + "source": "https://github.com/techdivision/import/tree/17.8.1" }, - "time": "2024-04-23T15:36:02+00:00" + "time": "2024-04-25T12:19:05+00:00" }, { "name": "techdivision/import-app-simple", @@ -3394,16 +3394,16 @@ }, { "name": "techdivision/import-category", - "version": "21.0.3", + "version": "21.1.0", "source": { "type": "git", "url": "https://github.com/techdivision/import-category.git", - "reference": "57869cad8f856a95ea50e3e6527849f27e3c20bc" + "reference": "1feb39900eddaa10681ba702ba497f7f03153467" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-category/zipball/57869cad8f856a95ea50e3e6527849f27e3c20bc", - "reference": "57869cad8f856a95ea50e3e6527849f27e3c20bc", + "url": "https://api.github.com/repos/techdivision/import-category/zipball/1feb39900eddaa10681ba702ba497f7f03153467", + "reference": "1feb39900eddaa10681ba702ba497f7f03153467", "shasum": "" }, "require": { @@ -3443,9 +3443,9 @@ "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.3" + "source": "https://github.com/techdivision/import-category/tree/21.1.0" }, - "time": "2023-10-11T15:56:45+00:00" + "time": "2024-06-07T13:21:30+00:00" }, { "name": "techdivision/import-category-ee", @@ -3505,16 +3505,16 @@ }, { "name": "techdivision/import-cli", - "version": "12.5.2", + "version": "12.5.3", "source": { "type": "git", "url": "https://github.com/techdivision/import-cli.git", - "reference": "d5ae0b8341134e7e68542e783c63bc27fa6c1c6a" + "reference": "674aab441cedb47a760c8b759f6383f5930518f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-cli/zipball/d5ae0b8341134e7e68542e783c63bc27fa6c1c6a", - "reference": "d5ae0b8341134e7e68542e783c63bc27fa6c1c6a", + "url": "https://api.github.com/repos/techdivision/import-cli/zipball/674aab441cedb47a760c8b759f6383f5930518f4", + "reference": "674aab441cedb47a760c8b759f6383f5930518f4", "shasum": "" }, "require": { @@ -3560,9 +3560,9 @@ "description": "Commands and Helpers to implement a CLI providing single-threaded Magento 2 importing functionality based on Pacemaker", "support": { "issues": "https://github.com/techdivision/import-cli/issues", - "source": "https://github.com/techdivision/import-cli/tree/12.5.2" + "source": "https://github.com/techdivision/import-cli/tree/12.5.3" }, - "time": "2024-04-08T13:39:48+00:00" + "time": "2024-04-25T12:45:19+00:00" }, { "name": "techdivision/import-configuration", @@ -4126,16 +4126,16 @@ }, { "name": "techdivision/import-dbal-collection", - "version": "1.1.4", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/techdivision/import-dbal-collection.git", - "reference": "77f210c45809f4f6b0ebdd5914a64ab4839330b1" + "reference": "8fdc25be191ddeae7cb49372bc62eaf0cdbfebfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-dbal-collection/zipball/77f210c45809f4f6b0ebdd5914a64ab4839330b1", - "reference": "77f210c45809f4f6b0ebdd5914a64ab4839330b1", + "url": "https://api.github.com/repos/techdivision/import-dbal-collection/zipball/8fdc25be191ddeae7cb49372bc62eaf0cdbfebfb", + "reference": "8fdc25be191ddeae7cb49372bc62eaf0cdbfebfb", "shasum": "" }, "require": { @@ -4178,9 +4178,9 @@ "description": "Pacemaker library providing a hyperfast Magento 2 import DBAL functionality", "support": { "issues": "https://github.com/techdivision/import-dbal-collection/issues", - "source": "https://github.com/techdivision/import-dbal-collection/tree/1.1.4" + "source": "https://github.com/techdivision/import-dbal-collection/tree/1.2.0" }, - "time": "2023-05-02T12:30:42+00:00" + "time": "2024-05-06T14:59:07+00:00" }, { "name": "techdivision/import-ee", @@ -4239,16 +4239,16 @@ }, { "name": "techdivision/import-product", - "version": "25.2.3", + "version": "25.3.2", "source": { "type": "git", "url": "https://github.com/techdivision/import-product.git", - "reference": "144fdce15e91d4bb56cb2625ab17d57415309f28" + "reference": "2dfc6b5ad30293e12e0de329202d308273ddcca6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product/zipball/144fdce15e91d4bb56cb2625ab17d57415309f28", - "reference": "144fdce15e91d4bb56cb2625ab17d57415309f28", + "url": "https://api.github.com/repos/techdivision/import-product/zipball/2dfc6b5ad30293e12e0de329202d308273ddcca6", + "reference": "2dfc6b5ad30293e12e0de329202d308273ddcca6", "shasum": "" }, "require": { @@ -4288,9 +4288,9 @@ "description": "Pacemaker library providing basic Magento 2 product import functionality", "support": { "issues": "https://github.com/techdivision/import-product/issues", - "source": "https://github.com/techdivision/import-product/tree/25.2.3" + "source": "https://github.com/techdivision/import-product/tree/25.3.2" }, - "time": "2024-04-05T16:17:40+00:00" + "time": "2024-05-14T15:28:37+00:00" }, { "name": "techdivision/import-product-bundle", @@ -4405,16 +4405,16 @@ }, { "name": "techdivision/import-product-ee", - "version": "26.1.0", + "version": "26.1.2", "source": { "type": "git", "url": "https://github.com/techdivision/import-product-ee.git", - "reference": "d6df349b3274674a4bc1b616b4f3a68c2748b29d" + "reference": "1e667ce34f1e8ba7e85b19dbde8847bb344d2b90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-ee/zipball/d6df349b3274674a4bc1b616b4f3a68c2748b29d", - "reference": "d6df349b3274674a4bc1b616b4f3a68c2748b29d", + "url": "https://api.github.com/repos/techdivision/import-product-ee/zipball/1e667ce34f1e8ba7e85b19dbde8847bb344d2b90", + "reference": "1e667ce34f1e8ba7e85b19dbde8847bb344d2b90", "shasum": "" }, "require": { @@ -4455,9 +4455,9 @@ "description": "Pacemaker library providing basic Magento 2 EE product import functionality", "support": { "issues": "https://github.com/techdivision/import-product-ee/issues", - "source": "https://github.com/techdivision/import-product-ee/tree/26.1.0" + "source": "https://github.com/techdivision/import-product-ee/tree/26.1.2" }, - "time": "2022-11-10T22:26:35+00:00" + "time": "2024-05-14T15:29:46+00:00" }, { "name": "techdivision/import-product-grouped", @@ -4849,16 +4849,16 @@ }, { "name": "techdivision/import-product-tier-price", - "version": "18.0.1", + "version": "18.1.0", "source": { "type": "git", "url": "https://github.com/techdivision/import-product-tier-price.git", - "reference": "f51f383aed5b268a5af8053bc5593917bbbc87c3" + "reference": "1710be66e3c4ea883f501e19a1e3ede37ee1de9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-tier-price/zipball/f51f383aed5b268a5af8053bc5593917bbbc87c3", - "reference": "f51f383aed5b268a5af8053bc5593917bbbc87c3", + "url": "https://api.github.com/repos/techdivision/import-product-tier-price/zipball/1710be66e3c4ea883f501e19a1e3ede37ee1de9e", + "reference": "1710be66e3c4ea883f501e19a1e3ede37ee1de9e", "shasum": "" }, "require": { @@ -4903,9 +4903,9 @@ "description": "Pacemaker library providing basic Magento 2 product tier price import functionality", "support": { "issues": "https://github.com/techdivision/import-product-tier-price/issues", - "source": "https://github.com/techdivision/import-product-tier-price/tree/18.0.1" + "source": "https://github.com/techdivision/import-product-tier-price/tree/18.1.0" }, - "time": "2023-05-05T15:53:24+00:00" + "time": "2024-05-14T12:28:39+00:00" }, { "name": "techdivision/import-product-url-rewrite", @@ -5851,16 +5851,16 @@ }, { "name": "composer/xdebug-handler", - "version": "3.0.4", + "version": "3.0.5", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255" + "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/4f988f8fdf580d53bdb2d1278fe93d1ed5462255", - "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", + "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", "shasum": "" }, "require": { @@ -5897,7 +5897,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/3.0.4" + "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" }, "funding": [ { @@ -5913,7 +5913,7 @@ "type": "tidelift" } ], - "time": "2024-03-26T18:29:49+00:00" + "time": "2024-05-06T16:37:16+00:00" }, { "name": "consolidation/annotated-command", @@ -10330,16 +10330,16 @@ }, { "name": "symfony/mime", - "version": "v5.4.38", + "version": "v5.4.41", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "82fa6be8a0295a3932df871e88fc8c8d77aa71d4" + "reference": "c71c7a1aeed60b22d05e738197e31daf2120bd42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/82fa6be8a0295a3932df871e88fc8c8d77aa71d4", - "reference": "82fa6be8a0295a3932df871e88fc8c8d77aa71d4", + "url": "https://api.github.com/repos/symfony/mime/zipball/c71c7a1aeed60b22d05e738197e31daf2120bd42", + "reference": "c71c7a1aeed60b22d05e738197e31daf2120bd42", "shasum": "" }, "require": { @@ -10395,7 +10395,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.38" + "source": "https://github.com/symfony/mime/tree/v5.4.41" }, "funding": [ { @@ -10411,7 +10411,7 @@ "type": "tidelift" } ], - "time": "2024-03-21T07:25:32+00:00" + "time": "2024-06-28T09:36:24+00:00" }, { "name": "symfony/polyfill-php56",