Update vendor-bin dependencies

This commit is contained in:
Phil Davis
2023-05-10 11:15:19 +05:45
parent 1788406b52
commit fa3fc21d70
5 changed files with 8 additions and 13 deletions

View File

@@ -35,7 +35,6 @@ require_once 'bootstrap.php';
* Context for Archiver specific steps
*/
class ArchiverContext implements Context {
/**
* @var FeatureContext
*/

View File

@@ -31,7 +31,6 @@ require_once 'bootstrap.php';
* Steps related to parallel deploy setup
*/
class ParallelContext implements Context {
/**
* @var FeatureContext
*/

View File

@@ -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"
}

View File

@@ -1,5 +1,5 @@
{
"require": {
"owncloud/coding-standard": "^3.0"
"owncloud/coding-standard": "^4.1"
}
}

View File

@@ -1,8 +1,5 @@
{
"require": {
"squizlabs/php_codesniffer": "^3.5"
},
"conflict": {
"squizlabs/php_codesniffer": "3.5.1"
"squizlabs/php_codesniffer": "^3.7"
}
}