File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 98
98
};
99
99
100
100
if (\PHP_VERSION_ID >= 80000 ) {
101
- // PHP 8 requires PHPUnit 9.3+, PHP 8.1 requires PHPUnit 9.5+
102
- $ PHPUNIT_VERSION = $ getEnvVar ('SYMFONY_PHPUNIT_VERSION ' , '9.5 ' ) ?: '9.5 ' ;
103
- } elseif (\PHP_VERSION_ID >= 70200 ) {
104
- // PHPUnit 8 requires PHP 7.2+
105
- $ PHPUNIT_VERSION = $ getEnvVar ('SYMFONY_PHPUNIT_VERSION ' , '8.5 ' ) ?: '8.5 ' ;
101
+ $ PHPUNIT_VERSION = $ getEnvVar ('SYMFONY_PHPUNIT_VERSION ' , '9.6 ' ) ?: '9.6 ' ;
106
102
} else {
107
- $ PHPUNIT_VERSION = $ getEnvVar ('SYMFONY_PHPUNIT_VERSION ' , '7 .5 ' ) ?: '7 .5 ' ;
103
+ $ PHPUNIT_VERSION = $ getEnvVar ('SYMFONY_PHPUNIT_VERSION ' , '8 .5 ' ) ?: '8 .5 ' ;
108
104
}
109
105
110
106
$ MAX_PHPUNIT_VERSION = $ getEnvVar ('SYMFONY_MAX_PHPUNIT_VERSION ' , false );
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " >=7.1.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING" ,
19
+ "php" : " >=7.2.5 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING" ,
20
20
"php" : " THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS." ,
21
- "php" : " >=7.1.3 "
21
+ "php" : " >=7.2.5 "
22
22
},
23
23
"require-dev" : {
24
24
"symfony/deprecation-contracts" : " ^2.5|^3.0" ,
25
- "symfony/error-handler" : " ^5.4|^6.0 |^7.0" ,
25
+ "symfony/error-handler" : " ^5.4|^6.4 |^7.0" ,
26
26
"symfony/polyfill-php81" : " ^1.27"
27
27
},
28
28
"conflict" : {
You can’t perform that action at this time.
0 commit comments