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 9603e7d commit 75ffb19Copy full SHA for 75ffb19
Test/AbstractElasticsearchTestCase.php
@@ -172,7 +172,7 @@ protected function doTearDown()
172
*
173
* @return ContainerInterface
174
*/
175
- protected function getContainer($kernelOptions = [])
+ protected static function getContainer($kernelOptions = []): ContainerInterface
176
{
177
if (null === self::$container) {
178
self::bootKernel($kernelOptions);
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": "^5.6|^7.0|^8.0",
+ "php": "^7.4|^8.0",
19
"symfony/framework-bundle": "^2.8|^3.0|^4|^5",
20
"symfony/console": "^2.8|^3.0|^4|^5",
21
"symfony/stopwatch": "^2.8|^3.0|^4|^5",
0 commit comments