Browse Source
chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer
chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de>pull/48806/head
committed by
provokateurin
Failed to extract signature
33 changed files with 199 additions and 127 deletions
-
6apps/dav/lib/CalDAV/BirthdayService.php
-
2apps/dav/lib/CalDAV/Reminder/INotificationProvider.php
-
8apps/files/lib/BackgroundJob/ScanFiles.php
-
24apps/files_sharing/lib/External/Manager.php
-
18apps/files_sharing/lib/SharesReminderJob.php
-
2apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
-
2apps/files_trashbin/lib/Storage.php
-
2apps/settings/tests/Controller/UsersControllerTest.php
-
6apps/systemtags/lib/Search/TagSearchProvider.php
-
2core/Command/Preview/Cleanup.php
-
12core/Controller/TaskProcessingApiController.php
-
12core/Controller/TextProcessingApiController.php
-
2lib/composer/composer/InstalledVersions.php
-
69lib/composer/composer/installed.json
-
15lib/composer/composer/installed.php
-
2lib/private/BinaryFinder.php
-
2lib/private/DB/QueryBuilder/CompositeExpression.php
-
6lib/private/DB/QueryBuilder/Partitioned/PartitionedQueryBuilder.php
-
2lib/private/DB/QueryBuilder/Sharded/AutoIncrementHandler.php
-
12lib/private/DB/QueryBuilder/Sharded/ShardQueryRunner.php
-
4lib/private/DB/QueryBuilder/Sharded/ShardedQueryBuilder.php
-
2lib/private/Files/Cache/Cache.php
-
12lib/private/Mail/Mailer.php
-
20lib/private/PreviewManager.php
-
2lib/private/Security/Ip/Address.php
-
2lib/private/Security/Ip/RemoteAddress.php
-
10lib/private/Settings/DeclarativeManager.php
-
26lib/private/Template/JSConfigHelper.php
-
4lib/private/TextProcessing/TaskBackgroundJob.php
-
14lib/private/User/Session.php
-
2lib/public/Security/Ip/IAddress.php
-
10lib/public/Security/RateLimiting/ILimiter.php
-
12vendor-bin/cs-fixer/composer.lock
@ -1,5 +1,68 @@ |
|||
{ |
|||
"packages": [], |
|||
"dev": false, |
|||
"dev-package-names": [] |
|||
"packages": [ |
|||
{ |
|||
"name": "bamarni/composer-bin-plugin", |
|||
"version": "1.8.2", |
|||
"version_normalized": "1.8.2.0", |
|||
"source": { |
|||
"type": "git", |
|||
"url": "https://github.com/bamarni/composer-bin-plugin.git", |
|||
"reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880" |
|||
}, |
|||
"dist": { |
|||
"type": "zip", |
|||
"url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880", |
|||
"reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880", |
|||
"shasum": "" |
|||
}, |
|||
"require": { |
|||
"composer-plugin-api": "^2.0", |
|||
"php": "^7.2.5 || ^8.0" |
|||
}, |
|||
"require-dev": { |
|||
"composer/composer": "^2.0", |
|||
"ext-json": "*", |
|||
"phpstan/extension-installer": "^1.1", |
|||
"phpstan/phpstan": "^1.8", |
|||
"phpstan/phpstan-phpunit": "^1.1", |
|||
"phpunit/phpunit": "^8.5 || ^9.5", |
|||
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", |
|||
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", |
|||
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0" |
|||
}, |
|||
"time": "2022-10-31T08:38:03+00:00", |
|||
"type": "composer-plugin", |
|||
"extra": { |
|||
"class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin" |
|||
}, |
|||
"installation-source": "dist", |
|||
"autoload": { |
|||
"psr-4": { |
|||
"Bamarni\\Composer\\Bin\\": "src" |
|||
} |
|||
}, |
|||
"notification-url": "https://packagist.org/downloads/", |
|||
"license": [ |
|||
"MIT" |
|||
], |
|||
"description": "No conflicts for your bin dependencies", |
|||
"keywords": [ |
|||
"composer", |
|||
"conflict", |
|||
"dependency", |
|||
"executable", |
|||
"isolation", |
|||
"tool" |
|||
], |
|||
"support": { |
|||
"issues": "https://github.com/bamarni/composer-bin-plugin/issues", |
|||
"source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.2" |
|||
}, |
|||
"install-path": "../bamarni/composer-bin-plugin" |
|||
} |
|||
], |
|||
"dev": true, |
|||
"dev-package-names": [ |
|||
"bamarni/composer-bin-plugin" |
|||
] |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue