We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7df0f2 commit 8229e75Copy full SHA for 8229e75
2 files changed
Tests/IntegrationTest.php
@@ -23,7 +23,7 @@ public function getExtensions()
23
];
24
}
25
26
- public function getFixturesDir()
+ protected static function getFixturesDirectory(): string
27
{
28
return __DIR__.'/Fixtures/';
29
composer.json
@@ -18,7 +18,7 @@
18
"php": ">=8.0.2",
19
"symfony/deprecation-contracts": "^2.5|^3",
20
"symfony/mime": "^5.4|^6.4|^7.0",
21
- "twig/twig": "^3.0|^4.0"
+ "twig/twig": "^3.13|^4.0"
22
},
"require-dev": {
"symfony/phpunit-bridge": "^6.4|^7.0"
0 commit comments