[PR #1659] [MERGED] chore(deps): update dependencies #1834

Closed
opened 2026-02-26 03:32:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1659
Author: @rene-bos
Created: 2/17/2023
Status: Merged
Merged: 2/25/2023
Merged by: @phanan

Base: masterHead: update-dependencies


📝 Commits (2)

  • b4c2983 chore(deps): update dependencies
  • 288bcfc chore: fix new errors as found by PHPStan / Larastan upgrade

📊 Changes

5 files changed (+748 additions, -601 deletions)

View changed files

📝 app/Http/Kernel.php (+3 -3)
📝 app/Http/Middleware/EncryptCookies.php (+1 -1)
📝 app/Http/Middleware/TrimStrings.php (+1 -1)
📝 app/Http/Middleware/VerifyCsrfToken.php (+1 -1)
📝 composer.lock (+742 -595)

📄 Description

This fixes the E2E tests from Larastan. See this fails job.

The types needed to be added because after upgrading PHPStan / Larastan these errors where found.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1659 **Author:** [@rene-bos](https://github.com/rene-bos) **Created:** 2/17/2023 **Status:** ✅ Merged **Merged:** 2/25/2023 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `update-dependencies` --- ### 📝 Commits (2) - [`b4c2983`](https://github.com/koel/koel/commit/b4c2983fa1e139c4a33c17f63d6476458d785874) chore(deps): update dependencies - [`288bcfc`](https://github.com/koel/koel/commit/288bcfc3f090b7f107f46b3620a5a451a0854948) chore: fix new errors as found by PHPStan / Larastan upgrade ### 📊 Changes **5 files changed** (+748 additions, -601 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Kernel.php` (+3 -3) 📝 `app/Http/Middleware/EncryptCookies.php` (+1 -1) 📝 `app/Http/Middleware/TrimStrings.php` (+1 -1) 📝 `app/Http/Middleware/VerifyCsrfToken.php` (+1 -1) 📝 `composer.lock` (+742 -595) </details> ### 📄 Description This fixes the E2E tests from Larastan. See [this fails job](https://github.com/nunomaduro/larastan/actions/runs/4195712248/jobs/7275643537). The types needed to be added because after upgrading PHPStan / Larastan these errors where found. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1834
No description provided.