Skip to content

ci: invoke require-checker via composer script#15

Merged
kojiromike merged 3 commits into
mainfrom
kojiromike/composer-require-checker-script
May 12, 2026
Merged

ci: invoke require-checker via composer script#15
kojiromike merged 3 commits into
mainfrom
kojiromike/composer-require-checker-script

Conversation

@kojiromike
Copy link
Copy Markdown
Contributor

Calls composer require-checker (defined in composer.json) instead of inlining the underlying binary command, so CI uses the same script developers run locally and the command details stay in one place.

Follow-up to the regression caught in openCoreEMR/oce-module-sinch-conversations#132 — the reusable-workflows migration replaced the original composer require-checker script call with the inlined composer-require-checker check ... invocation. Restoring the script call here.

Calls 'composer require-checker' (defined in composer.json) instead of
inlining the underlying binary command, so CI uses the same script
developers run locally and the command details stay in one place.
- phpcs, php-syntax-check: add composer.json (and composer.lock for
  phpcs) since the linters are invoked via composer scripts
- tests: drop paths filter; tests depend on too many runtime assets
  (templates, SQL, config) to enumerate safely

Caught by Copilot on oce-module-sinch-conversations#132.
@kojiromike kojiromike merged commit 4e7eaf7 into main May 12, 2026
12 checks passed
@kojiromike kojiromike deleted the kojiromike/composer-require-checker-script branch May 12, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant