Skip to content

Commit 0dd9b8a

Browse files
fix: twig-lock
1 parent 8c9e105 commit 0dd9b8a

File tree

2 files changed

+509
-859
lines changed

2 files changed

+509
-859
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@
1919
"masterminds/html5": "^2.7",
2020
"symfony/flex": "^1.12",
2121
"symfony/framework-bundle": "^5.0",
22-
"twig/twig": "3.3"
22+
"twig/twig": "^3.3"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^8"
26+
},
27+
"config": {
28+
"allow-plugins": {
29+
"symfony/flex": true
30+
}
2631
}
2732
}

0 commit comments

Comments
 (0)