diff --git a/composer.json b/composer.json index 03e247c8815ef..83863d1cca12c 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "laminas/laminas-console": "^2.6.0", "laminas/laminas-crypt": "^2.6.0", "laminas/laminas-db": "^2.8.2", - "laminas/laminas-dependency-plugin": "^1.0 || ^2.0", + "laminas/laminas-dependency-plugin": "^2.1.0", "laminas/laminas-di": "^2.6.1", "laminas/laminas-eventmanager": "^3.0.0", "laminas/laminas-feed": "^2.9.0", @@ -87,7 +87,7 @@ "require-dev": { "allure-framework/allure-phpunit": "~1.2.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "friendsofphp/php-cs-fixer": "~2.16.0", + "friendsofphp/php-cs-fixer": "~2.18.1", "lusitanian/oauth": "~0.8.10", "magento/magento-coding-standard": "*", "magento/magento2-functional-testing-framework": "^3.0", diff --git a/composer.lock b/composer.lock index 33c9229b32a7d..fcac88f57ca29 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": "7202be52f8c039399dde69b32c9665a2", + "content-hash": "67df124b58eb4b4739a5ce279b8890de", "packages": [ { "name": "aws/aws-sdk-php", @@ -1461,16 +1461,16 @@ }, { "name": "laminas/laminas-dependency-plugin", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-dependency-plugin.git", - "reference": "de4f0327374842a8feed865f56fa8d7ef1fa68cc" + "reference": "c5b4bf87729d6f38c73ca8ed22a5d62ec641d075" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/de4f0327374842a8feed865f56fa8d7ef1fa68cc", - "reference": "de4f0327374842a8feed865f56fa8d7ef1fa68cc", + "url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/c5b4bf87729d6f38c73ca8ed22a5d62ec641d075", + "reference": "c5b4bf87729d6f38c73ca8ed22a5d62ec641d075", "shasum": "" }, "require": { @@ -1502,7 +1502,7 @@ "type": "community_bridge" } ], - "time": "2021-02-15T14:58:07+00:00" + "time": "2021-02-15T16:44:31+00:00" }, { "name": "laminas/laminas-di", @@ -3764,13 +3764,11 @@ "Magento\\Composer\\": "src" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "OSL-3.0", "AFL-3.0" ], - "description": "Magento composer library helps to instantiate Composer application and run composer commands.", - "time": "2020-06-15T17:52:31+00:00" + "description": "Magento composer library helps to instantiate Composer application and run composer commands." }, { "name": "magento/magento-composer-installer", @@ -7652,34 +7650,20 @@ "parser", "php" ], - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", - "type": "tidelift" - } - ], "time": "2020-05-25T17:44:05+00:00" }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.16.10", + "version": "v2.18.2", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "7dd27dde4852270de8f672636a0855ce7de47bf0" + "reference": "18f8c9d184ba777380794a389fabc179896ba913" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/7dd27dde4852270de8f672636a0855ce7de47bf0", - "reference": "7dd27dde4852270de8f672636a0855ce7de47bf0", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/18f8c9d184ba777380794a389fabc179896ba913", + "reference": "18f8c9d184ba777380794a389fabc179896ba913", "shasum": "" }, "require": { @@ -7688,7 +7672,7 @@ "doctrine/annotations": "^1.2", "ext-json": "*", "ext-tokenizer": "*", - "php": "^5.6 || ^7.0", + "php": "^5.6 || ^7.0 || ^8.0", "php-cs-fixer/diff": "^1.3", "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0", "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0", @@ -7701,20 +7685,19 @@ "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0" }, "require-dev": { - "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", "justinrainbow/json-schema": "^5.0", "keradus/cli-executor": "^1.4", "mikey179/vfsstream": "^1.6", - "php-coveralls/php-coveralls": "^2.4.1", + "php-coveralls/php-coveralls": "^2.4.2", "php-cs-fixer/accessible-object": "^1.0", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", "phpspec/prophecy-phpunit": "^1.1 || ^2.0", - "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.4.4 <9.5", + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5", "phpunitgoodpractices/polyfill": "^1.5", "phpunitgoodpractices/traits": "^1.9.1", "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1", - "symfony/phpunit-bridge": "^5.1", + "symfony/phpunit-bridge": "^5.2.1", "symfony/yaml": "^3.0 || ^4.0 || ^5.0" }, "suggest": { @@ -7766,7 +7749,7 @@ "type": "github" } ], - "time": "2020-12-17T16:34:40+00:00" + "time": "2021-01-26T00:22:21+00:00" }, { "name": "hoa/consistency", @@ -9962,12 +9945,6 @@ "keywords": [ "timer" ], - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-04-20T06:00:37+00:00" }, { @@ -10112,16 +10089,6 @@ "testing", "xunit" ], - "funding": [ - { - "url": "https://phpunit.de/donate.html", - "type": "custom" - }, - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "time": "2020-05-22T13:54:05+00:00" }, {