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 c92c28a commit 2253a4fCopy full SHA for 2253a4f
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
run: >
51
curl -sSL -o brotli.zip https://github.com/kjdev/php-ext-brotli/releases/download/0.15.2%2Bpie/php_brotli-0.15.2+pie-8.4-nts-vs17-x86_64.zip &&
52
unzip brotli.zip &&
53
- cp *.dll C:/tools/php/ext &&
+ cp *.dll C:/tools/php/ext/php_brotli.dll &&
54
echo "extension=brotli" >> C:/tools/php/php.ini
55
56
- name: Validate composer.json and composer.lock
0 commit comments