Skip to content

Commit

Permalink
Merge pull request #507 from nextcloud/update-main-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 31 support
  • Loading branch information
icewind1991 authored Jan 15, 2025
2 parents ca04f4c + 65e8c45 commit f791ad1
Show file tree
Hide file tree
Showing 39 changed files with 5,376 additions and 4,646 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ target
.env
bin
build
vendor
composer.phar
/vendor/
/vendor-bin/*/vendor
*.cache
.direnv
result
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
require_once './vendor/autoload.php';
require_once './vendor-bin/cs-fixer/vendor/autoload.php';

use Nextcloud\CodingStandard\Config;

Expand Down
Loading

0 comments on commit f791ad1

Please sign in to comment.