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 beeca80 commit 602ecacCopy full SHA for 602ecac
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install dependencies
44
run: |
45
echo PHP_VERSION: ${{ env.PHP_VERSION }}
46
- composer require --no-update ezyang/htmlpurifier:<=4.17.0
+ composer require --no-update ezyang/htmlpurifier:\<=4.17.0
47
composer install
48
49
- name: Run tests
0 commit comments