Skip to content

Commit 043bd49

Browse files
committed
Allow Symfony 8 packages in Twig extra packages
1 parent e57367c commit 043bd49

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
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=8.1.0",
19-
"symfony/cache": "^5.4|^6.4|^7.0",
19+
"symfony/cache": "^5.4|^6.4|^7.0|^8.0",
2020
"twig/twig": "^3.21|^4.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)