From fa3fc21d70fcb6c7206ccdc81a45f0ad01072244 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 10 May 2023 11:15:19 +0545 Subject: [PATCH] Update vendor-bin dependencies --- .../features/bootstrap/ArchiverContext.php | 1 - .../features/bootstrap/ParallelContext.php | 1 - vendor-bin/behat/composer.json | 12 ++++++------ vendor-bin/owncloud-codestyle/composer.json | 2 +- vendor-bin/php_codesniffer/composer.json | 5 +---- 5 files changed, 8 insertions(+), 13 deletions(-) diff --git a/tests/acceptance/features/bootstrap/ArchiverContext.php b/tests/acceptance/features/bootstrap/ArchiverContext.php index 461af9c69b..e9415c12b4 100644 --- a/tests/acceptance/features/bootstrap/ArchiverContext.php +++ b/tests/acceptance/features/bootstrap/ArchiverContext.php @@ -35,7 +35,6 @@ require_once 'bootstrap.php'; * Context for Archiver specific steps */ class ArchiverContext implements Context { - /** * @var FeatureContext */ diff --git a/tests/parallelDeployAcceptance/features/bootstrap/ParallelContext.php b/tests/parallelDeployAcceptance/features/bootstrap/ParallelContext.php index 23e6202ce8..671a9423c5 100644 --- a/tests/parallelDeployAcceptance/features/bootstrap/ParallelContext.php +++ b/tests/parallelDeployAcceptance/features/bootstrap/ParallelContext.php @@ -31,7 +31,6 @@ require_once 'bootstrap.php'; * Steps related to parallel deploy setup */ class ParallelContext implements Context { - /** * @var FeatureContext */ diff --git a/vendor-bin/behat/composer.json b/vendor-bin/behat/composer.json index cdc3ca3dd9..2da5e9ae2d 100644 --- a/vendor-bin/behat/composer.json +++ b/vendor-bin/behat/composer.json @@ -8,19 +8,19 @@ } }, "require": { - "behat/behat": "^3.9", + "behat/behat": "^3.13", "behat/gherkin": "^4.9", "behat/mink": "1.7.1", - "friends-of-behat/mink-extension": "^2.5", + "friends-of-behat/mink-extension": "^2.7", "ciaranmcnulty/behat-stepthroughextension" : "dev-master", "rdx/behat-variables": "^1.2", "sensiolabs/behat-page-object-extension": "^2.3", "symfony/translation": "^4.4", "sabre/xml": "^2.2", - "guzzlehttp/guzzle": "^7.4", - "phpunit/phpunit": "^9.5", - "laminas/laminas-ldap": "^2.10", - "ankitpokhrel/tus-php": "^2.1", + "guzzlehttp/guzzle": "^7.5", + "phpunit/phpunit": "^9.6", + "laminas/laminas-ldap": "^2.15", + "ankitpokhrel/tus-php": "^2.3", "wapmorgan/unified-archive": "^1.1.3", "helmich/phpunit-json-assert": "^3.4" } diff --git a/vendor-bin/owncloud-codestyle/composer.json b/vendor-bin/owncloud-codestyle/composer.json index 209f1ccb0b..9785958c6a 100644 --- a/vendor-bin/owncloud-codestyle/composer.json +++ b/vendor-bin/owncloud-codestyle/composer.json @@ -1,5 +1,5 @@ { "require": { - "owncloud/coding-standard": "^3.0" + "owncloud/coding-standard": "^4.1" } } diff --git a/vendor-bin/php_codesniffer/composer.json b/vendor-bin/php_codesniffer/composer.json index 8c95351b4d..baff80a6cd 100644 --- a/vendor-bin/php_codesniffer/composer.json +++ b/vendor-bin/php_codesniffer/composer.json @@ -1,8 +1,5 @@ { "require": { - "squizlabs/php_codesniffer": "^3.5" - }, - "conflict": { - "squizlabs/php_codesniffer": "3.5.1" + "squizlabs/php_codesniffer": "^3.7" } }