Skip to content

Commit 2c92e2a

Browse files
committed
Allow nodejs-php-fallback/nodejs-php-fallback plugin
1 parent a6840df commit 2c92e2a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@
2222
"npm-confirm": {
2323
"jstransformer": "It allows you to use any jstransformer npm package as filter by adding it in your extra.npm section of composer.json."
2424
}
25+
},
26+
"config": {
27+
"allow-plugins": {
28+
"nodejs-php-fallback/nodejs-php-fallback": true
29+
}
2530
}
2631
}

tests/Phug/JsTransformerExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ protected static function removeDirectory($dir)
2323
static::removeDirectory($dir.'/'.$object);
2424
continue;
2525
}
26+
2627
// move before delete to avoid Windows too long name error
2728
try {
2829
@rename($dir.'/'.$object, sys_get_temp_dir().'/to-delete');

0 commit comments

Comments
 (0)