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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-30 13:46:54 +0300
committerGitHub <noreply@github.com>2022-04-30 13:46:54 +0300
commitadfd845fb5ff8b74c53d3078c1916ab1f7932ff2 (patch)
tree1ac3177fad654b00f1ce314bd992ba32b9f2fce8
parent1c70cdad4e08323f9608767c424ad0e06e1fef92 (diff)
parent9d69752a47c2ee4a37d819c8e1e0ae6fbd69e93b (diff)
Merge pull request #1002 from nextcloud/update-master-phpunit-config
-rw-r--r--composer.json2
-rw-r--r--tests/phpunit.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index c91ccf3..8073d39 100644
--- a/composer.json
+++ b/composer.json
@@ -34,7 +34,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
- "php": "7.3.0"
+ "php": "7.4.0"
}
}
}
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 6fb421c..2667086 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="bootstrap.php" convertDeprecationsToExceptions="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">../lib</directory>