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

github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-07-22 03:54:18 +0300
committerLouis Chemineau <louis@chmn.me>2022-07-26 14:44:07 +0300
commit48501aa018d6d314349a1ff66b330b786920bee4 (patch)
treeefb4eba372cdb8edfa70efb7aea3536c6602ce8d /composer.lock
parent4e01064820c4a5f59b8c6353da92cd1249dbaa4c (diff)
upgrade some packages
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index a7da410..bed2989 100644
--- a/composer.lock
+++ b/composer.lock
@@ -817,16 +817,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v3.9.3",
+ "version": "v3.9.4",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
- "reference": "bad87e63d7d87efa5e82aa4feafa52df6a37e6c1"
+ "reference": "093466b1c3ff3e3b469bdbc9827bb2362de6b2fa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bad87e63d7d87efa5e82aa4feafa52df6a37e6c1",
- "reference": "bad87e63d7d87efa5e82aa4feafa52df6a37e6c1",
+ "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/093466b1c3ff3e3b469bdbc9827bb2362de6b2fa",
+ "reference": "093466b1c3ff3e3b469bdbc9827bb2362de6b2fa",
"shasum": ""
},
"require": {
@@ -894,7 +894,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.9.3"
+ "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.4"
},
"funding": [
{
@@ -902,7 +902,7 @@
"type": "github"
}
],
- "time": "2022-07-13T09:53:20+00:00"
+ "time": "2022-07-15T21:04:49+00:00"
},
{
"name": "myclabs/deep-copy",