Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mikey179/vfsstream requirement from 1.1.* to 1.6.* #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 8, 2021

Updates the requirements on mikey179/vfsstream to permit the latest version.

Release notes

Sourced from mikey179/vfsstream's releases.

vfsStream 1.6.8

  • Fix StringBasedFileContent::doRead to always return a string (#204)
Changelog

Sourced from mikey179/vfsstream's changelog.

1.6.8 (2019-10-30)

  • Fix StringBasedFileContent::doRead to always return a string (#204)

1.6.7 (2019-07-31)

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

1.6.6 (2019-04-08)

1.6.5 (2017-08-01)

  • fixed #157 seeking before beginning of file should fail, reported and fixed by @​merijnvdk
  • structure array in vfsStream::create() and vfsStream::setup() now can contain instances of org\bovigo\vfs\content\FileContent and org\bovigo\vfs\vfsStreamFile, patch provided by Joshua Smith (@​jsmitty12)

1.6.4 (2016-07-18)

  • fixed #134 type safe directory names, reported and fixed by Sebastian Hopfe

1.6.3 (2016-04-09)

  • fixed #131 recursive mkdir() fails if the last dirname is '0'

1.6.2 (2016-01-13)

  • fixed #128 duplicate "valid" files/directories and incorrect file names

1.6.1 (2015-12-04)

  • vfsStream::url() didn't urlencode single path parts while vfsStream::path() did urldecode them
  • fixed #120, #122: create directory with trailing slash results in "Uninitialized string offset: 0"

1.6.0 (2015-10-06)

... (truncated)

Commits
  • 231c737 Add changelog for a 1.6.8 release
  • 66f4af1 Merge pull request #204 from alexpott/php74-read
  • 80d1bca Add a fail only on PHP7.4 test case
  • 5867cf2 Fix StringBasedFileContent::doRead to always return a string
  • 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
  • Additional commits viewable in compare view

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)

Updates the requirements on [mikey179/vfsstream](https://github.com/bovigo/vfsStream) to permit the latest version.
- [Release notes](https://github.com/bovigo/vfsStream/releases)
- [Changelog](https://github.com/bovigo/vfsStream/blob/master/CHANGELOG.md)
- [Commits](bovigo/vfsStream@v1.1.0...v1.6.8)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants