Skip to content

Commit 338aa95

Browse files
Merge branch '4.3' into 4.4
* 4.3: Bump minimal requirements Use PHPUnit 8.3 on Travis when possible
2 parents 6dd1909 + d6cb36f commit 338aa95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Routing/LegacyRouteLoaderContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class LegacyRouteLoaderContainerTest extends TestCase
3939
/**
4040
* {@inheritdoc}
4141
*/
42-
protected function setUp()
42+
protected function setUp(): void
4343
{
4444
$this->container = new Container();
4545
$this->container->set('foo', new \stdClass());

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"symfony/css-selector": "^3.4|^4.0|^5.0",
3939
"symfony/dom-crawler": "^4.3|^5.0",
4040
"symfony/polyfill-intl-icu": "~1.0",
41-
"symfony/form": "^4.3|^5.0",
41+
"symfony/form": "^4.3.4|^5.0",
4242
"symfony/expression-language": "^3.4|^4.0|^5.0",
4343
"symfony/http-client": "^4.3|^5.0",
4444
"symfony/lock": "^4.4|^5.0",

0 commit comments

Comments
 (0)