[PR #1199] [CLOSED] Laravel 12.5.0 Shift #1242

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1199
Author: @lancepioch
Created: 4/1/2025
Status: Closed

Base: mainHead: shift-ci-v12.5.0


📝 Commits (7)

  • 5b79ee8 Bump Laravel version constraint
  • f33f0f3 Bump community package dependencies
  • a32b476 composer update
  • dfffdf0 Force PHP 8.2 platform
  • 36cf688 Fix SplFileInfo cast in CleanServiceBackupFilesCommand
  • 832de56 Bump larastan to dev commit
  • 7f375b9 Unpin filament

📊 Changes

3 files changed (+318 additions, -306 deletions)

View changed files

📝 app/Console/Commands/Maintenance/CleanServiceBackupFilesCommand.php (+3 -1)
📝 composer.json (+11 -8)
📝 composer.lock (+304 -297)

📄 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.5.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/1199 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 4/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `shift-ci-v12.5.0` --- ### 📝 Commits (7) - [`5b79ee8`](https://github.com/pelican-dev/panel/commit/5b79ee847665997d5b4a5d210c467c18615fa49e) Bump Laravel version constraint - [`f33f0f3`](https://github.com/pelican-dev/panel/commit/f33f0f3cb01924257d7137b2112c6ac81f312811) Bump community package dependencies - [`a32b476`](https://github.com/pelican-dev/panel/commit/a32b476bd31068f7522ea165c9646c1dc6a6c247) composer update - [`dfffdf0`](https://github.com/pelican-dev/panel/commit/dfffdf0ce5cca942bbc2e05adcfd4bae6f32c833) Force PHP `8.2` platform - [`36cf688`](https://github.com/pelican-dev/panel/commit/36cf688ea0b03f5924b0e0a0fa9f3aa5f6c7a184) Fix `SplFileInfo` cast in `CleanServiceBackupFilesCommand` - [`832de56`](https://github.com/pelican-dev/panel/commit/832de56268ee36e8a42057618e6f084b53f0759b) Bump larastan to dev commit - [`7f375b9`](https://github.com/pelican-dev/panel/commit/7f375b9b2ae712823c695c0627feef5a56fbacc3) Unpin filament ### 📊 Changes **3 files changed** (+318 additions, -306 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Maintenance/CleanServiceBackupFilesCommand.php` (+3 -1) 📝 `composer.json` (+11 -8) 📝 `composer.lock` (+304 -297) </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.5.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.5.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:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1242