diff --git a/.drone.star b/.drone.star index 6fd673b0d8..a05471e6c7 100644 --- a/.drone.star +++ b/.drone.star @@ -15,7 +15,7 @@ config = { }, 'apiTests': { 'coreBranch': 'master', - 'coreCommit': '4def47445e6505ad4796dd7ee7b5035f230a6ca2', + 'coreCommit': '773cf3ea127430699f3bfb4c1b24e96a271a8884', 'numberOfParts': 10 }, 'uiTests': { diff --git a/vendor-bin/behat/composer.json b/vendor-bin/behat/composer.json index bca82d9869..81a1f37cb3 100644 --- a/vendor-bin/behat/composer.json +++ b/vendor-bin/behat/composer.json @@ -17,6 +17,7 @@ "sabre/xml": "^2.2", "guzzlehttp/guzzle": "^7.2", "phpunit/phpunit": "^9.4", - "laminas/laminas-ldap": "^2.10" + "laminas/laminas-ldap": "^2.10", + "ankitpokhrel/tus-php": "^2.1" } }