Skip to content

Commit f7e80aa

Browse files
authored
Add symfony 6 support (#77)
* Add sf6 support * Add twig:^3.9.0 conflict, preventing unit tests from failing
1 parent 3d06b40 commit f7e80aa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"doctrine/dbal": "^3.7.2",
1515
"doctrine/inflector": "^2.0.8",
1616
"doctrine/orm": "^2.17.2",
17-
"symfony/filesystem": "^5.4",
17+
"symfony/filesystem": "^5.4||^6.0",
1818
"twig/twig": "^3.4.3"
1919
},
2020
"require-dev": {
@@ -24,6 +24,9 @@
2424
"phpspec/prophecy-phpunit": "^2.1",
2525
"phpunit/phpunit": "^9.6.0"
2626
},
27+
"conflict": {
28+
"twig/twig": "^3.9.0"
29+
},
2730
"autoload": {
2831
"psr-4": {
2932
"Hostnet\\Component\\AccessorGenerator\\": "src/"

0 commit comments

Comments
 (0)