Skip to content

Commit

Permalink
Merge pull request #5288 from nextcloud/renovate/main-nextcloud-codin…
Browse files Browse the repository at this point in the history
…g-standard-1.x

chore(deps): bump nextcloud/coding-standard from 1.1.0 to ^1.1.1 (main)
  • Loading branch information
renovate[bot] authored Nov 6, 2023
2 parents 066f9d9 + ba79f11 commit 6b75db1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2,144 deletions.
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 vendor-bin/cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"sort-packages": true
},
"require-dev": {
"nextcloud/coding-standard": "^1.0"
"nextcloud/coding-standard": "^1.1.1"
}
}
Loading

0 comments on commit 6b75db1

Please sign in to comment.