Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitc4d6d15

Browse files
committed
feature#29718 [PHPUnit bridge] Bump php version of PHPUnit-bridge (gmponos)
This PR was squashed before being merged into the 4.3-dev branch (closes#29718).Discussion----------[PHPUnit bridge] Bump php version of PHPUnit-bridge| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no (?)| Deprecations? | no| Tests pass? | yes| License | MITRelated to#29623 (comment)I checked the BC page I think I couldn't find any related to BC changes... anyway...As far as I understood from the comment above I must target `master` branch.Commits-------5931309 [PHPUnit bridge] Bump php version of PHPUnit-bridge
2 parents1d3ce9b +5931309 commitc4d6d15

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎src/Symfony/Bridge/PhpUnit/CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CHANGELOG
55
-----
66

77
* added`ClassExistsMock`
8+
* bumped PHP version from 5.3.3 to 5.5.9
89

910
4.1.0
1011
-----

‎src/Symfony/Bridge/PhpUnit/composer.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
],
1818
"require": {
19-
"php":">=5.3.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
19+
"php":">=5.5.9 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
2020
"php":"THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
21-
"php":">=5.3.3"
21+
"php":">=5.5.9"
2222
},
2323
"suggest": {
2424
"symfony/debug":"For tracking deprecated interfaces usages at runtime with DebugClassLoader",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp