Skip to content

Commit b368aca

Browse files
committed
support psr extension
1 parent 4bbc2ed commit b368aca

File tree

3 files changed

+3265
-3265
lines changed

3 files changed

+3265
-3265
lines changed

build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function run(string $base, array $dirs, string $filename, array $ignore)
138138
];
139139

140140
if (!extension_loaded('psr')) {
141-
array_unshift($directories, 'vendor/psr');
141+
array_unshift($dirs, 'vendor/psr');
142142
}
143143

144144
run(__DIR__, $dirs, 'ui.php', $ignore);

0 commit comments

Comments
 (0)