[PR #1205] [MERGED] Laravel 12.6.0 Shift #1245

Closed
opened 2026-02-04 19:29:47 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1205
Author: @lancepioch
Created: 4/2/2025
Status: Merged
Merged: 4/3/2025
Merged by: @rmartinoscar

Base: mainHead: shift-ci-v12.6.0


📝 Commits (6)

  • 6058b99 Bump Laravel version constraint
  • dcd1f3e composer update
  • db8e57c Force PHP 8.2 platform
  • 514a50f Fix SplFileInfo cast in CleanServiceBackupFilesCommand
  • 4d188a4 Bump larastan to dev commit
  • d6efc45 Unpin filament

📊 Changes

3 files changed (+320 additions, -308 deletions)

View changed files

📝 app/Console/Commands/Maintenance/CleanServiceBackupFilesCommand.php (+3 -1)
📝 composer.json (+8 -5)
📝 composer.lock (+309 -302)

📄 Description

This pull request includes updates for the recent minor version release of Laravel as well as bumps your package dependencies. You may review the full list of changes in the Laravel Release Notes, or highlighted changes and tips in the weekly Shifty Bits newsletter.

Before merging, you need to:

  • Checkout the shift-ci-v12.6.0 branch
  • Review all pull request comments for additional changes
  • Run composer update
  • Thoroughly test your application (no tests?, no CI?)

🔄 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/pelican-dev/panel/pull/1205 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 4/2/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `shift-ci-v12.6.0` --- ### 📝 Commits (6) - [`6058b99`](https://github.com/pelican-dev/panel/commit/6058b992f49c527d40810e4ffde08d39e0a3c530) Bump Laravel version constraint - [`dcd1f3e`](https://github.com/pelican-dev/panel/commit/dcd1f3ebb7d05a1e1b468057ca5f0e1b96148520) composer update - [`db8e57c`](https://github.com/pelican-dev/panel/commit/db8e57c65050170c8c77c68e25ccbaff9b0680f9) Force PHP `8.2` platform - [`514a50f`](https://github.com/pelican-dev/panel/commit/514a50fe95bb1f6269b892ba941edd93aab89c9c) Fix `SplFileInfo` cast in `CleanServiceBackupFilesCommand` - [`4d188a4`](https://github.com/pelican-dev/panel/commit/4d188a4a607144a142c94c4c4116550e03da6943) Bump larastan to dev commit - [`d6efc45`](https://github.com/pelican-dev/panel/commit/d6efc454c5de30300d490aab3454df3832c9687d) Unpin filament ### 📊 Changes **3 files changed** (+320 additions, -308 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Maintenance/CleanServiceBackupFilesCommand.php` (+3 -1) 📝 `composer.json` (+8 -5) 📝 `composer.lock` (+309 -302) </details> ### 📄 Description This pull request includes updates for the recent minor version release of Laravel as well as bumps your package dependencies. You may review the full list of changes in the [Laravel Release Notes](https://github.com/laravel/framework/releases/tag/v12.6.0), or highlighted changes and tips in the weekly [Shifty Bits newsletter](https://shiftybits.news). **Before merging**, you need to: - Checkout the `shift-ci-v12.6.0` branch - Review **all** pull request comments for additional changes - Run `composer update` - Thoroughly test your application ([no tests?](https://laravelshift.com/laravel-test-generator), [no CI?](https://laravelshift.com/ci-generator)) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:29:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1245