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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-21 04:03:27 +0300
committerGitHub <noreply@github.com>2021-08-21 04:03:27 +0300
commita3376eac98bfd9539564d47ea60e0bb480183a97 (patch)
tree680aa1c9fc554be48d5cb773d294a3739fff3c95 /vendor-bin
parent8f35b0975a98b54b1a525b9dd1f5d9989f2a8d42 (diff)
Bump friendsofphp/php-cs-fixer in /vendor-bin/cs-fixer
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.19.1 to 2.19.2. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.19.1...v2.19.2) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 4eac7854d..0c131c698 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.19.1",
+ "friendsofphp/php-cs-fixer": "2.19.2",
"nextcloud/coding-standard": "^0.5.0"
}
}
diff --git a/vendor-bin/cs-fixer/composer.lock b/vendor-bin/cs-fixer/composer.lock
index 4eac7ea15..1f1fd6a3e 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": "b13706071837469e62edf63562b57c90",
+ "content-hash": "54065326ca05f02348d91aae0aad3273",
"packages": [],
"packages-dev": [
{
@@ -288,16 +288,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v2.19.1",
+ "version": "v2.19.2",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
- "reference": "1fa4af92841f67362c053728989b262fba8eb1ec"
+ "reference": "d5c737c2e18ba502b75b44832b31fe627f82e307"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1fa4af92841f67362c053728989b262fba8eb1ec",
- "reference": "1fa4af92841f67362c053728989b262fba8eb1ec",
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d5c737c2e18ba502b75b44832b31fe627f82e307",
+ "reference": "d5c737c2e18ba502b75b44832b31fe627f82e307",
"shasum": ""
},
"require": {
@@ -389,7 +389,7 @@
"type": "github"
}
],
- "time": "2021-08-02T17:52:09+00:00"
+ "time": "2021-08-18T19:55:46+00:00"
},
{
"name": "nextcloud/coding-standard",