Skip to content

Commit

Permalink
Merge pull request #1 from LibreCodeCoop/chore/bump-dependencies
Browse files Browse the repository at this point in the history
chore: bump dependencies
  • Loading branch information
vitormattos authored Oct 2, 2024
2 parents 7fe86e1 + 5b7d7b2 commit 2c97721
Show file tree
Hide file tree
Showing 19 changed files with 832 additions and 2,751 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/lint-eslint-when-unrelated.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/lint-eslint.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/lint-stylelint.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/node-when-unrelated.yml

This file was deleted.

90 changes: 0 additions & 90 deletions .github/workflows/node.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

require_once './vendor/autoload.php';
require_once './vendor-bin/cs-fixer/vendor/autoload.php';

use Nextcloud\CodingStandard\Config;

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<bugs>https://github.com/librecodecoop/custom_domain/issues</bugs>
<repository type="git">https://github.com/librecodecoop/custom_domain</repository>
<dependencies>
<nextcloud min-version="28" max-version="30"/>
<nextcloud min-version="28" max-version="31"/>
</dependencies>

<repair-steps>
Expand Down
Loading

0 comments on commit 2c97721

Please sign in to comment.