From c8984f87786dc1df11cee1c8d60d2e9d8488c66f Mon Sep 17 00:00:00 2001 From: Kenza Yamlahi Date: Fri, 12 Aug 2022 16:19:40 +0200 Subject: [PATCH] Release 4.1.3 --- .semver | 2 +- CHANGELOG.md | 2 +- RoboFile.php | 2 +- composer.json | 18 ++-- composer.lock | 292 +++++++++++++++++++++++++------------------------- 5 files changed, 158 insertions(+), 158 deletions(-) diff --git a/.semver b/.semver index be5ac935..0c3ad233 100644 --- a/.semver +++ b/.semver @@ -1,6 +1,6 @@ --- :major: 4 :minor: 1 -:patch: 2 +:patch: 3 :special: '' :metadata: '' diff --git a/CHANGELOG.md b/CHANGELOG.md index e8688fff..f464f484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version 4.1.3 (cmming soon) +# Version 4.1.3 * Min. PHP Version set to 7.3 * Support PhpUnit 8.0 diff --git a/RoboFile.php b/RoboFile.php index ed16d5f0..8ff27f6b 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.1.2' + 'webapp.version' => '4.1.3' ); /** diff --git a/composer.json b/composer.json index 183c08b0..104bf330 100755 --- a/composer.json +++ b/composer.json @@ -4,15 +4,15 @@ "license": "MIT", "require": { "php": ">=7.3.0", - "techdivision/import": "^17.1.2", - "techdivision/import-cli": "^12.0.0", + "techdivision/import": "^17.2.0", + "techdivision/import-cli": "^12.1.0", "techdivision/import-app-simple": "^18.0.0", - "techdivision/import-configuration-jms": "^17.1.0", + "techdivision/import-configuration-jms": "^17.2.0", "techdivision/import-ee": "^16.0.0", "techdivision/import-attribute": "^22.0.2", "techdivision/import-attribute-set": "^17.0.0", - "techdivision/import-customer": "^17.0.1", - "techdivision/import-customer-address": "^17.0.1", + "techdivision/import-customer": "^17.0.2", + "techdivision/import-customer-address": "^17.0.2", "techdivision/import-category": "^21.0.0", "techdivision/import-category-ee": "^22.0.0", "techdivision/import-product": "^25.0.5", @@ -22,7 +22,7 @@ "techdivision/import-product-link": "^25.0.0", "techdivision/import-product-media": "^27.0.0", "techdivision/import-product-bundle": "^25.0.0", - "techdivision/import-product-variant": "^25.0.0", + "techdivision/import-product-variant": "^25.0.1", "techdivision/import-product-grouped": "^19.0.0", "techdivision/import-product-ee": "^26.0.0", "techdivision/import-product-link-ee": "^27.0.0", @@ -36,12 +36,12 @@ "techdivision/import-converter": "^11.0.0", "techdivision/import-converter-ee": "^11.0.0", "techdivision/import-converter-product-category": "^10.0.0", - "techdivision/import-converter-product-attribute": "^10.0.0", + "techdivision/import-converter-product-attribute": "^10.0.1", "techdivision/import-converter-customer-attribute": "^3.0.0", "techdivision/import-serializer-csv": "^1.0.0", - "techdivision/import-dbal-collection": "^1.0.0", + "techdivision/import-dbal-collection": "^1.1.0", "techdivision/import-cache-collection": "^1.0.0", - "techdivision/import-configuration": "^5.1.0" + "techdivision/import-configuration": "^5.2.0" }, "require-dev": { "doctrine/dbal": "2.5.*", diff --git a/composer.lock b/composer.lock index ab6ba19b..66821e7d 100644 --- a/composer.lock +++ b/composer.lock @@ -617,16 +617,16 @@ }, { "name": "jms/serializer", - "version": "3.17.1", + "version": "3.18.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "190f64b051795d447ec755acbfdb1bff330a6707" + "reference": "f721ffd76733c24ec1e8fd1e50e44a335fb78bbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/190f64b051795d447ec755acbfdb1bff330a6707", - "reference": "190f64b051795d447ec755acbfdb1bff330a6707", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f721ffd76733c24ec1e8fd1e50e44a335fb78bbe", + "reference": "f721ffd76733c24ec1e8fd1e50e44a335fb78bbe", "shasum": "" }, "require": { @@ -654,6 +654,7 @@ "symfony/filesystem": "^3.0|^4.0|^5.0|^6.0", "symfony/form": "^3.0|^4.0|^5.0|^6.0", "symfony/translation": "^3.0|^4.0|^5.0|^6.0", + "symfony/uid": "^5.1|^6.0", "symfony/validator": "^3.1.9|^4.0|^5.0|^6.0", "symfony/yaml": "^3.3|^4.0|^5.0|^6.0", "twig/twig": "~1.34|~2.4|^3.0" @@ -661,6 +662,7 @@ "suggest": { "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", "symfony/cache": "Required if you like to use cache functionality.", + "symfony/uid": "Required if you'd like to serialize UID objects.", "symfony/yaml": "Required if you'd like to use the YAML metadata format." }, "type": "library", @@ -699,7 +701,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/serializer/issues", - "source": "https://github.com/schmittjoh/serializer/tree/3.17.1" + "source": "https://github.com/schmittjoh/serializer/tree/3.18.0" }, "funding": [ { @@ -707,7 +709,7 @@ "type": "github" } ], - "time": "2021-12-28T20:59:55+00:00" + "time": "2022-08-06T05:17:44+00:00" }, { "name": "laminas/laminas-filter", @@ -793,16 +795,16 @@ }, { "name": "laminas/laminas-stdlib", - "version": "3.10.1", + "version": "3.11.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "0d669074845fc80a99add0f64025192f143ef836" + "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/0d669074845fc80a99add0f64025192f143ef836", - "reference": "0d669074845fc80a99add0f64025192f143ef836", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f", + "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f", "shasum": "" }, "require": { @@ -815,7 +817,7 @@ "laminas/laminas-coding-standard": "~2.3.0", "phpbench/phpbench": "^1.0", "phpunit/phpunit": "^9.3.7", - "psalm/plugin-phpunit": "^0.16.0", + "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.7" }, "type": "library", @@ -848,7 +850,7 @@ "type": "community_bridge" } ], - "time": "2022-06-10T14:49:09+00:00" + "time": "2022-07-27T12:28:58+00:00" }, { "name": "laminas/laminas-zendframework-bridge", @@ -968,16 +970,16 @@ }, { "name": "monolog/monolog", - "version": "2.7.0", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524" + "reference": "720488632c590286b88b80e62aa3d3d551ad4a50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5579edf28aee1190a798bfa5be8bc16c563bd524", - "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50", + "reference": "720488632c590286b88b80e62aa3d3d551ad4a50", "shasum": "" }, "require": { @@ -997,11 +999,10 @@ "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", - "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.15", "phpstan/phpstan": "^0.12.91", "phpunit/phpunit": "^8.5.14", - "predis/predis": "^1.1", + "predis/predis": "^1.1 || ^2.0", "rollbar/rollbar": "^1.3 || ^2 || ^3", "ruflin/elastica": "^7", "swiftmailer/swiftmailer": "^5.3|^6.0", @@ -1021,7 +1022,6 @@ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", - "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, @@ -1056,7 +1056,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.7.0" + "source": "https://github.com/Seldaek/monolog/tree/2.8.0" }, "funding": [ { @@ -1068,20 +1068,20 @@ "type": "tidelift" } ], - "time": "2022-06-09T08:59:12+00:00" + "time": "2022-07-24T11:55:47+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "1.6.4", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "135607f9ccc297d6923d49c2bcf309f509413215" + "reference": "367a8d9d5f7da2a0136422d27ce8840583926955" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/135607f9ccc297d6923d49c2bcf309f509413215", - "reference": "135607f9ccc297d6923d49c2bcf309f509413215", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/367a8d9d5f7da2a0136422d27ce8840583926955", + "reference": "367a8d9d5f7da2a0136422d27ce8840583926955", "shasum": "" }, "require": { @@ -1111,9 +1111,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.6.4" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.7.0" }, - "time": "2022-06-26T13:09:08+00:00" + "time": "2022-08-09T12:23:23+00:00" }, { "name": "psr/cache", @@ -1660,16 +1660,16 @@ }, { "name": "symfony/config", - "version": "v4.4.42", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81" + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/83cdafd1bd3370de23e3dc2ed01026908863be81", - "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81", + "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", "shasum": "" }, "require": { @@ -1718,7 +1718,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v4.4.42" + "source": "https://github.com/symfony/config/tree/v4.4.44" }, "funding": [ { @@ -1734,20 +1734,20 @@ "type": "tidelift" } ], - "time": "2022-05-17T07:10:14+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/console", - "version": "v4.4.43", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "8a2628d2d5639f35113dc1b833ecd91e1ed1cf46" + "reference": "c35fafd7f12ebd6f9e29c95a370df7f1fb171a40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/8a2628d2d5639f35113dc1b833ecd91e1ed1cf46", - "reference": "8a2628d2d5639f35113dc1b833ecd91e1ed1cf46", + "url": "https://api.github.com/repos/symfony/console/zipball/c35fafd7f12ebd6f9e29c95a370df7f1fb171a40", + "reference": "c35fafd7f12ebd6f9e29c95a370df7f1fb171a40", "shasum": "" }, "require": { @@ -1808,7 +1808,7 @@ "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v4.4.43" + "source": "https://github.com/symfony/console/tree/v4.4.44" }, "funding": [ { @@ -1824,20 +1824,20 @@ "type": "tidelift" } ], - "time": "2022-06-23T12:22:25+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.43", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd" + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd", - "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", "shasum": "" }, "require": { @@ -1894,7 +1894,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v4.4.43" + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" }, "funding": [ { @@ -1910,20 +1910,20 @@ "type": "tidelift" } ], - "time": "2022-06-22T15:01:38+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/expression-language", - "version": "v4.4.43", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "a6c4a3149147002e52bb90615c84fc8053809a4e" + "reference": "13f0e1fd96066299eb39c87473446805fcf57c41" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/a6c4a3149147002e52bb90615c84fc8053809a4e", - "reference": "a6c4a3149147002e52bb90615c84fc8053809a4e", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/13f0e1fd96066299eb39c87473446805fcf57c41", + "reference": "13f0e1fd96066299eb39c87473446805fcf57c41", "shasum": "" }, "require": { @@ -1957,7 +1957,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v4.4.43" + "source": "https://github.com/symfony/expression-language/tree/v4.4.44" }, "funding": [ { @@ -1973,7 +1973,7 @@ "type": "tidelift" } ], - "time": "2022-06-19T09:33:27+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/filesystem", @@ -2598,16 +2598,16 @@ }, { "name": "techdivision/import", - "version": "17.1.2", + "version": "17.2.0", "source": { "type": "git", "url": "https://github.com/techdivision/import.git", - "reference": "d004e1a4cee201d14940cc676c0732fb07d39c1f" + "reference": "042181fc4a85a0c4a233329c763a6be45880fd79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import/zipball/d004e1a4cee201d14940cc676c0732fb07d39c1f", - "reference": "d004e1a4cee201d14940cc676c0732fb07d39c1f", + "url": "https://api.github.com/repos/techdivision/import/zipball/042181fc4a85a0c4a233329c763a6be45880fd79", + "reference": "042181fc4a85a0c4a233329c763a6be45880fd79", "shasum": "" }, "require": { @@ -2665,9 +2665,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.1.2" + "source": "https://github.com/techdivision/import/tree/17.2.0" }, - "time": "2022-07-19T16:13:11+00:00" + "time": "2022-08-05T13:17:21+00:00" }, { "name": "techdivision/import-app-simple", @@ -3059,16 +3059,16 @@ }, { "name": "techdivision/import-cli", - "version": "12.0.0", + "version": "12.1.0", "source": { "type": "git", "url": "https://github.com/techdivision/import-cli.git", - "reference": "9cebd2cabb6122206207b1afa8d78ccabdd2f6dd" + "reference": "cdc5f6961880f5666e0a1a3c2150484ae581aaf6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-cli/zipball/9cebd2cabb6122206207b1afa8d78ccabdd2f6dd", - "reference": "9cebd2cabb6122206207b1afa8d78ccabdd2f6dd", + "url": "https://api.github.com/repos/techdivision/import-cli/zipball/cdc5f6961880f5666e0a1a3c2150484ae581aaf6", + "reference": "cdc5f6961880f5666e0a1a3c2150484ae581aaf6", "shasum": "" }, "require": { @@ -3114,22 +3114,22 @@ "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.0.0" + "source": "https://github.com/techdivision/import-cli/tree/12.1.0" }, - "time": "2022-04-21T07:09:32+00:00" + "time": "2022-08-05T13:19:44+00:00" }, { "name": "techdivision/import-configuration", - "version": "5.1.0", + "version": "5.2.0", "source": { "type": "git", "url": "https://github.com/techdivision/import-configuration.git", - "reference": "664bbf3026dc05d5befed3f6f83b145832b4200a" + "reference": "9ed5923f06bcdc7680c4cea70d1f7ff2ebf28b1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-configuration/zipball/664bbf3026dc05d5befed3f6f83b145832b4200a", - "reference": "664bbf3026dc05d5befed3f6f83b145832b4200a", + "url": "https://api.github.com/repos/techdivision/import-configuration/zipball/9ed5923f06bcdc7680c4cea70d1f7ff2ebf28b1e", + "reference": "9ed5923f06bcdc7680c4cea70d1f7ff2ebf28b1e", "shasum": "" }, "require": { @@ -3167,22 +3167,22 @@ "description": "The configuration interfaces for generic import functionality implementations", "support": { "issues": "https://github.com/techdivision/import-configuration/issues", - "source": "https://github.com/techdivision/import-configuration/tree/5.1.0" + "source": "https://github.com/techdivision/import-configuration/tree/5.2.0" }, - "time": "2022-06-02T19:09:49+00:00" + "time": "2022-08-05T13:18:30+00:00" }, { "name": "techdivision/import-configuration-jms", - "version": "17.1.0", + "version": "17.2.0", "source": { "type": "git", "url": "https://github.com/techdivision/import-configuration-jms.git", - "reference": "d0e66607ba1c91f22909602157b2582a6ad75a8c" + "reference": "456eaf9a7c0e4203ee503cbe94970a3a72945d01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-configuration-jms/zipball/d0e66607ba1c91f22909602157b2582a6ad75a8c", - "reference": "d0e66607ba1c91f22909602157b2582a6ad75a8c", + "url": "https://api.github.com/repos/techdivision/import-configuration-jms/zipball/456eaf9a7c0e4203ee503cbe94970a3a72945d01", + "reference": "456eaf9a7c0e4203ee503cbe94970a3a72945d01", "shasum": "" }, "require": { @@ -3225,9 +3225,9 @@ "description": "Library providing a JMS based configuration implementation for Pacemaker", "support": { "issues": "https://github.com/techdivision/import-configuration-jms/issues", - "source": "https://github.com/techdivision/import-configuration-jms/tree/17.1.0" + "source": "https://github.com/techdivision/import-configuration-jms/tree/17.2.0" }, - "time": "2022-06-02T19:09:49+00:00" + "time": "2022-08-05T12:13:08+00:00" }, { "name": "techdivision/import-converter", @@ -3513,16 +3513,16 @@ }, { "name": "techdivision/import-customer", - "version": "17.0.1", + "version": "17.0.2", "source": { "type": "git", "url": "https://github.com/techdivision/import-customer.git", - "reference": "02cdc51c3234be2b40a76823c081f901f32cd650" + "reference": "616f802eac271e6f0fae9465ce9011852a2e9504" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-customer/zipball/02cdc51c3234be2b40a76823c081f901f32cd650", - "reference": "02cdc51c3234be2b40a76823c081f901f32cd650", + "url": "https://api.github.com/repos/techdivision/import-customer/zipball/616f802eac271e6f0fae9465ce9011852a2e9504", + "reference": "616f802eac271e6f0fae9465ce9011852a2e9504", "shasum": "" }, "require": { @@ -3562,22 +3562,22 @@ "description": "Pacemaker library providing basic Magento 2 customer import functionality", "support": { "issues": "https://github.com/techdivision/import-customer/issues", - "source": "https://github.com/techdivision/import-customer/tree/17.0.1" + "source": "https://github.com/techdivision/import-customer/tree/17.0.2" }, - "time": "2022-06-03T11:41:19+00:00" + "time": "2022-08-05T13:41:37+00:00" }, { "name": "techdivision/import-customer-address", - "version": "17.0.1", + "version": "17.0.2", "source": { "type": "git", "url": "https://github.com/techdivision/import-customer-address.git", - "reference": "a745100bd4ae8731a4dfa9a692a87c531044dba0" + "reference": "8f4b44be0c8253ef5d8550f2738b6c9c351a4d7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-customer-address/zipball/a745100bd4ae8731a4dfa9a692a87c531044dba0", - "reference": "a745100bd4ae8731a4dfa9a692a87c531044dba0", + "url": "https://api.github.com/repos/techdivision/import-customer-address/zipball/8f4b44be0c8253ef5d8550f2738b6c9c351a4d7a", + "reference": "8f4b44be0c8253ef5d8550f2738b6c9c351a4d7a", "shasum": "" }, "require": { @@ -3617,9 +3617,9 @@ "description": "Pacemaker library providing basic Magento 2 customer address import functionality", "support": { "issues": "https://github.com/techdivision/import-customer-address/issues", - "source": "https://github.com/techdivision/import-customer-address/tree/17.0.1" + "source": "https://github.com/techdivision/import-customer-address/tree/17.0.2" }, - "time": "2022-06-02T11:28:53+00:00" + "time": "2022-08-05T14:18:53+00:00" }, { "name": "techdivision/import-dbal", @@ -3679,16 +3679,16 @@ }, { "name": "techdivision/import-dbal-collection", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/techdivision/import-dbal-collection.git", - "reference": "b277e3046c4f6c8030fa53c5ea693392b496f366" + "reference": "a073c18a2a71ef4870e06171bfe4137cac670c24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-dbal-collection/zipball/b277e3046c4f6c8030fa53c5ea693392b496f366", - "reference": "b277e3046c4f6c8030fa53c5ea693392b496f366", + "url": "https://api.github.com/repos/techdivision/import-dbal-collection/zipball/a073c18a2a71ef4870e06171bfe4137cac670c24", + "reference": "a073c18a2a71ef4870e06171bfe4137cac670c24", "shasum": "" }, "require": { @@ -3731,9 +3731,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.0.0" + "source": "https://github.com/techdivision/import-dbal-collection/tree/1.1.0" }, - "time": "2022-04-21T06:50:10+00:00" + "time": "2022-08-05T13:16:13+00:00" }, { "name": "techdivision/import-ee", @@ -6845,16 +6845,16 @@ }, { "name": "mikey179/vfsstream", - "version": "v1.6.10", + "version": "v1.6.11", "source": { "type": "git", "url": "https://github.com/bovigo/vfsStream.git", - "reference": "250c0825537d501e327df879fb3d4cd751933b85" + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/250c0825537d501e327df879fb3d4cd751933b85", - "reference": "250c0825537d501e327df879fb3d4cd751933b85", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", "shasum": "" }, "require": { @@ -6892,7 +6892,7 @@ "source": "https://github.com/bovigo/vfsStream/tree/master", "wiki": "https://github.com/bovigo/vfsStream/wiki" }, - "time": "2021-09-25T08:05:01+00:00" + "time": "2022-02-23T02:02:42+00:00" }, { "name": "myclabs/deep-copy", @@ -9314,16 +9314,16 @@ }, { "name": "symfony/debug", - "version": "v4.4.41", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", - "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", "shasum": "" }, "require": { @@ -9362,7 +9362,7 @@ "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.41" + "source": "https://github.com/symfony/debug/tree/v4.4.44" }, "funding": [ { @@ -9379,7 +9379,7 @@ } ], "abandoned": "symfony/error-handler", - "time": "2022-04-12T15:19:55+00:00" + "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/deprecation-contracts", @@ -9579,16 +9579,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v4.4.42", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "708e761740c16b02c86e3f0c932018a06b895d40" + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/708e761740c16b02c86e3f0c932018a06b895d40", - "reference": "708e761740c16b02c86e3f0c932018a06b895d40", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", "shasum": "" }, "require": { @@ -9643,7 +9643,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/v4.4.42" + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44" }, "funding": [ { @@ -9659,7 +9659,7 @@ "type": "tidelift" } ], - "time": "2022-05-05T15:33:49+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -9742,16 +9742,16 @@ }, { "name": "symfony/finder", - "version": "v4.4.41", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "40790bdf293b462798882ef6da72bb49a4a6633a" + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/40790bdf293b462798882ef6da72bb49a4a6633a", - "reference": "40790bdf293b462798882ef6da72bb49a4a6633a", + "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", "shasum": "" }, "require": { @@ -9784,7 +9784,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v4.4.41" + "source": "https://github.com/symfony/finder/tree/v4.4.44" }, "funding": [ { @@ -9800,7 +9800,7 @@ "type": "tidelift" } ], - "time": "2022-04-14T15:36:10+00:00" + "time": "2022-07-29T07:35:46+00:00" }, { "name": "symfony/framework-bundle", @@ -9927,16 +9927,16 @@ }, { "name": "symfony/http-foundation", - "version": "v4.4.43", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "4441dada27f9208e03f449d73cb9253c639e53c5" + "reference": "9bc83c2f78949fc64503134a3139a7b055890d06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4441dada27f9208e03f449d73cb9253c639e53c5", - "reference": "4441dada27f9208e03f449d73cb9253c639e53c5", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9bc83c2f78949fc64503134a3139a7b055890d06", + "reference": "9bc83c2f78949fc64503134a3139a7b055890d06", "shasum": "" }, "require": { @@ -9975,7 +9975,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.43" + "source": "https://github.com/symfony/http-foundation/tree/v4.4.44" }, "funding": [ { @@ -9991,7 +9991,7 @@ "type": "tidelift" } ], - "time": "2022-06-19T13:07:44+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/http-kernel", @@ -10088,16 +10088,16 @@ }, { "name": "symfony/mime", - "version": "v5.4.10", + "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "02265e1e5111c3cd7480387af25e82378b7ab9cc" + "reference": "3cd175cdcdb6db2e589e837dd46aff41027d9830" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/02265e1e5111c3cd7480387af25e82378b7ab9cc", - "reference": "02265e1e5111c3cd7480387af25e82378b7ab9cc", + "url": "https://api.github.com/repos/symfony/mime/zipball/3cd175cdcdb6db2e589e837dd46aff41027d9830", + "reference": "3cd175cdcdb6db2e589e837dd46aff41027d9830", "shasum": "" }, "require": { @@ -10151,7 +10151,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.10" + "source": "https://github.com/symfony/mime/tree/v5.4.11" }, "funding": [ { @@ -10167,7 +10167,7 @@ "type": "tidelift" } ], - "time": "2022-06-09T12:22:40+00:00" + "time": "2022-07-20T11:34:24+00:00" }, { "name": "symfony/polyfill-intl-idn", @@ -10486,16 +10486,16 @@ }, { "name": "symfony/process", - "version": "v4.4.41", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce" + "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/9eedd60225506d56e42210a70c21bb80ca8456ce", - "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce", + "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", + "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", "shasum": "" }, "require": { @@ -10528,7 +10528,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v4.4.41" + "source": "https://github.com/symfony/process/tree/v4.4.44" }, "funding": [ { @@ -10544,20 +10544,20 @@ "type": "tidelift" } ], - "time": "2022-04-04T10:19:07+00:00" + "time": "2022-06-27T13:16:42+00:00" }, { "name": "symfony/routing", - "version": "v4.4.41", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "c25e38d403c00d5ddcfc514f016f1b534abdf052" + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/c25e38d403c00d5ddcfc514f016f1b534abdf052", - "reference": "c25e38d403c00d5ddcfc514f016f1b534abdf052", + "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", "shasum": "" }, "require": { @@ -10617,7 +10617,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v4.4.41" + "source": "https://github.com/symfony/routing/tree/v4.4.44" }, "funding": [ { @@ -10633,7 +10633,7 @@ "type": "tidelift" } ], - "time": "2022-04-12T15:19:55+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/translation", @@ -10794,16 +10794,16 @@ }, { "name": "symfony/yaml", - "version": "v4.4.43", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "07e392f0ef78376d080d5353c081a5e5704835bd" + "reference": "c2b28c10fb3b7ac67bafa7b8f952cd83f35acde2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/07e392f0ef78376d080d5353c081a5e5704835bd", - "reference": "07e392f0ef78376d080d5353c081a5e5704835bd", + "url": "https://api.github.com/repos/symfony/yaml/zipball/c2b28c10fb3b7ac67bafa7b8f952cd83f35acde2", + "reference": "c2b28c10fb3b7ac67bafa7b8f952cd83f35acde2", "shasum": "" }, "require": { @@ -10845,7 +10845,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.43" + "source": "https://github.com/symfony/yaml/tree/v4.4.44" }, "funding": [ { @@ -10861,7 +10861,7 @@ "type": "tidelift" } ], - "time": "2022-06-20T08:31:17+00:00" + "time": "2022-06-27T13:16:42+00:00" }, { "name": "techdivision/import-sample-data",