Skip to content

Fix composer dependency issues#579

Merged
fain182 merged 3 commits intomainfrom
claude/test-composer-analyzer-BDpRw
Feb 27, 2026
Merged

Fix composer dependency issues#579
fain182 merged 3 commits intomainfrom
claude/test-composer-analyzer-BDpRw

Conversation

@fain182
Copy link
Collaborator

@fain182 fain182 commented Feb 27, 2026

Using shipmonk/composer-dependency-analyser we identified and fixed two dependency issues:

  • Remove unused symfony/event-dispatcher from require: no usage was found anywhere in the source code
  • Add symfony/process to require-dev: it was used in E2E tests (RunArkitectBinTest) but not declared as a dependency (shadow dependency)

Added to investigate dependency issues in the project. The analyser
found: shadow dependency on symfony/process, potentially unused
symfony/event-dispatcher, and a known phpunit usage in production code.

https://claude.ai/code/session_012FSwcnH3TTTEbhmNdj1L38
- Remove unused symfony/event-dispatcher from require
- Add symfony/process to require-dev (was a shadow dependency used in E2E tests)

https://claude.ai/code/session_012FSwcnH3TTTEbhmNdj1L38
@fain182 fain182 merged commit 5821cdc into main Feb 27, 2026
35 checks passed
@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.90%. Comparing base (a70d40e) to head (87173ab).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #579   +/-   ##
=========================================
  Coverage     97.90%   97.90%           
  Complexity      664      664           
=========================================
  Files            84       84           
  Lines          1912     1912           
=========================================
  Hits           1872     1872           
  Misses           40       40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants