[PR #1070] [MERGED] Bump laravel/framework from 5.8.34 to 5.8.35 #1564

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1070
Author: @dependabot-preview[bot]
Created: 9/4/2019
Status: Merged
Merged: 9/4/2019
Merged by: @phanan

Base: masterHead: dependabot/composer/laravel/framework-5.8.35


📝 Commits (1)

  • a0322e2 Bump laravel/framework from 5.8.34 to 5.8.35

📊 Changes

1 file changed (+21 additions, -20 deletions)

View changed files

📝 composer.lock (+21 -20)

📄 Description

Bumps laravel/framework from 5.8.34 to 5.8.35.

Release notes

Sourced from laravel/framework's releases.

v5.8.35

v5.8.35 (2019-09-03)

Added

  • Added support of NOT RLIKE SQL operator (#29788)
  • Added hebrew letters to Str:slug language array (#29838, ba772d6)
  • Added support of php7.4 (#29842)

Fixed

  • Fixed self-referencing MorphOneOrMany existence queries (#29765)
  • Fixed QueueFake::size() method (#29761, ddaf6e6)

Changed

  • Added note that the GD extension is required for generating images (#29770, #29831)
  • Changed monolog/monolog version to ^1.12 (#29837)
Changelog

Sourced from laravel/framework's changelog.

v5.8.35 (2019-09-03)

Added

  • Added support of NOT RLIKE SQL operator (#29788)
  • Added hebrew letters to Str:slug language array (#29838, ba772d6)
  • Added support of php7.4 (#29842)

Fixed

  • Fixed self-referencing MorphOneOrMany existence queries (#29765)
  • Fixed QueueFake::size() method (#29761, ddaf6e6)

Changed

  • Added note that the GD extension is required for generating images (#29770, #29831)
  • Changed monolog/monolog version to ^1.12 (#29837)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/1070 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/4/2019 **Status:** ✅ Merged **Merged:** 9/4/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.8.35` --- ### 📝 Commits (1) - [`a0322e2`](https://github.com/koel/koel/commit/a0322e2da4724dd4bbca255c10a96a2ae5404ce2) Bump laravel/framework from 5.8.34 to 5.8.35 ### 📊 Changes **1 file changed** (+21 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+21 -20) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.8.34 to 5.8.35. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.35 > ## [v5.8.35 (2019-09-03)](https://github.com/laravel/framework/compare/v5.8.34...v5.8.35) > > ### Added > - Added support of `NOT RLIKE` SQL operator ([#29788](https://github-redirect.dependabot.com/laravel/framework/pull/29788)) > - Added hebrew letters to `Str:slug` language array ([#29838](https://github-redirect.dependabot.com/laravel/framework/pull/29838), [ba772d6](https://github.com/laravel/framework/commit/ba772d643b88a4646c1161f5325e52de81d7a709)) > - Added support of `php7.4` ([#29842](https://github-redirect.dependabot.com/laravel/framework/pull/29842)) > > ### Fixed > - Fixed self-referencing `MorphOneOrMany` existence queries ([#29765](https://github-redirect.dependabot.com/laravel/framework/pull/29765)) > - Fixed `QueueFake::size()` method ([#29761](https://github-redirect.dependabot.com/laravel/framework/pull/29761), [ddaf6e6](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1)) > > ### Changed > - Added note that the GD extension is required for generating images ([#29770](https://github-redirect.dependabot.com/laravel/framework/pull/29770), [#29831](https://github-redirect.dependabot.com/laravel/framework/pull/29831)) > - Changed `monolog/monolog` version to `^1.12` ([#29837](https://github-redirect.dependabot.com/laravel/framework/pull/29837)) </details> <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/6.x/CHANGELOG-5.8.md).* > ## [v5.8.35 (2019-09-03)](https://github.com/laravel/framework/compare/v5.8.34...v5.8.35) > > ### Added > - Added support of `NOT RLIKE` SQL operator ([#29788](https://github-redirect.dependabot.com/laravel/framework/pull/29788)) > - Added hebrew letters to `Str:slug` language array ([#29838](https://github-redirect.dependabot.com/laravel/framework/pull/29838), [ba772d6](https://github.com/laravel/framework/commit/ba772d643b88a4646c1161f5325e52de81d7a709)) > - Added support of `php7.4` ([#29842](https://github-redirect.dependabot.com/laravel/framework/pull/29842)) > > ### Fixed > - Fixed self-referencing `MorphOneOrMany` existence queries ([#29765](https://github-redirect.dependabot.com/laravel/framework/pull/29765)) > - Fixed `QueueFake::size()` method ([#29761](https://github-redirect.dependabot.com/laravel/framework/pull/29761), [ddaf6e6](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1)) > > ### Changed > - Added note that the GD extension is required for generating images ([#29770](https://github-redirect.dependabot.com/laravel/framework/pull/29770), [#29831](https://github-redirect.dependabot.com/laravel/framework/pull/29831)) > - Changed `monolog/monolog` version to `^1.12` ([#29837](https://github-redirect.dependabot.com/laravel/framework/pull/29837)) </details> <details> <summary>Commits</summary> - [`5a9e4d2`](https://github.com/laravel/framework/commit/5a9e4d241a8b815e16c9d2151e908992c38db197) version - [`dbb3b8c`](https://github.com/laravel/framework/commit/dbb3b8c7f503f872d63b0fd8aecfcc60b1a19ca8) Backport PHP 7.4 Support ([#29842](https://github-redirect.dependabot.com/laravel/framework/issues/29842)) - [`7b39e08`](https://github.com/laravel/framework/commit/7b39e0825ce3c837e1cae6be6e821ce22cad3efd) Apply fixes from StyleCI ([#29840](https://github-redirect.dependabot.com/laravel/framework/issues/29840)) - [`ba772d6`](https://github.com/laravel/framework/commit/ba772d643b88a4646c1161f5325e52de81d7a709) Update Str.php - [`c76e4b6`](https://github.com/laravel/framework/commit/c76e4b66e59ae0bc1a6daf25b901d6cc04d88f7c) [5.8] update ext-gd suggest message ([#29831](https://github-redirect.dependabot.com/laravel/framework/issues/29831)) - [`e18b12c`](https://github.com/laravel/framework/commit/e18b12c7c66864a3d070c18e27b3f9f479c5ae15) Fixed monolog/monolog version ([#29837](https://github-redirect.dependabot.com/laravel/framework/issues/29837)) - [`5147367`](https://github.com/laravel/framework/commit/51473675904703c7bfdb5c64fcc2d930fd99fadb) [5.8] Add hebrew letters to Str:slug language array ([#29838](https://github-redirect.dependabot.com/laravel/framework/issues/29838)) - [`0d38dcb`](https://github.com/laravel/framework/commit/0d38dcb92dbd4507c6d06595b3436eb4889c8445) [5.8] update changelog - [`ddaf6e6`](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1) formatting - [`15cbb5a`](https://github.com/laravel/framework/commit/15cbb5a9d06a62d8baa7c33514a6729dd7488956) Merge branch '5.8' of https://github.com/hlorofos/framework into hlorofos-5.8 - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.34...v5.8.35) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=5.8.34&new-version=5.8.35)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.8.34&new-version=5.8.35) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:29 +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#1564
No description provided.