Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 24858f2

Browse filesBrowse files
Merge branch '4.3' into 4.4
* 4.3: Bump minimal requirements Use PHPUnit 8.3 on Travis when possible
2 parents 8c91e7e + 07cf927 commit 24858f2
Copy full SHA for 24858f2

File tree

Expand file treeCollapse file tree

5 files changed

+5
-8
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+5
-8
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ matrix:
2929
env: deps=high
3030
- php: 7.3
3131
env: deps=low
32-
- php: 7.4snapshot
33-
allow_failures:
34-
- php: 7.4snapshot
3532
fast_finish: true
3633

3734
cache:

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"psr/http-client": "^1.0",
119119
"psr/simple-cache": "^1.0",
120120
"egulias/email-validator": "~1.2,>=1.2.8|~2.0",
121-
"symfony/phpunit-bridge": "^3.4.19|^4.1.8|~5.0",
121+
"symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
122122
"symfony/security-acl": "~2.8|~3.0",
123123
"phpdocumentor/reflection-docblock": "^3.0|^4.0"
124124
},

‎phpunit

Copy file name to clipboardExpand all lines: phpunit
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
88
exit(1);
99
}
1010
if (!getenv('SYMFONY_PHPUNIT_VERSION')) {
11-
if (\PHP_VERSION_ID >= 70400) {
12-
putenv('SYMFONY_PHPUNIT_VERSION=8.2');
11+
if (\PHP_VERSION_ID >= 70200) {
12+
putenv('SYMFONY_PHPUNIT_VERSION=8.3');
1313
} elseif (\PHP_VERSION_ID >= 70000) {
1414
putenv('SYMFONY_PHPUNIT_VERSION=6.5');
1515
}

‎src/Symfony/Bundle/FrameworkBundle/Tests/Routing/LegacyRouteLoaderContainerTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Routing/LegacyRouteLoaderContainerTest.php
+1-1Lines 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());

‎src/Symfony/Bundle/FrameworkBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.