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

github.com/nextcloud/mail.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-04-08 15:28:07 +0300
committerGitHub <noreply@github.com>2021-04-08 15:28:07 +0300
commit8f679168175e98c4fb1cc6ad94d764a5254394c6 (patch)
treed3c330221fb9e41190d90f6c78fae61e6617a6cd /vendor-bin
parent619037b35fa122b5b2a163787adbaffa67a5fc21 (diff)
parent168bbf7a4f26a731486e4af90e8e6fa4b5d8b378 (diff)
Merge pull request #4907 from nextcloud/dependabot/composer/vendor-bin/cs-fixer/friendsofphp/php-cs-fixer-2.18.5
Bump friendsofphp/php-cs-fixer from 2.18.3 to 2.18.5 in /vendor-bin/cs-fixer
Diffstat (limited to 'vendor-bin')
-rw-r--r--vendor-bin/cs-fixer/composer.json2
-rw-r--r--vendor-bin/cs-fixer/composer.lock12
2 files changed, 7 insertions, 7 deletions
diff --git a/vendor-bin/cs-fixer/composer.json b/vendor-bin/cs-fixer/composer.json
index f5e516d3d..d2b780203 100644
--- a/vendor-bin/cs-fixer/composer.json
+++ b/vendor-bin/cs-fixer/composer.json
@@ -1,6 +1,6 @@
{
"require-dev": {
- "friendsofphp/php-cs-fixer": "2.18.3",
+ "friendsofphp/php-cs-fixer": "2.18.5",
"nextcloud/coding-standard": "^0.5.0"
}
}
diff --git a/vendor-bin/cs-fixer/composer.lock b/vendor-bin/cs-fixer/composer.lock
index fc331a225..bfc81e71c 100644
--- a/vendor-bin/cs-fixer/composer.lock
+++ b/vendor-bin/cs-fixer/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": "5a42ac4f837c38a435abf0b493f0a051",
+ "content-hash": "82c907bdeaf61b035aaa2f1ff7b51e49",
"packages": [],
"packages-dev": [
{
@@ -286,16 +286,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v2.18.3",
+ "version": "v2.18.5",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
- "reference": "ab99202fccff2a9f97592fbe1b5c76dd06df3513"
+ "reference": "e0f6d05c8b157f50029ca6c65c19ed2694f475bf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ab99202fccff2a9f97592fbe1b5c76dd06df3513",
- "reference": "ab99202fccff2a9f97592fbe1b5c76dd06df3513",
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/e0f6d05c8b157f50029ca6c65c19ed2694f475bf",
+ "reference": "e0f6d05c8b157f50029ca6c65c19ed2694f475bf",
"shasum": ""
},
"require": {
@@ -382,7 +382,7 @@
"type": "github"
}
],
- "time": "2021-03-10T19:39:05+00:00"
+ "time": "2021-04-06T18:37:33+00:00"
},
{
"name": "nextcloud/coding-standard",