mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-23 22:29:59 -05:00
Update vendor-bin dependencies
This commit is contained in:
@@ -35,7 +35,6 @@ require_once 'bootstrap.php';
|
||||
* Context for Archiver specific steps
|
||||
*/
|
||||
class ArchiverContext implements Context {
|
||||
|
||||
/**
|
||||
* @var FeatureContext
|
||||
*/
|
||||
|
||||
@@ -31,7 +31,6 @@ require_once 'bootstrap.php';
|
||||
* Steps related to parallel deploy setup
|
||||
*/
|
||||
class ParallelContext implements Context {
|
||||
|
||||
/**
|
||||
* @var FeatureContext
|
||||
*/
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"require": {
|
||||
"owncloud/coding-standard": "^3.0"
|
||||
"owncloud/coding-standard": "^4.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"require": {
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
},
|
||||
"conflict": {
|
||||
"squizlabs/php_codesniffer": "3.5.1"
|
||||
"squizlabs/php_codesniffer": "^3.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user