Skip to content

chore: update composer dependencies, fix php-cs-fixer deprecation#78

Merged
turegjorup merged 2 commits into
developfrom
chore/update-deps-fix-deprecations
May 18, 2026
Merged

chore: update composer dependencies, fix php-cs-fixer deprecation#78
turegjorup merged 2 commits into
developfrom
chore/update-deps-fix-deprecations

Conversation

@turegjorup
Copy link
Copy Markdown
Contributor

Summary

  • `composer update` — minor/patch bumps; no security advisories; `composer.json` validates strict.
  • Replace the deprecated `PHP_CS_FIXER_IGNORE_ENV=1` env var on the coding-standards scripts with `$config->setUnsupportedPhpVersionAllowed(true)` in `.php-cs-fixer.dist.php` (supported replacement; the env var is removed in php-cs-fixer 4.0).

Files Changed

  • `composer.lock` — dependency updates
  • `composer.json` — drop `PHP_CS_FIXER_IGNORE_ENV=1` from `coding-standards-apply` / `coding-standards-check` scripts
  • `.php-cs-fixer.dist.php` — set `setUnsupportedPhpVersionAllowed(true)` on the Config

Test Plan

  • `docker compose exec phpfpm composer coding-standards-check` — 0 fixes needed; no more `PHP_CS_FIXER_IGNORE_ENV` deprecation banner.
  • `docker compose exec phpfpm composer tests` — 44/44 green.
  • `docker compose exec phpfpm vendor/bin/phpstan analyse src` — OK.
  • `docker compose exec phpfpm composer audit` — no advisories.
  • `docker compose exec phpfpm composer update-api-spec` — no diff (no API changes).

* composer update — minor/patch bumps across Symfony 8.0.9→8.0.11,
  EasyAdmin 5.0.7→5.0.8, php-cs-fixer 3.95.1→3.95.2, PHPUnit
  13.1.8→13.1.10, PHPStan, Doctrine and friends. No security
  advisories. composer.json validates strict.
* Replace the deprecated PHP_CS_FIXER_IGNORE_ENV=1 env var on the
  coding-standards scripts with $config->setUnsupportedPhpVersionAllowed(true)
  in .php-cs-fixer.dist.php (the supported replacement; the env var
  is removed in php-cs-fixer 4.0).
@turegjorup turegjorup self-assigned this May 18, 2026
@github-actions
Copy link
Copy Markdown

API Specification - Non-breaking changes

API Changelog 1.0.0 vs. 1.0.0

No changes detected

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@7ca65cf). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop      #78   +/-   ##
==========================================
  Coverage           ?   41.63%           
  Complexity         ?      866           
==========================================
  Files              ?      125           
  Lines              ?     2738           
  Branches           ?        0           
==========================================
  Hits               ?     1140           
  Misses             ?     1598           
  Partials           ?        0           
Flag Coverage Δ
unittests 41.63% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@turegjorup turegjorup merged commit 5dd974e into develop May 18, 2026
14 checks passed
@turegjorup turegjorup deleted the chore/update-deps-fix-deprecations branch May 18, 2026 22:54
@turegjorup turegjorup mentioned this pull request May 18, 2026
3 tasks
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