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

Commit671b8ad

Browse files
Merge branch '5.1'
* 5.1: (33 commits) [Cache] $lifetime cannot be null [Serializer] minor cleanup fix merge Run PHP 8 as 7.4.99 Remove calls to deprecated ReflectionParameter::getClass(). [VarDumper] fix PHP 8 support Removed "services" prototype node from "custom_authenticator" Add php 8 to travis. [Cache] Accessing undefined constants raises an Error in php8 [Cache] allow DBAL v3 Skip Doctrine DBAL on php 8 until we have a compatible version. [DomCrawler] Catch expected ValueError. Made method signatures compatible with their corresponding traits. [ErrorHandler] Apply php8 fixes from Debug component. [DomCrawler] Catch expected ValueError. [Validator] Catch expected ValueError. [VarDumper] ReflectionFunction::isDisabled() is deprecated. [BrowserKit] Raw body with custom Content-Type header Revertsymfony/symfony#34986 Make ExpressionLanguageSyntax validator usable with annotation ...
2 parentsede4a67 +7a05a59 commit671b8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎bin/simple-phpunit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
$passthruOrFail("$COMPOSER require --no-update phpunit/phpunit-mock-objects\"~3.1.0\"");
198198
}
199199

200-
if (preg_match('{\^(\d++\.\d++)[\d\.]*$}',$info['requires']['php'],$phpVersion) &&version_compare($phpVersion[1],PHP_VERSION,'<')) {
200+
if (preg_match('{\^((\d++\.)\d++)[\d\.]*$}',$info['requires']['php'],$phpVersion) &&version_compare($phpVersion[2].'99',PHP_VERSION,'<')) {
201201
$passthruOrFail("$COMPOSER config platform.php\"$phpVersion[1].99\"");
202202
}else {
203203
$passthruOrFail("$COMPOSER config --unset platform.php");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp