summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-04-22 15:52:07 +0200
committerJoas Schilling <coding@schilljs.com>2024-04-22 15:52:34 +0200
commit1b2a554784d4f86848977c1c5b3dccf5f1458b2e (patch)
treee511d4d5a12004f9aabb77861cd9694166c352f1
parente643b29cf0237f0cc977a48f9d2b2487513e0db2 (diff)
fix(CI): Fix local cs:check by nailing symfony/finder to 5.4.x
See https://github.com/symfony/symfony/pull/54691 for more details Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--vendor-bin/csfixer/composer.json3
-rw-r--r--vendor-bin/csfixer/composer.lock21
2 files changed, 12 insertions, 12 deletions
diff --git a/vendor-bin/csfixer/composer.json b/vendor-bin/csfixer/composer.json
index 7ffc496b4..f40c99b28 100644
--- a/vendor-bin/csfixer/composer.json
+++ b/vendor-bin/csfixer/composer.json
@@ -7,6 +7,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.16",
- "nextcloud/coding-standard": "^1.1"
+ "nextcloud/coding-standard": "^1.1",
+ "symfony/finder": "^5.4"
}
}
diff --git a/vendor-bin/csfixer/composer.lock b/vendor-bin/csfixer/composer.lock
index 373027d44..4de36f51a 100644
--- a/vendor-bin/csfixer/composer.lock
+++ b/vendor-bin/csfixer/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": "110b22818a58987d5b1d00e2283302a9",
+ "content-hash": "35756777d034553c07d019ccfcf1898c",
"packages": [],
"packages-dev": [
{
@@ -961,23 +961,22 @@
},
{
"name": "symfony/finder",
- "version": "v6.4.0",
+ "version": "v5.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "11d736e97f116ac375a81f96e662911a34cd50ce"
+ "reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce",
- "reference": "11d736e97f116ac375a81f96e662911a34cd50ce",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/abe6d6f77d9465fed3cd2d029b29d03b56b56435",
+ "reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435",
"shasum": ""
},
"require": {
- "php": ">=8.1"
- },
- "require-dev": {
- "symfony/filesystem": "^6.0|^7.0"
+ "php": ">=7.2.5",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
@@ -1005,7 +1004,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v6.4.0"
+ "source": "https://github.com/symfony/finder/tree/v5.4.35"
},
"funding": [
{
@@ -1021,7 +1020,7 @@
"type": "tidelift"
}
],
- "time": "2023-10-31T17:30:12+00:00"
+ "time": "2024-01-23T13:51:25+00:00"
},
{
"name": "symfony/options-resolver",