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

github.com/nextcloud/spreed.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>2022-09-03 05:17:35 +0300
committerGitHub <noreply@github.com>2022-09-03 05:17:35 +0300
commit9386d965c796e84343e913d11f988ae88f71c540 (patch)
treea307a9bf46df4e5de238142b06c0eb30e2dd9715
parent00c6169b02b855d88fbea3e2e130b2d823df2297 (diff)
Bump friendsofphp/php-cs-fixer in /vendor-bin/csfixerdependabot/composer/vendor-bin/csfixer/friendsofphp/php-cs-fixer-3.11.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--vendor-bin/csfixer/composer.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/vendor-bin/csfixer/composer.lock b/vendor-bin/csfixer/composer.lock
index b6bc2482d..95f5d72dc 100644
--- a/vendor-bin/csfixer/composer.lock
+++ b/vendor-bin/csfixer/composer.lock
@@ -376,16 +376,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v3.10.0",
+ "version": "v3.11.0",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
- "reference": "76d7da666e66d83a1dc27a9d1c625c80cc4ac1fe"
+ "reference": "7dcdea3f2f5f473464e835be9be55283ff8cfdc3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/76d7da666e66d83a1dc27a9d1c625c80cc4ac1fe",
- "reference": "76d7da666e66d83a1dc27a9d1c625c80cc4ac1fe",
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/7dcdea3f2f5f473464e835be9be55283ff8cfdc3",
+ "reference": "7dcdea3f2f5f473464e835be9be55283ff8cfdc3",
"shasum": ""
},
"require": {
@@ -453,7 +453,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
- "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.10.0"
+ "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.11.0"
},
"funding": [
{
@@ -461,7 +461,7 @@
"type": "github"
}
],
- "time": "2022-08-17T22:13:10+00:00"
+ "time": "2022-09-01T18:24:51+00:00"
},
{
"name": "nextcloud/coding-standard",