[PR #1035] [MERGED] Bump mikey179/vfsstream from 1.6.6 to 1.6.7 #1538

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

📋 Pull Request Information

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

Base: masterHead: dependabot/composer/mikey179/vfsstream-1.6.7


📝 Commits (1)

  • 5f5b377 Bump mikey179/vfsstream from 1.6.6 to 1.6.7

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 composer.lock (+6 -6)

📄 Description

Bumps mikey179/vfsstream from 1.6.6 to 1.6.7.

Release notes

Sourced from mikey179/vfsstream's releases.

vfsStream 1.6.7

  • fix PHP 7.4 deprecation warnings (backported #189 from master)
Changelog

Sourced from mikey179/vfsstream's changelog.

1.6.7 (2019-07-31)

  • fix PHP 7.4 deprecation warnings (backported #189 from master)
Commits
  • 2b544ac Merge pull request #197 from allejo/changelog-167
  • 8376576 Update CHANGELOG for 1.6.7 release
  • b4dd949 Merge pull request #196 from allejo/v1.x-php-53-74-testing
  • bc0019b Update to CI configuration files
  • 99cf5ad Add some notes about our hackish bootstrap
  • acfcfd5 Silence reflection deprecation warnings
  • 54ad2ef Add a BC hack for cross-PHPUnit support
  • d13ecf9 Fix changed is_executable behavior in 7.3
  • 7d5b0e7 String offset access syntax with curly braces (PHP 7.4 compat)
  • 9b71042 Update PHP testing on Travis
  • See full diff in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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/1035 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/1/2019 **Status:** ✅ Merged **Merged:** 8/1/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/mikey179/vfsstream-1.6.7` --- ### 📝 Commits (1) - [`5f5b377`](https://github.com/koel/koel/commit/5f5b377102ea9be62879b8a50070258da70cd715) Bump mikey179/vfsstream from 1.6.6 to 1.6.7 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+6 -6) </details> ### 📄 Description Bumps [mikey179/vfsstream](https://github.com/bovigo/vfsStream) from 1.6.6 to 1.6.7. <details> <summary>Release notes</summary> *Sourced from [mikey179/vfsstream's releases](https://github.com/bovigo/vfsStream/releases).* > ## vfsStream 1.6.7 > * fix PHP 7.4 deprecation warnings (backported [#189](https://github-redirect.dependabot.com/bovigo/vfsStream/issues/189) from master) </details> <details> <summary>Changelog</summary> *Sourced from [mikey179/vfsstream's changelog](https://github.com/bovigo/vfsStream/blob/v1.6.7/CHANGELOG.md).* > 1.6.7 (2019-07-31) > ------------------ > > * fix PHP 7.4 deprecation warnings (backported [#189](https://github-redirect.dependabot.com/bovigo/vfsStream/issues/189) from master) </details> <details> <summary>Commits</summary> - [`2b544ac`](https://github.com/bovigo/vfsStream/commit/2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb) Merge pull request [#197](https://github-redirect.dependabot.com/bovigo/vfsStream/issues/197) from allejo/changelog-167 - [`8376576`](https://github.com/bovigo/vfsStream/commit/8376576afc2fb4a6625dfba878425b567c2f9aa6) Update CHANGELOG for 1.6.7 release - [`b4dd949`](https://github.com/bovigo/vfsStream/commit/b4dd94960a680d02dd78fb4c282feed6f9cde13c) Merge pull request [#196](https://github-redirect.dependabot.com/bovigo/vfsStream/issues/196) from allejo/v1.x-php-53-74-testing - [`bc0019b`](https://github.com/bovigo/vfsStream/commit/bc0019bb1f098238c66e9f8808e03b7bf20df23e) Update to CI configuration files - [`99cf5ad`](https://github.com/bovigo/vfsStream/commit/99cf5ad18d2e5202657c2fcd5ac34820ee7bfa4b) Add some notes about our hackish bootstrap - [`acfcfd5`](https://github.com/bovigo/vfsStream/commit/acfcfd5bbdde8fe875b35df01635e3cc9c4d0e44) Silence reflection deprecation warnings - [`54ad2ef`](https://github.com/bovigo/vfsStream/commit/54ad2ef12fc2addfa865e5cd8bf31ae39209fe21) Add a BC hack for cross-PHPUnit support - [`d13ecf9`](https://github.com/bovigo/vfsStream/commit/d13ecf92871f0b4b1cb9db3e9dedd86f60fa65b2) Fix changed is_executable behavior in 7.3 - [`7d5b0e7`](https://github.com/bovigo/vfsStream/commit/7d5b0e769379adb2d5793e16c0c59b36dcc8c185) String offset access syntax with curly braces (PHP 7.4 compat) - [`9b71042`](https://github.com/bovigo/vfsStream/commit/9b71042f51dc4a6b395db37025344c88e7212368) Update PHP testing on Travis - See full diff in [compare view](https://github.com/bovigo/vfsStream/compare/v1.6.6...v1.6.7) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mikey179/vfsstream&package-manager=composer&previous-version=1.6.6&new-version=1.6.7)](https://dependabot.com/compatibility-score.html?dependency-name=mikey179/vfsstream&package-manager=composer&previous-version=1.6.6&new-version=1.6.7) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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:23 +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#1538
No description provided.