Skip to content

Commit

Permalink
Enhancement: Synchronize with ergebnis/php-cs-fixer-config
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 10, 2023
1 parent 6454bde commit 9716581
Show file tree
Hide file tree
Showing 12 changed files with 1,578 additions and 47 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/.yamllint.yaml export-ignore
/composer-require-checker.json export-ignore
/composer.lock export-ignore
/infection.json export-ignore
/Makefile export-ignore
/psalm-baseline.xml export-ignore
/psalm.xml export-ignore
Expand Down
4 changes: 2 additions & 2 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

The following versions of `ergebnis/php-cs-fixer-config-template` have active support:

- `x.y.z`
- `^x.y.z`

## Unsupported Versions

The following versions of `ergebnis/php-cs-fixer-config-template` have reached their end of life:

- `x.y.z`
- `<x.y.z`

## Reporting a Vulnerability

Expand Down
3 changes: 0 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ updates:
include: "scope"
prefix: "composer"
directory: "/"
ignore:
- dependency-name: "symfony/filesystem"
- dependency-name: "symfony/process"
labels:
- "dependency"
open-pull-requests-limit: 10
Expand Down
5 changes: 4 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ branches:
- context: "Tests (8.2, highest)"
- context: "Tests (8.2, locked)"
- context: "Tests (8.2, lowest)"
- context: "Tests (8.3, highest)"
- context: "Tests (8.3, locked)"
- context: "Tests (8.3, lowest)"
strict: false
restrictions:

Expand Down Expand Up @@ -72,7 +75,7 @@ repository:
archived: false
default_branch: "main"
delete_branch_on_merge: true
description: ":octocat: + :ledger: Provides a GitHub repository template for a configuration factory and a custom rule set for friendsofphp/php-cs-fixer."
description: ":octocat: + :notebook: Provides a GitHub repository template for a configuration factory and rule set factories for friendsofphp/php-cs-fixer."
enable_automated_security_fixes: true
enable_vulnerability_alerts: true
has_discussions: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"

dependencies:
- "lowest"
Expand Down
Loading

0 comments on commit 9716581

Please sign in to comment.