chore(deps): update dependency nextcloud/coding-standard to ^v1.4.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-20 22:05:08 +00:00
committed by Enjeck
parent 718357250b
commit b35354de2e
2 changed files with 12 additions and 9 deletions

View File

@ -10,7 +10,7 @@
}
],
"require-dev": {
"nextcloud/coding-standard": "^v1.3.2",
"nextcloud/coding-standard": "^v1.4.0",
"nextcloud/ocp": "dev-stable29",
"staabm/annotate-pull-request-from-checkstyle": "^1.8.5",
"phpunit/phpunit": "^9",

19
composer.lock generated
View File

@ -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": "5448a8284eb94597f43c52bb76c6c04b",
"content-hash": "e53883e6c4d8808d0ff84195cd4ad08e",
"packages": [
{
"name": "composer/pcre",
@ -948,21 +948,21 @@
},
{
"name": "nextcloud/coding-standard",
"version": "v1.3.2",
"version": "v1.4.0",
"source": {
"type": "git",
"url": "https://github.com/nextcloud/coding-standard.git",
"reference": "9c719c4747fa26efc12f2e8b21c14a9a75c6ba6d"
"reference": "8e06808c1423e9208d63d1bd205b9a38bd400011"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/9c719c4747fa26efc12f2e8b21c14a9a75c6ba6d",
"reference": "9c719c4747fa26efc12f2e8b21c14a9a75c6ba6d",
"url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/8e06808c1423e9208d63d1bd205b9a38bd400011",
"reference": "8e06808c1423e9208d63d1bd205b9a38bd400011",
"shasum": ""
},
"require": {
"kubawerlos/php-cs-fixer-custom-fixers": "^3.22",
"php": "^7.3|^8.0",
"php": "^8.0",
"php-cs-fixer/shim": "^3.17"
},
"type": "library",
@ -982,11 +982,14 @@
}
],
"description": "Nextcloud coding standards for the php cs fixer",
"keywords": [
"dev"
],
"support": {
"issues": "https://github.com/nextcloud/coding-standard/issues",
"source": "https://github.com/nextcloud/coding-standard/tree/v1.3.2"
"source": "https://github.com/nextcloud/coding-standard/tree/v1.4.0"
},
"time": "2024-10-14T16:49:05+00:00"
"time": "2025-06-19T12:27:27+00:00"
},
{
"name": "nextcloud/ocp",