Update christophwurst/nextcloud_testing to support 7.2-8.0

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-02-04 19:19:57 +01:00
parent 3350b8f675
commit 8657aabc66
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
2 changed files with 27 additions and 24 deletions

View File

@ -6,7 +6,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0", "phpunit/phpunit": "^8.0",
"christophwurst/nextcloud_testing": "0.10.0", "nextcloud/coding-standard": "^0.5.0",
"nextcloud/coding-standard": "^0.5.0" "christophwurst/nextcloud_testing": "^0.12.3"
} }
} }

47
composer.lock generated
View File

@ -4,29 +4,30 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "2e610e4ea129d14cc709c49ad95321a1", "content-hash": "2dcacac7d06640a5eb8447e010da49ef",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "christophwurst/nextcloud_testing", "name": "christophwurst/nextcloud_testing",
"version": "0.10.0", "version": "v0.12.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_testing.git", "url": "https://github.com/ChristophWurst/nextcloud_testing.git",
"reference": "a5b30f95ef199b2fa80ff51b0e5bad48bfd0501c" "reference": "f16ffe407e734ab6a8cd16e7ba7d1e2bad8cfefc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ChristophWurst/nextcloud_testing/zipball/a5b30f95ef199b2fa80ff51b0e5bad48bfd0501c", "url": "https://api.github.com/repos/ChristophWurst/nextcloud_testing/zipball/f16ffe407e734ab6a8cd16e7ba7d1e2bad8cfefc",
"reference": "a5b30f95ef199b2fa80ff51b0e5bad48bfd0501c", "reference": "f16ffe407e734ab6a8cd16e7ba7d1e2bad8cfefc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php-webdriver/webdriver": "^1.7", "php": "^7.2|^8.0",
"phpunit/phpunit": "^8.0" "php-webdriver/webdriver": "^1.9",
"phpunit/phpunit": "^8.0|^9.0"
}, },
"require-dev": { "require-dev": {
"christophwurst/nextcloud": "^15.0" "christophwurst/nextcloud": "^17.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -45,7 +46,7 @@
} }
], ],
"description": "Simple and fast unit and integration testing framework for Nextcloud, based on PHPUnit", "description": "Simple and fast unit and integration testing framework for Nextcloud, based on PHPUnit",
"time": "2020-01-20T13:20:58+00:00" "time": "2021-01-28T10:28:10+00:00"
}, },
{ {
"name": "composer/semver", "name": "composer/semver",
@ -743,34 +744,36 @@
}, },
{ {
"name": "php-webdriver/webdriver", "name": "php-webdriver/webdriver",
"version": "1.8.2", "version": "1.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-webdriver/php-webdriver.git", "url": "https://github.com/php-webdriver/php-webdriver.git",
"reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab" "reference": "e3633154554605274cc9d59837f55a7427d72003"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab", "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/e3633154554605274cc9d59837f55a7427d72003",
"reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab", "reference": "e3633154554605274cc9d59837f55a7427d72003",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-zip": "*", "ext-zip": "*",
"php": "^5.6 || ~7.0", "php": "^5.6 || ~7.0 || ^8.0",
"symfony/polyfill-mbstring": "^1.12", "symfony/polyfill-mbstring": "^1.12",
"symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0" "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
}, },
"replace": {
"facebook/webdriver": "*"
},
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.0", "friendsofphp/php-cs-fixer": "^2.0",
"jakub-onderka/php-parallel-lint": "^1.0", "ondram/ci-detector": "^2.1 || ^3.5",
"php-coveralls/php-coveralls": "^2.0", "php-coveralls/php-coveralls": "^2.4",
"php-mock/php-mock-phpunit": "^1.1", "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
"phpunit/phpunit": "^5.7", "php-parallel-lint/php-parallel-lint": "^1.2",
"sebastian/environment": "^1.3.4 || ^2.0 || ^3.0", "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
"sminnee/phpunit-mock-objects": "^3.4",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"symfony/var-dumper": "^3.3 || ^4.0 || ^5.0" "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
}, },
@ -780,7 +783,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.8.x-dev" "dev-main": "1.8.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -804,7 +807,7 @@
"selenium", "selenium",
"webdriver" "webdriver"
], ],
"time": "2020-03-04T14:40:12+00:00" "time": "2020-11-19T15:21:05+00:00"
}, },
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",