Skip to content

Commit d56d333

Browse files
committed
Allow Symfony 8 packages in Twig extra packages
1 parent f4a6d06 commit d56d333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=8.1.0",
1919
"symfony/deprecation-contracts": "^2.5|^3",
20-
"symfony/mime": "^5.4|^6.4|^7.0",
20+
"symfony/mime": "^5.4|^6.4|^7.0|^8.0",
2121
"twig/twig": "^3.13|^4.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)