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 <christoph@winzerhof-wurst.at>2021-03-29 18:13:34 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-29 18:13:34 +0300
commit4c2354f67dc90e9ad254fbcfe070cf3e35dbc5e0 (patch)
tree83cd58466acc6a177d369b6760aa57ca8e593b4f /vendor-bin
parent309cfc15147afeabac160a0d562d29de719ec897 (diff)
Pin the cs-fixer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 f2f6c5f03..f5e516d3d 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",
+ "friendsofphp/php-cs-fixer": "2.18.3",
"nextcloud/coding-standard": "^0.5.0"
}
}
diff --git a/vendor-bin/cs-fixer/composer.lock b/vendor-bin/cs-fixer/composer.lock
index 3fb8e8a3a..70a528f1d 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": "a6e3788adce81b2d1a96833b4bdc5c4b",
+ "content-hash": "5a42ac4f837c38a435abf0b493f0a051",
"packages": [],
"packages-dev": [
{
@@ -286,16 +286,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v2.18.4",
+ "version": "v2.18.3",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
- "reference": "06f764e3cb6d60822d8f5135205f9d32b5508a31"
+ "reference": "ab99202fccff2a9f97592fbe1b5c76dd06df3513"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/06f764e3cb6d60822d8f5135205f9d32b5508a31",
- "reference": "06f764e3cb6d60822d8f5135205f9d32b5508a31",
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ab99202fccff2a9f97592fbe1b5c76dd06df3513",
+ "reference": "ab99202fccff2a9f97592fbe1b5c76dd06df3513",
"shasum": ""
},
"require": {
@@ -382,7 +382,7 @@
"type": "github"
}
],
- "time": "2021-03-20T14:52:33+00:00"
+ "time": "2021-03-10T19:39:05+00:00"
},
{
"name": "nextcloud/coding-standard",