Skip to content

Commit 4ef22c1

Browse files
committed
Update ignore-by-php-version.neon.php
1 parent 982cf73 commit 4ef22c1

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

4242
return $config;

0 commit comments

Comments
 (0)