ci: add composer config for path repositories (v5)
Some checks are pending
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run

This commit is contained in:
Claude 2026-02-23 05:45:48 +00:00
parent b1541df187
commit 8aa1f80db7

View file

@ -36,6 +36,10 @@ jobs:
../php-framework
ls -la ../php-framework/composer.json
- name: Configure path repositories
run: |
composer config repositories.core path ../php-framework --no-interaction
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress