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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-01-20 12:35:33 +0300
committerGitHub <noreply@github.com>2021-01-20 12:35:33 +0300
commit78375a092490979623d18062519234fcf144c13a (patch)
tree358e0bc15dad042944b16d63f89c03a5a34ea458
parenta4048ece92529576259e761f35a7c5ac9bae89a8 (diff)
parenta81c38552682943e95d545c4c6a8a35b7135ff1b (diff)
Merge pull request #1056 from nextcloud/dependabot/composer/nextcloud/coding-standard-0.5.0
Bump nextcloud/coding-standard from 0.4.0 to 0.5.0
-rw-r--r--composer.json2
-rw-r--r--composer.lock16
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index f0e9d46..4f75f84 100644
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
"require-dev": {
"christian-riesen/otp": "2.*",
"christophwurst/nextcloud_testing": "^0.10",
- "nextcloud/coding-standard": "^0.4.0",
+ "nextcloud/coding-standard": "^0.5.0",
"psalm/phar": "^4.3"
},
"scripts": {
diff --git a/composer.lock b/composer.lock
index 18c446f..4fc4ff2 100644
--- a/composer.lock
+++ b/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": "c0d7dbca8e916aaf1c76182f57e97243",
+ "content-hash": "5860872308e9d084de7b714125aa35d6",
"packages": [
{
"name": "christian-riesen/base32",
@@ -757,21 +757,21 @@
},
{
"name": "nextcloud/coding-standard",
- "version": "v0.4.0",
+ "version": "v0.5.0",
"source": {
"type": "git",
"url": "https://github.com/nextcloud/coding-standard.git",
- "reference": "57654010946567d063d231ff0e1ea44e1289f965"
+ "reference": "742ed895ae76c10daf95e08488cfb3f554199f40"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/57654010946567d063d231ff0e1ea44e1289f965",
- "reference": "57654010946567d063d231ff0e1ea44e1289f965",
+ "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/742ed895ae76c10daf95e08488cfb3f554199f40",
+ "reference": "742ed895ae76c10daf95e08488cfb3f554199f40",
"shasum": ""
},
"require": {
"friendsofphp/php-cs-fixer": "^2.17",
- "php": "^7.3|^8.0"
+ "php": "^7.2|^8.0"
},
"type": "library",
"autoload": {
@@ -792,9 +792,9 @@
"description": "Nextcloud coding standards for the php cs fixer",
"support": {
"issues": "https://github.com/nextcloud/coding-standard/issues",
- "source": "https://github.com/nextcloud/coding-standard/tree/v0.4.0"
+ "source": "https://github.com/nextcloud/coding-standard/tree/v0.5.0"
},
- "time": "2020-12-14T07:22:40+00:00"
+ "time": "2021-01-11T14:15:58+00:00"
},
{
"name": "nikic/php-parser",