Skip to content

Commit

Permalink
Updated configurations and Symfony to v7.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed May 31, 2024
1 parent e8185f7 commit 59f7479
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 225 deletions.
3 changes: 2 additions & 1 deletion .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
config:
line-length: false
line-length:
code_blocks: false

globs:
- "*.md"
Expand Down
2 changes: 2 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ enabled:
- native_function_invocation
- concat_with_spaces
disabled:
- no_nullable_type_declarations
- native_function_invocation_symfony
- concat_without_spaces
- phpdoc_to_comment
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

- Updated `.styleci.yml` configuration.
- Updated `.markdownlint-cli2.yaml` configuration.
- Updated to Symfony v7.1.0.

## [2.20.13] - 2024-06-16

- Added markdown configuration file.
Expand Down
Loading

0 comments on commit 59f7479

Please sign in to comment.