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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-03-31 15:54:44 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-03-31 15:54:44 +0300
commit790b5f0b1f6c1d9cafdb61cdbbff19fe85c3ff09 (patch)
tree68f99c1d9a0ec7ec55579f3717bbb6bc0f73323e
parent130580ed6194726f152066439ef847ada99faee3 (diff)
Update nextcloud/coding-standard to 0.4.0
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index 51b4e79..b37ddbd 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"require-dev": {
- "nextcloud/coding-standard": "^0.3.0"
+ "nextcloud/coding-standard": "^0.4.0"
},
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",
diff --git a/composer.lock b/composer.lock
index 6067bdd..ed72c85 100644
--- a/composer.lock
+++ b/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": "89d50685180a9e527899b899920e7ac7",
+ "content-hash": "1753a0a75212cbcd8db89a1688f8ecaf",
"packages": [],
"packages-dev": [
{
@@ -484,21 +484,21 @@
},
{
"name": "nextcloud/coding-standard",
- "version": "v0.3.0",
+ "version": "v0.4.0",
"source": {
"type": "git",
"url": "https://github.com/nextcloud/coding-standard.git",
- "reference": "4f5cd012760f8293e19e602651a0ecaa265e4db9"
+ "reference": "57654010946567d063d231ff0e1ea44e1289f965"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/4f5cd012760f8293e19e602651a0ecaa265e4db9",
- "reference": "4f5cd012760f8293e19e602651a0ecaa265e4db9",
+ "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/57654010946567d063d231ff0e1ea44e1289f965",
+ "reference": "57654010946567d063d231ff0e1ea44e1289f965",
"shasum": ""
},
"require": {
- "friendsofphp/php-cs-fixer": "^2.16",
- "php": "^7.2"
+ "friendsofphp/php-cs-fixer": "^2.17",
+ "php": "^7.3|^8.0"
},
"type": "library",
"autoload": {
@@ -519,9 +519,9 @@
"description": "Nextcloud coding standards for the php cs fixer",
"support": {
"issues": "https://github.com/nextcloud/coding-standard/issues",
- "source": "https://github.com/nextcloud/coding-standard/tree/v0.3.0"
+ "source": "https://github.com/nextcloud/coding-standard/tree/v0.4.0"
},
- "time": "2020-04-10T14:57:18+00:00"
+ "time": "2020-12-14T07:22:40+00:00"
},
{
"name": "php-cs-fixer/diff",