8323: Update composer dependencies - #108
Open
turegjorup wants to merge 1 commit into
Open
turegjorup wants to merge 1 commit into
turegjorup wants to merge 1 commit into
Conversation
Symfony 8.1.6 to 8.1.7 across 25 components, phpunit/phpunit 13.3.4 and firebase/php-jwt 7.1.1 — 28 packages, all patch releases within the pinned 8.1.* Symfony version. config/reference.php is regenerated by the update.
API Specification - Non-breaking changesNo changelog changes |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #108 +/- ##
==========================================
Coverage 40.32% 40.32%
Complexity 1132 1132
==========================================
Files 150 150
Lines 3576 3576
==========================================
Hits 1442 1442
Misses 2134 2134
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to ticket
https://leantime.itkdev.dk/#/tickets/showTicket/8323
Description
Full
composer update. 28 packages, all patch releases — nothing added, nothing removed.extra.symfony.requirestays pinned at8.1.*.phpunit/phpunit13.3.3 → 13.3.4firebase/php-jwt7.1.0 → 7.1.1config/reference.phpis regenerated by the update:remote-eventis corrected toremote_event, and the webhooksecretkey gains its description.The exported API spec is unchanged, so
public/api-spec-v1.{yaml,json}are not touched.Verification
composer validate --strict,composer normalize --dry-runandcomposer audit(no advisories) all pass, as do PHP-CS-Fixer, PHPStan, the full PHPUnit suite, the fixture load and the asset build.Screenshot of the result
No user interface changes.
Checklist