Skip to content

Commit f791ad1

Browse files
authored
Merge pull request #507 from nextcloud/update-main-version
feat(deps): Add Nextcloud 31 support
2 parents ca04f4c + 65e8c45 commit f791ad1

39 files changed

+5376
-4646
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ target
44
.env
55
bin
66
build
7-
vendor
7+
composer.phar
8+
/vendor/
9+
/vendor-bin/*/vendor
810
*.cache
911
.direnv
1012
result

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
66
* SPDX-License-Identifier: AGPL-3.0-or-later
77
*/
8-
require_once './vendor/autoload.php';
8+
require_once './vendor-bin/cs-fixer/vendor/autoload.php';
99

1010
use Nextcloud\CodingStandard\Config;
1111

0 commit comments

Comments
 (0)