Skip to content

Commit b46b740

Browse files
authored
Discard changes to build/ignore-by-php-version.neon.php
1 parent 4ef22c1 commit b46b740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/ignore-by-php-version.neon.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
$config = [];
3737
$config['includes'] = $includes;
3838

39-
// undo config.platform.php from composer.json
40-
unset($config['parameters']['phpVersion']);
39+
// overrides config.platform.php in composer.json
40+
$config['parameters']['phpVersion'] = PHP_VERSION_ID;
4141

4242
return $config;

0 commit comments

Comments
 (0)