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 a65bc95 commit e4028daCopy full SHA for e4028da
src/globals/test-extensions.php
@@ -45,7 +45,7 @@
45
46
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
47
$extensions = match (PHP_OS_FAMILY) {
48
- 'Linux', 'Darwin' => 'xsl,simplexml,xslwriter',
+ 'Linux', 'Darwin' => 'xsl,simplexml,xlswriter',
49
'Windows' => 'xlswriter,openssl',
50
};
51
0 commit comments