Skip to content

Commit 5e48bdb

Browse files
feat(html): Remove Twig to avoid conflicts with other plugins (#154)
1 parent 5284c59 commit 5e48bdb

File tree

210 files changed

+477
-18933
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+477
-18933
lines changed

.github/workflows/doc-links.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
on:
22
workflow_dispatch:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
39

410
permissions:
511
contents: read

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@
1919
}
2020
},
2121
"require": {
22-
"crowdsec/bouncer": "^2.0.0",
22+
"crowdsec/bouncer": "^2.2.0",
2323
"symfony/cache": "5.4.40",
2424
"symfony/polyfill-mbstring": "^1.27.0",
2525
"symfony/service-contracts": "^2.5.2"
2626
},
27+
"replace": {
28+
"twig/twig": "*"
29+
},
2730
"autoload": {
2831
"psr-4": {
2932
"\\": "./"

composer.lock

Lines changed: 43 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)