We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6840df commit 2c92e2aCopy full SHA for 2c92e2a
composer.json
@@ -22,5 +22,10 @@
22
"npm-confirm": {
23
"jstransformer": "It allows you to use any jstransformer npm package as filter by adding it in your extra.npm section of composer.json."
24
}
25
+ },
26
+ "config": {
27
+ "allow-plugins": {
28
+ "nodejs-php-fallback/nodejs-php-fallback": true
29
+ }
30
31
tests/Phug/JsTransformerExtensionTest.php
@@ -23,6 +23,7 @@ protected static function removeDirectory($dir)
static::removeDirectory($dir.'/'.$object);
continue;
+
// move before delete to avoid Windows too long name error
try {
@rename($dir.'/'.$object, sys_get_temp_dir().'/to-delete');
0 commit comments