Merge pull request #11268 from nextcloud/chore/deps/cs-fixer-3.75

chore(deps): explicitly require cs-fixer's shim and update it
This commit is contained in:
Daniel
2025-06-13 15:15:43 +02:00
committed by GitHub
12 changed files with 21 additions and 10 deletions

View File

@ -139,7 +139,8 @@
"description": "Only automerge packages that follow semver",
"matchPackageNames": [
"@nextcloud/vue",
"friendsofphp/php-cs-fixer"
"friendsofphp/php-cs-fixer",
"php-cs-fixer/shim"
],
"automerge": false,
"labels": [

View File

@ -1,4 +1,5 @@
<?php
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2013-2016 ownCloud, Inc.

View File

@ -1,4 +1,5 @@
<?php
/**
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -1,4 +1,5 @@
<?php
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -1,4 +1,5 @@
<?php
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -1,4 +1,5 @@
<?php
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -1,4 +1,5 @@
<?php
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -1,4 +1,5 @@
<?php
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -1,4 +1,5 @@
<?php
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -1,4 +1,5 @@
<?php
/**
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later

View File

@ -6,6 +6,7 @@
"sort-packages": true
},
"require-dev": {
"nextcloud/coding-standard": "^1.3.2"
"nextcloud/coding-standard": "^1.3.2",
"php-cs-fixer/shim": "^3.75.0"
}
}

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": "4a78193a669d7f6ab8396ad02161c864",
"content-hash": "3484fa64e6b618d46b2bd5adb8f5934b",
"packages": [],
"packages-dev": [
{
@ -97,16 +97,16 @@
},
{
"name": "php-cs-fixer/shim",
"version": "v3.64.0",
"version": "v3.75.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/shim.git",
"reference": "81ccfd24baf3a10810dab1152c403981a790b837"
"reference": "eea219a577085bd13ff0cb644a422c20798316c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/81ccfd24baf3a10810dab1152c403981a790b837",
"reference": "81ccfd24baf3a10810dab1152c403981a790b837",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/eea219a577085bd13ff0cb644a422c20798316c7",
"reference": "eea219a577085bd13ff0cb644a422c20798316c7",
"shasum": ""
},
"require": {
@ -143,9 +143,9 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/shim/issues",
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.64.0"
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.75.0"
},
"time": "2024-08-30T23:10:11+00:00"
"time": "2025-03-31T18:45:02+00:00"
}
],
"aliases": [],