[PR #2225] [CLOSED] Laravel 7 #5960

Closed
opened 2026-02-05 10:21:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2225
Author: @dougblackjr
Created: 8/14/2020
Status: Closed

Base: masterHead: master


📝 Commits (8)

📊 Changes

11 files changed (+43 additions, -28 deletions)

View changed files

📝 .env.example (+1 -1)
📝 .env.example.complete (+1 -1)
📝 app/Config/mail.php (+1 -1)
📝 app/Config/services.php (+6 -0)
📝 app/Exceptions/Handler.php (+4 -3)
📝 composer.json (+20 -12)
📝 database/migrations/2018_08_04_115700_create_bookshelves_table.php (+6 -6)
📝 docker-compose.yml (+1 -1)
📝 phpunit.xml (+1 -1)
📝 tests/SharedTestHelpers.php (+1 -1)
📝 tests/TestResponse.php (+1 -1)

📄 Description

This will bump the versions and dependencies up to the most recent version of Laravel 7 (at the time of PR).


🔄 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/BookStackApp/BookStack/pull/2225 **Author:** [@dougblackjr](https://github.com/dougblackjr) **Created:** 8/14/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`e550634`](https://github.com/BookStackApp/BookStack/commit/e550634e064e284125b9cc61619c65ae23f16f2b) Shift bindings - [`2382607`](https://github.com/BookStackApp/BookStack/commit/23826077210ef313bfa16f3984258b05a899bf3d) Shift to Throwable - [`69c290b`](https://github.com/BookStackApp/BookStack/commit/69c290b1efab6bee257f14f1d3092769f029a190) Add laravel/ui dependency - [`12ee72d`](https://github.com/BookStackApp/BookStack/commit/12ee72db25f7746c1d987f1a29837e299465ef36) Shift config files - [`eeab647`](https://github.com/BookStackApp/BookStack/commit/eeab6474062c3d61a5b2734426b053cc0c196dca) Shift Laravel dependencies - [`3b533cb`](https://github.com/BookStackApp/BookStack/commit/3b533cb9d34fc46e55fade2ea30ced44110fa431) Shift test config and references - [`abf35a7`](https://github.com/BookStackApp/BookStack/commit/abf35a78350e8b815256702cc32a9b0838a054e8) Merge pull request #1 from dougblackjr/shift-31301 - [`89e542c`](https://github.com/BookStackApp/BookStack/commit/89e542c652e6499b4668e109ead678ea6d773a43) Adding Mailgun ### 📊 Changes **11 files changed** (+43 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -1) 📝 `.env.example.complete` (+1 -1) 📝 `app/Config/mail.php` (+1 -1) 📝 `app/Config/services.php` (+6 -0) 📝 `app/Exceptions/Handler.php` (+4 -3) 📝 `composer.json` (+20 -12) 📝 `database/migrations/2018_08_04_115700_create_bookshelves_table.php` (+6 -6) 📝 `docker-compose.yml` (+1 -1) 📝 `phpunit.xml` (+1 -1) 📝 `tests/SharedTestHelpers.php` (+1 -1) 📝 `tests/TestResponse.php` (+1 -1) </details> ### 📄 Description This will bump the versions and dependencies up to the most recent version of Laravel 7 (at the time of PR). --- <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-05 10:21:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5960