Skip to content

Commit 0d207f9

Browse files
committed
5564: Add vincentlanglet/twig-cs-fixer
1 parent 338ccab commit 0d207f9

4 files changed

Lines changed: 94 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ yarn-error.log
3030
phpstan.neon
3131
###< phpstan/phpstan ###
3232
.phpunit.cache
33+
34+
###> vincentlanglet/twig-cs-fixer ###
35+
/.twig-cs-fixer.cache
36+
###< vincentlanglet/twig-cs-fixer ###

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"symfony/maker-bundle": "^1.64",
6161
"symfony/stopwatch": "^7.3",
6262
"symfony/var-dumper": "^7.3.4",
63-
"symfony/web-profiler-bundle": "^7.3.4"
63+
"symfony/web-profiler-bundle": "^7.3.4",
64+
"vincentlanglet/twig-cs-fixer": "^3.10"
6465
},
6566
"replace": {
6667
"symfony/polyfill-ctype": "*",
@@ -98,7 +99,7 @@
9899
},
99100
"extra": {
100101
"symfony": {
101-
"allow-contrib": false,
102+
"allow-contrib": true,
102103
"require": "7.3.*"
103104
}
104105
},

composer.lock

Lines changed: 78 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

symfony.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,15 @@
678678
"twig/twig": {
679679
"version": "v3.3.8"
680680
},
681+
"vincentlanglet/twig-cs-fixer": {
682+
"version": "3.10",
683+
"recipe": {
684+
"repo": "github.com/symfony/recipes-contrib",
685+
"branch": "main",
686+
"version": "3.0",
687+
"ref": "d42582ae1bce86fd43491d6264c738b0867f8ffe"
688+
}
689+
},
681690
"webmozart/assert": {
682691
"version": "1.10.0"
683692
},

0 commit comments

Comments
 (0)