diff --git a/composer.lock b/composer.lock index b5c29946..bd5e9e67 100644 --- a/composer.lock +++ b/composer.lock @@ -287,25 +287,29 @@ }, { "name": "doctrine/deprecations", - "version": "v1.0.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", - "phpunit/phpunit": "^7.5|^8.5|^9.5", - "psr/log": "^1|^2|^3" + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -324,9 +328,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" + "source": "https://github.com/doctrine/deprecations/tree/v1.1.1" }, - "time": "2022-05-02T15:47:09+00:00" + "time": "2023-06-03T09:27:29+00:00" }, { "name": "doctrine/instantiator", @@ -670,21 +674,21 @@ }, { "name": "jms/serializer", - "version": "3.23.0", + "version": "3.24.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "ac0b16ee5317d1aacc41deb91c6c325eae97c176" + "reference": "bd18f0a6ee4d75515b33091afa3333e100e0be43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ac0b16ee5317d1aacc41deb91c6c325eae97c176", - "reference": "ac0b16ee5317d1aacc41deb91c6c325eae97c176", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/bd18f0a6ee4d75515b33091afa3333e100e0be43", + "reference": "bd18f0a6ee4d75515b33091afa3333e100e0be43", "shasum": "" }, "require": { "doctrine/annotations": "^1.13 || ^2.0", - "doctrine/instantiator": "^1.0.3", + "doctrine/instantiator": "^1.0.3 || ^2.0", "doctrine/lexer": "^1.1 || ^2", "jms/metadata": "^2.6", "php": "^7.2||^8.0", @@ -700,7 +704,7 @@ "ocramius/proxy-manager": "^1.0|^2.0", "phpbench/phpbench": "^1.0", "phpstan/phpstan": "^1.0.2", - "phpunit/phpunit": "^8.5.21||^9.0", + "phpunit/phpunit": "^8.5.21||^9.0||^10.0", "psr/container": "^1.0|^2.0", "symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0", "symfony/expression-language": "^3.2|^4.0|^5.0|^6.0", @@ -754,7 +758,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/serializer/issues", - "source": "https://github.com/schmittjoh/serializer/tree/3.23.0" + "source": "https://github.com/schmittjoh/serializer/tree/3.24.0" }, "funding": [ { @@ -762,7 +766,7 @@ "type": "github" } ], - "time": "2023-02-17T17:40:48+00:00" + "time": "2023-06-04T20:28:00+00:00" }, { "name": "laminas/laminas-filter", @@ -1125,22 +1129,24 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.20.4", + "version": "1.22.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd" + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd", - "reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/65c39594fbd8c67abfc68bb323f86447bab79cc0", + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { + "doctrine/annotations": "^2.0", + "nikic/php-parser": "^4.15", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.5", @@ -1164,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.20.4" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.1" }, - "time": "2023-05-02T09:19:37+00:00" + "time": "2023-06-29T20:46:06+00:00" }, { "name": "psr/cache", @@ -1632,6 +1638,85 @@ }, "time": "2020-01-27T09:15:09+00:00" }, + { + "name": "symfony/cache-contracts", + "version": "v1.1.13", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "a872a66e0bf7bac179c89bc96c7098bef1949f81" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/a872a66e0bf7bac179c89bc96c7098bef1949f81", + "reference": "a872a66e0bf7bac179c89bc96c7098bef1949f81", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/cache": "^1.0|^2.0|^3.0" + }, + "suggest": { + "symfony/cache-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/cache-contracts/tree/v1.1.13" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, { "name": "symfony/config", "version": "v4.4.44", @@ -1800,100 +1885,6 @@ ], "time": "2022-11-05T17:10:16+00:00" }, - { - "name": "symfony/contracts", - "version": "v1.1.13", - "source": { - "type": "git", - "url": "https://github.com/symfony/contracts.git", - "reference": "9e27f5c175ecbd6fff554d839ff4a432da797168" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/contracts/zipball/9e27f5c175ecbd6fff554d839ff4a432da797168", - "reference": "9e27f5c175ecbd6fff554d839ff4a432da797168", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "psr/cache": "^1.0|^2.0|^3.0", - "psr/container": "^1.0" - }, - "replace": { - "symfony/cache-contracts": "self.version", - "symfony/event-dispatcher-contracts": "self.version", - "symfony/http-client-contracts": "self.version", - "symfony/service-contracts": "self.version", - "symfony/translation-contracts": "self.version" - }, - "require-dev": { - "symfony/polyfill-intl-idn": "^1.10" - }, - "suggest": { - "psr/event-dispatcher": "When using the EventDispatcher contracts", - "symfony/cache-implementation": "", - "symfony/event-dispatcher-implementation": "", - "symfony/http-client-implementation": "", - "symfony/service-implementation": "", - "symfony/translation-implementation": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.1-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\": "" - }, - "exclude-from-classmap": [ - "**/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A set of abstractions extracted out of the Symfony components", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/contracts/tree/v1.1.13" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-06-27T13:16:42+00:00" - }, { "name": "symfony/dependency-injection", "version": "v4.4.49", @@ -2512,6 +2503,85 @@ ], "time": "2022-11-03T14:55:06+00:00" }, + { + "name": "symfony/service-contracts", + "version": "v1.1.13", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "afa00c500c2d6aea6e3b2f4862355f507bc5ebb4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/afa00c500c2d6aea6e3b2f4862355f507bc5ebb4", + "reference": "afa00c500c2d6aea6e3b2f4862355f507bc5ebb4", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/container": "^1.0" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v1.1.13" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-27T14:01:05+00:00" + }, { "name": "symfony/var-exporter", "version": "v4.4.43", @@ -2587,16 +2657,16 @@ }, { "name": "techdivision/import", - "version": "17.4.4", + "version": "17.5.0", "source": { "type": "git", "url": "https://github.com/techdivision/import.git", - "reference": "59054def2ae0bdd155a7dbf860ccc8cb818a49c5" + "reference": "08eed5f83ecfa4c4cfdcbaf9af26cd37a0b7a4a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import/zipball/59054def2ae0bdd155a7dbf860ccc8cb818a49c5", - "reference": "59054def2ae0bdd155a7dbf860ccc8cb818a49c5", + "url": "https://api.github.com/repos/techdivision/import/zipball/08eed5f83ecfa4c4cfdcbaf9af26cd37a0b7a4a5", + "reference": "08eed5f83ecfa4c4cfdcbaf9af26cd37a0b7a4a5", "shasum": "" }, "require": { @@ -2654,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.4.4" + "source": "https://github.com/techdivision/import/tree/17.5.0" }, - "time": "2023-05-05T15:43:43+00:00" + "time": "2023-07-10T16:39:50+00:00" }, { "name": "techdivision/import-app-simple", @@ -3047,16 +3117,16 @@ }, { "name": "techdivision/import-cli", - "version": "12.2.2", + "version": "12.3.0", "source": { "type": "git", "url": "https://github.com/techdivision/import-cli.git", - "reference": "5a306ebc4207e1358c511efee6cfa5dabc5f12b0" + "reference": "ba5e679e08ed4381bc9ba0aeef65c660955065ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-cli/zipball/5a306ebc4207e1358c511efee6cfa5dabc5f12b0", - "reference": "5a306ebc4207e1358c511efee6cfa5dabc5f12b0", + "url": "https://api.github.com/repos/techdivision/import-cli/zipball/ba5e679e08ed4381bc9ba0aeef65c660955065ad", + "reference": "ba5e679e08ed4381bc9ba0aeef65c660955065ad", "shasum": "" }, "require": { @@ -3102,9 +3172,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.2.2" + "source": "https://github.com/techdivision/import-cli/tree/12.3.0" }, - "time": "2023-05-05T15:49:53+00:00" + "time": "2023-07-10T16:37:46+00:00" }, { "name": "techdivision/import-configuration", @@ -3501,16 +3571,16 @@ }, { "name": "techdivision/import-customer", - "version": "17.1.0", + "version": "17.1.1", "source": { "type": "git", "url": "https://github.com/techdivision/import-customer.git", - "reference": "200ef870479c6a153bbe361f3f6871c5e278dd56" + "reference": "d8c9636081b70e35a1bdd440492abcdb07f50272" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-customer/zipball/200ef870479c6a153bbe361f3f6871c5e278dd56", - "reference": "200ef870479c6a153bbe361f3f6871c5e278dd56", + "url": "https://api.github.com/repos/techdivision/import-customer/zipball/d8c9636081b70e35a1bdd440492abcdb07f50272", + "reference": "d8c9636081b70e35a1bdd440492abcdb07f50272", "shasum": "" }, "require": { @@ -3550,22 +3620,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.1.0" + "source": "https://github.com/techdivision/import-customer/tree/17.1.1" }, - "time": "2023-04-25T14:53:03+00:00" + "time": "2023-05-10T14:04:48+00:00" }, { "name": "techdivision/import-customer-address", - "version": "17.0.5", + "version": "17.0.6", "source": { "type": "git", "url": "https://github.com/techdivision/import-customer-address.git", - "reference": "b0e702cd3e6a3df71f4716c369789f136c119aa4" + "reference": "cba2a7ee86b86b94e9a20073aa8d5cdf25c9833f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-customer-address/zipball/b0e702cd3e6a3df71f4716c369789f136c119aa4", - "reference": "b0e702cd3e6a3df71f4716c369789f136c119aa4", + "url": "https://api.github.com/repos/techdivision/import-customer-address/zipball/cba2a7ee86b86b94e9a20073aa8d5cdf25c9833f", + "reference": "cba2a7ee86b86b94e9a20073aa8d5cdf25c9833f", "shasum": "" }, "require": { @@ -3605,9 +3675,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.5" + "source": "https://github.com/techdivision/import-customer-address/tree/17.0.6" }, - "time": "2022-11-16T16:12:13+00:00" + "time": "2023-05-10T14:04:43+00:00" }, { "name": "techdivision/import-dbal", @@ -3780,16 +3850,16 @@ }, { "name": "techdivision/import-product", - "version": "25.1.7", + "version": "25.2.0", "source": { "type": "git", "url": "https://github.com/techdivision/import-product.git", - "reference": "9981f3aba4358747ddcc7700377a083a2d3449f2" + "reference": "188a751f34e746fcb6875905cf394d5e1bcbca66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product/zipball/9981f3aba4358747ddcc7700377a083a2d3449f2", - "reference": "9981f3aba4358747ddcc7700377a083a2d3449f2", + "url": "https://api.github.com/repos/techdivision/import-product/zipball/188a751f34e746fcb6875905cf394d5e1bcbca66", + "reference": "188a751f34e746fcb6875905cf394d5e1bcbca66", "shasum": "" }, "require": { @@ -3829,9 +3899,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.1.7" + "source": "https://github.com/techdivision/import-product/tree/25.2.0" }, - "time": "2023-05-05T15:50:29+00:00" + "time": "2023-07-03T17:49:26+00:00" }, { "name": "techdivision/import-product-bundle", @@ -4224,16 +4294,16 @@ }, { "name": "techdivision/import-product-media", - "version": "27.0.1", + "version": "27.0.3", "source": { "type": "git", "url": "https://github.com/techdivision/import-product-media.git", - "reference": "b6b28cf8e8edc8f9a473c36149e6b6fef799252b" + "reference": "47cc7692b9904f035366cb772932fd83692e34ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-media/zipball/b6b28cf8e8edc8f9a473c36149e6b6fef799252b", - "reference": "b6b28cf8e8edc8f9a473c36149e6b6fef799252b", + "url": "https://api.github.com/repos/techdivision/import-product-media/zipball/47cc7692b9904f035366cb772932fd83692e34ba", + "reference": "47cc7692b9904f035366cb772932fd83692e34ba", "shasum": "" }, "require": { @@ -4273,9 +4343,9 @@ "description": "Pacemaker library providing basic Magento 2 product media import functionality", "support": { "issues": "https://github.com/techdivision/import-product-media/issues", - "source": "https://github.com/techdivision/import-product-media/tree/27.0.1" + "source": "https://github.com/techdivision/import-product-media/tree/27.0.3" }, - "time": "2023-05-05T15:52:23+00:00" + "time": "2023-07-03T17:48:59+00:00" }, { "name": "techdivision/import-product-media-ee", @@ -4335,16 +4405,16 @@ }, { "name": "techdivision/import-product-msi", - "version": "20.0.0", + "version": "20.1.0", "source": { "type": "git", "url": "https://github.com/techdivision/import-product-msi.git", - "reference": "11b3086f7c058559618bcaebc844d1727feb7502" + "reference": "c869cde8e19ffba3a734021d5caa469136ea36a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-msi/zipball/11b3086f7c058559618bcaebc844d1727feb7502", - "reference": "11b3086f7c058559618bcaebc844d1727feb7502", + "url": "https://api.github.com/repos/techdivision/import-product-msi/zipball/c869cde8e19ffba3a734021d5caa469136ea36a3", + "reference": "c869cde8e19ffba3a734021d5caa469136ea36a3", "shasum": "" }, "require": { @@ -4384,9 +4454,9 @@ "description": "Pacemaker library providing basic Magento 2 MSI product stock import functionality", "support": { "issues": "https://github.com/techdivision/import-product-msi/issues", - "source": "https://github.com/techdivision/import-product-msi/tree/20.0.0" + "source": "https://github.com/techdivision/import-product-msi/tree/20.1.0" }, - "time": "2022-04-21T08:37:04+00:00" + "time": "2023-07-03T17:49:14+00:00" }, { "name": "techdivision/import-product-tier-price", @@ -5118,6 +5188,7 @@ "issues": "https://github.com/minkphp/MinkGoutteDriver/issues", "source": "https://github.com/minkphp/MinkGoutteDriver/tree/v1.1.0" }, + "abandoned": "behat/mink-browserkit-driver", "time": "2014-10-09T09:21:12+00:00" }, { @@ -5456,25 +5527,25 @@ }, { "name": "consolidation/annotated-command", - "version": "4.8.2", + "version": "4.9.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "7f5dd1aafb93a10593ed70f3caa6a0cd5a32f0e3" + "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/7f5dd1aafb93a10593ed70f3caa6a0cd5a32f0e3", - "reference": "7f5dd1aafb93a10593ed70f3caa6a0cd5a32f0e3", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", + "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", "shasum": "" }, "require": { - "consolidation/output-formatters": "^4.1.1", + "consolidation/output-formatters": "^4.3.1", "php": ">=7.1.3", - "psr/log": "^1|^2|^3", - "symfony/console": "^4.4.8|^5|^6", - "symfony/event-dispatcher": "^4.4.8|^5|^6", - "symfony/finder": "^4.4.8|^5|^6" + "psr/log": "^1 || ^2 || ^3", + "symfony/console": "^4.4.8 || ^5 || ^6", + "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6", + "symfony/finder": "^4.4.8 || ^5 || ^6" }, "require-dev": { "composer-runtime-api": "^2.0", @@ -5506,9 +5577,9 @@ "description": "Initialize Symfony Console commands from annotated command class methods.", "support": { "issues": "https://github.com/consolidation/annotated-command/issues", - "source": "https://github.com/consolidation/annotated-command/tree/4.8.2" + "source": "https://github.com/consolidation/annotated-command/tree/4.9.1" }, - "time": "2023-03-11T19:32:28+00:00" + "time": "2023-05-20T04:19:01+00:00" }, { "name": "consolidation/config", @@ -5649,16 +5720,16 @@ }, { "name": "consolidation/output-formatters", - "version": "4.2.4", + "version": "4.3.2", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "b377db7e9435c50c4e019c26ec164b547e754ca0" + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/b377db7e9435c50c4e019c26ec164b547e754ca0", - "reference": "b377db7e9435c50c4e019c26ec164b547e754ca0", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/06711568b4cd169700ff7e8075db0a9a341ceb58", + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58", "shasum": "" }, "require": { @@ -5697,9 +5768,9 @@ "description": "Format text by applying transformations provided by plug-in formatters.", "support": { "issues": "https://github.com/consolidation/output-formatters/issues", - "source": "https://github.com/consolidation/output-formatters/tree/4.2.4" + "source": "https://github.com/consolidation/output-formatters/tree/4.3.2" }, - "time": "2023-02-24T03:39:10+00:00" + "time": "2023-07-06T04:45:41+00:00" }, { "name": "consolidation/robo", @@ -5822,16 +5893,16 @@ }, { "name": "consolidation/self-update", - "version": "2.1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", - "reference": "714b09fdf0513f83292874bb12de0566066040c2" + "reference": "972a1016761c9b63314e040836a12795dff6953a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/714b09fdf0513f83292874bb12de0566066040c2", - "reference": "714b09fdf0513f83292874bb12de0566066040c2", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/972a1016761c9b63314e040836a12795dff6953a", + "reference": "972a1016761c9b63314e040836a12795dff6953a", "shasum": "" }, "require": { @@ -5871,9 +5942,9 @@ "description": "Provides a self:update command for Symfony Console applications.", "support": { "issues": "https://github.com/consolidation/self-update/issues", - "source": "https://github.com/consolidation/self-update/tree/2.1.0" + "source": "https://github.com/consolidation/self-update/tree/2.2.0" }, - "time": "2023-02-21T19:33:55+00:00" + "time": "2023-03-18T01:37:41+00:00" }, { "name": "container-interop/container-interop", @@ -6935,16 +7006,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.4", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" + "reference": "19526a33fb561ef417e822e85f08a00db4059c17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290", - "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", + "reference": "19526a33fb561ef417e822e85f08a00db4059c17", "shasum": "" }, "require": { @@ -6985,22 +7056,22 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" }, - "time": "2023-03-05T19:49:14+00:00" + "time": "2023-06-25T14:52:30+00:00" }, { "name": "pdepend/pdepend", - "version": "2.13.0", + "version": "2.14.0", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", - "reference": "31be7cd4f305f3f7b52af99c1cb13fc938d1cfad" + "reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/31be7cd4f305f3f7b52af99c1cb13fc938d1cfad", - "reference": "31be7cd4f305f3f7b52af99c1cb13fc938d1cfad", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/1121d4b04af06e33e9659bac3a6741b91cab1de1", + "reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1", "shasum": "" }, "require": { @@ -7034,9 +7105,15 @@ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", + "keywords": [ + "PHP Depend", + "PHP_Depend", + "dev", + "pdepend" + ], "support": { "issues": "https://github.com/pdepend/pdepend/issues", - "source": "https://github.com/pdepend/pdepend/tree/2.13.0" + "source": "https://github.com/pdepend/pdepend/tree/2.14.0" }, "funding": [ { @@ -7044,7 +7121,7 @@ "type": "tidelift" } ], - "time": "2023-02-28T20:56:15+00:00" + "time": "2023-05-26T13:15:18+00:00" }, { "name": "phar-io/manifest", @@ -8094,16 +8171,16 @@ }, { "name": "sebastian/diff", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", "shasum": "" }, "require": { @@ -8148,7 +8225,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" }, "funding": [ { @@ -8156,7 +8233,7 @@ "type": "github" } ], - "time": "2020-10-26T13:10:38+00:00" + "time": "2023-05-07T05:35:17+00:00" }, { "name": "sebastian/environment", @@ -8936,6 +9013,80 @@ }, "time": "2018-11-26T06:55:10+00:00" }, + { + "name": "symfony/contracts", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/contracts.git", + "reference": "d3636025e8253c6144358ec0a62773cae588395b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b", + "reference": "d3636025e8253c6144358ec0a62773cae588395b", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "require-dev": { + "psr/cache": "^1.0", + "psr/container": "^1.0", + "symfony/polyfill-intl-idn": "^1.10" + }, + "suggest": { + "psr/cache": "When using the Cache contracts", + "psr/container": "When using the Service contracts", + "symfony/cache-contracts-implementation": "", + "symfony/event-dispatcher-implementation": "", + "symfony/http-client-contracts-implementation": "", + "symfony/service-contracts-implementation": "", + "symfony/translation-contracts-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\": "" + }, + "exclude-from-classmap": [ + "**/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A set of abstractions extracted out of the Symfony components", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/contracts/tree/master" + }, + "time": "2019-04-27T14:29:50+00:00" + }, { "name": "symfony/css-selector", "version": "v2.8.52", @@ -9341,6 +9492,85 @@ ], "time": "2022-07-20T09:59:04+00:00" }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.13", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, { "name": "symfony/finder", "version": "v4.4.44", @@ -10316,6 +10546,84 @@ }, "time": "2020-01-04T12:24:57+00:00" }, + { + "name": "symfony/translation-contracts", + "version": "v1.1.13", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "7462e5c4cb8b9cd152f992e8f10963b5641921f6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/7462e5c4cb8b9cd152f992e8f10963b5641921f6", + "reference": "7462e5c4cb8b9cd152f992e8f10963b5641921f6", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "suggest": { + "symfony/translation-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Translation\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to translation", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/translation-contracts/tree/v1.1.13" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T13:16:42+00:00" + }, { "name": "symfony/yaml", "version": "v4.4.45",