8000 Merge branch '3.4' into 4.3 · nicolas-grekas/symfony@07cf927 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07cf927

Browse files
Merge branch '3.4' into 4.3
* 3.4: Bump minimal requirements Use PHPUnit 8.3 on Travis when possible
2 parents 1ff2ab3 + 6b1ddd1 commit 07cf927

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

.travis.yml

Lines 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"psr/http-client": "^1.0",
116116
"psr/simple-cache": "^1.0",
117117
"egulias/email-validator": "~1.2,>=1.2.8|~2.0",
118-
"symfony/phpunit-bridge": "^3.4.19|^4.1.8|~5.0",
118+
"symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
119119
"symfony/security-acl": "~2.8|~3.0",
120120
"phpdocumentor/reflection-docblock": "^3.0|^4.0"
121121
},

phpunit

Lines 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/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"symfony/asset": "~3.4|~4.0",
2626
"symfony/dependency-injection": "~3.4|~4.0",
2727
"symfony/finder": "~3.4|~4.0",
28-
"symfony/form": "^4.3",
28+
"symfony/form": "^4.3.4",
2929
"symfony/http-foundation": "~4.3",
3030
"symfony/http-kernel": "~3.4|~4.0",
3131
"symfony/mime": "~4.3",

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/debug": "~4.0",
2424
"symfony/dependency-injection": "^4.3",
2525
"symfony/http-foundation": "^4.3",
26-
"symfony/http-kernel": "^4.3",
26+
"symfony/http-kernel": "^4.3.4",
2727
"symfony/polyfill-mbstring": "~1.0",
2828
"symfony/filesystem": "~3.4|~4.0",
2929
"symfony/finder": "~3.4|~4.0",
@@ -38,7 +38,7 @@
3838
"symfony/css-selector": "~3.4|~4.0",
3939
"symfony/dom-crawler": "^4.3",
4040
"symfony/polyfill-intl-icu": "~1.0",
41-
"symfony/form": "^4.3",
41+
"symfony/form": "^4.3.4",
4242
"symfony/expression-language": "~3.4|~4.0",
4343
"symfony/http-client": "^4.3",
4444
"symfony/mailer": "^4.3",

0 commit comments

Comments
 (0)
0