Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-04-26 16:13:30 +0300
committerJulius Härtl <jus@bitgrid.net>2021-04-28 11:40:59 +0300
commit90c7690e99fcbf84be177d25fb50fe0650c46660 (patch)
tree763b79037f3364cdcde8014a4d3529881b50a1de /tests
parent49fd9ac1d620b036c436ed7b2d382db754533a61 (diff)
Bump behat helpers to master
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/composer.json2
-rw-r--r--tests/composer.lock11
2 files changed, 8 insertions, 5 deletions
diff --git a/tests/composer.json b/tests/composer.json
index 29fd37b1..36b9b940 100644
--- a/tests/composer.json
+++ b/tests/composer.json
@@ -5,6 +5,6 @@
"guzzlehttp/guzzle": "^7.3",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "^4.1",
- "juliushaertl/nextcloud-behat": "^0.2.0"
+ "juliushaertl/nextcloud-behat": "dev-master"
}
}
diff --git a/tests/composer.lock b/tests/composer.lock
index 2530a989..56e2f25f 100644
--- a/tests/composer.lock
+++ b/tests/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": "6b74ac12f4ae07518f9f53568fdcc35d",
+ "content-hash": "760f6509837b9216c491cd0e1fc414f9",
"packages": [],
"packages-dev": [
{
@@ -551,7 +551,7 @@
},
{
"name": "juliushaertl/nextcloud-behat",
- "version": "v0.2.0",
+ "version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/juliushaertl/nextcloud-behat.git",
@@ -573,6 +573,7 @@
"nextcloud/coding-standard": "^0.5.0",
"vimeo/psalm": "^4.3"
},
+ "default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
@@ -597,7 +598,7 @@
"description": "Behat context helpers for Nextcloud integration tests",
"support": {
"issues": "https://github.com/juliushaertl/nextcloud-behat/issues",
- "source": "https://github.com/juliushaertl/nextcloud-behat/tree/v0.2.0"
+ "source": "https://github.com/juliushaertl/nextcloud-behat/tree/master"
},
"time": "2021-04-26T10:24:16+00:00"
},
@@ -4738,7 +4739,9 @@
],
"aliases": [],
"minimum-stability": "stable",
- "stability-flags": [],
+ "stability-flags": {
+ "juliushaertl/nextcloud-behat": 20
+ },
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],