We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f521c09 commit 78a32b6Copy full SHA for 78a32b6
1 file changed
.github/workflows/ci-legacy.yml
@@ -22,8 +22,9 @@ jobs:
22
23
- name: Install dependencies
24
run: |
25
- # Force phpseclib 2.x for older PHP versions
+ # Force phpseclib 2.x for older PHP versions (fetch from GitHub for Composer v1 EOL workaround)
26
if [[ "${{ matrix.php-version }}" < "7.2" ]]; then
27
+ composer config repositories.phpseclib vcs https://github.com/phpseclib/phpseclib.git
28
composer require phpseclib/phpseclib:^2.0 --no-update
29
fi
30
composer install --no-interaction --no-cache --prefer-dist
0 commit comments