chore(deps): update PHP dependencies [full-ci] - #41676
Open
phil-davis wants to merge 3 commits into
Open
Conversation
Contributor
Author
|
There seems to be some problem with Firstly, apply owncloud/testing#225 to remove some noise from the log files. And I will run some failing scenarios locally to see what might be happening. |
This comment was marked as resolved.
This comment was marked as resolved.
phil-davis
marked this pull request as draft
July 13, 2026 07:25
phil-davis
force-pushed
the
sabre-update-20260711
branch
from
July 14, 2026 09:48
47c7a64 to
83a07fa
Compare
Contributor
Author
|
Rebased and added a commit to set the priority of That has fixed CI. And added a specific changelog for the real code change. |
phil-davis
force-pushed
the
sabre-update-20260711
branch
from
July 14, 2026 11:04
83a07fa to
11ccfc1
Compare
phil-davis
force-pushed
the
sabre-update-20260711
branch
from
August 24, 2026 03:28
11ccfc1 to
49dd4d2
Compare
Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 1 update, 0 removals - Upgrading sabre/event (5.1.8 => 5.1.9) Writing lock file
These two events had the same event priority. They happened to get in the right order because their event entries were sorted alphabetically, so "c" came before "h". Sabre\Event is no longer going to do this alphabetical sorting. It will trigger events in priority order, and then for events with the same priority, it will trigger the events in the order that they have been put into the listeners array. This will make the order of event execution more transparent. Signed-off-by: Phillip Davis <phil@jankaritech.com>
phil-davis
force-pushed
the
sabre-update-20260711
branch
from
August 24, 2026 03:29
49dd4d2 to
a61c4f7
Compare
phil-davis
marked this pull request as ready for review
August 24, 2026 03:32
Contributor
Author
|
Rebased, added other dependencies that are pending and adjusted changelog. |
…ervices Updating dependencies Lock file operations: 0 installs, 13 updates, 0 removals - Upgrading google/apiclient-services (v0.452.0 => v0.456.0) - Upgrading myclabs/deep-copy (1.13.4 => 1.14.0) - Upgrading phpunit/phpunit (9.6.35 => 9.6.36) - Upgrading roave/security-advisories (dev-latest 4d2ca57 => dev-latest 6c0be3a) - Upgrading sebastian/exporter (4.0.8 => 4.0.9) - Upgrading sebastian/recursion-context (4.0.6 => 4.0.7) - Upgrading symfony/console (v7.4.16 => v7.4.17) - Upgrading symfony/event-dispatcher (v7.4.15 => v7.4.17) - Upgrading symfony/mailer (v7.4.15 => v7.4.17) - Upgrading symfony/mime (v7.4.16 => v7.4.17) - Upgrading symfony/process (v7.4.13 => v7.4.17) - Upgrading symfony/routing (v7.4.15 => v7.4.17) - Upgrading symfony/translation (v7.4.16 => v7.4.17) Writing lock file Note: the other items are dev dependencies of phpunit. They do not need tgo be in the changelog. Signed-off-by: Phillip Davis <phil@jankaritech.com>
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.
then: