Skip to content

Commit

Permalink
feat(html): Remove Twig to avoid conflicts with other plugins (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet authored Jun 20, 2024
1 parent 5284c59 commit 5e48bdb
Show file tree
Hide file tree
Showing 210 changed files with 477 additions and 18,933 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/doc-links.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main

permissions:
contents: read
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@
}
},
"require": {
"crowdsec/bouncer": "^2.0.0",
"crowdsec/bouncer": "^2.2.0",
"symfony/cache": "5.4.40",
"symfony/polyfill-mbstring": "^1.27.0",
"symfony/service-contracts": "^2.5.2"
},
"replace": {
"twig/twig": "*"
},
"autoload": {
"psr-4": {
"\\": "./"
Expand Down
165 changes: 43 additions & 122 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5e48bdb

Please sign in to comment.