Skip to content

Commit 75ffb19

Browse files
Drop support for < PHP 7.4
1 parent 9603e7d commit 75ffb19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Test/AbstractElasticsearchTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ protected function doTearDown()
172172
*
173173
* @return ContainerInterface
174174
*/
175-
protected function getContainer($kernelOptions = [])
175+
protected static function getContainer($kernelOptions = []): ContainerInterface
176176
{
177177
if (null === self::$container) {
178178
self::bootKernel($kernelOptions);

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^5.6|^7.0|^8.0",
18+
"php": "^7.4|^8.0",
1919
"symfony/framework-bundle": "^2.8|^3.0|^4|^5",
2020
"symfony/console": "^2.8|^3.0|^4|^5",
2121
"symfony/stopwatch": "^2.8|^3.0|^4|^5",

0 commit comments

Comments
 (0)