We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d06b40 commit f7e80aaCopy full SHA for f7e80aa
1 file changed
composer.json
@@ -14,7 +14,7 @@
14
"doctrine/dbal": "^3.7.2",
15
"doctrine/inflector": "^2.0.8",
16
"doctrine/orm": "^2.17.2",
17
- "symfony/filesystem": "^5.4",
+ "symfony/filesystem": "^5.4||^6.0",
18
"twig/twig": "^3.4.3"
19
},
20
"require-dev": {
@@ -24,6 +24,9 @@
24
"phpspec/prophecy-phpunit": "^2.1",
25
"phpunit/phpunit": "^9.6.0"
26
27
+ "conflict": {
28
+ "twig/twig": "^3.9.0"
29
+ },
30
"autoload": {
31
"psr-4": {
32
"Hostnet\\Component\\AccessorGenerator\\": "src/"
0 commit comments