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:47 +00:00
parent f57a3b21ba
commit a4626e8f41

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