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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-20 12:34:30 +0300
committerGitHub <noreply@github.com>2021-01-20 12:34:30 +0300
commita81c38552682943e95d545c4c6a8a35b7135ff1b (patch)
tree358e0bc15dad042944b16d63f89c03a5a34ea458 /composer.lock
parenta4048ece92529576259e761f35a7c5ac9bae89a8 (diff)
Bump nextcloud/coding-standard from 0.4.0 to 0.5.0
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.4.0...v0.5.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock16
1 files changed, 8 insertions, 8 deletions
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",