ainsofs / where-abouts

Proof of concept app to track peoples whereabouts
0 stars 1 forks source link

Update vlucas/phpdotenv from v5.4.1 to v5.5.0 #42

Open violinist-bot opened 1 year ago

violinist-bot commented 1 year ago

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes - [Release notes for tag v5.5.0](https://github.com/vlucas/phpdotenv/releases/tag/v5.5.0) - [Release notes for tag v4.3.0](https://github.com/vlucas/phpdotenv/releases/tag/v4.3.0)

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files .github/workflows/static.yml .github/workflows/tests.yml Makefile UPGRADING.md composer.json phpstan.src.neon.dist psalm-baseline.xml src/Parser/EntryParser.php src/Parser/Lines.php src/Parser/Parser.php src/Repository/Adapter/ApacheAdapter.php src/Repository/Adapter/ArrayAdapter.php src/Repository/Adapter/EnvConstAdapter.php src/Repository/Adapter/GuardedWriter.php src/Repository/Adapter/ImmutableWriter.php src/Repository/Adapter/MultiReader.php src/Repository/Adapter/MultiWriter.php src/Repository/Adapter/PutenvAdapter.php src/Repository/Adapter/ReaderInterface.php src/Repository/Adapter/ReplacingWriter.php src/Repository/Adapter/ServerConstAdapter.php src/Repository/Adapter/WriterInterface.php src/Repository/AdapterRepository.php src/Repository/RepositoryBuilder.php src/Repository/RepositoryInterface.php src/Util/Regex.php tests/Dotenv/DotenvTest.php tests/Dotenv/Parser/EntryParserTest.php tests/Dotenv/Parser/LinesTest.php tests/Dotenv/Repository/Adapter/EnvConstAdapterTest.php tests/Dotenv/Repository/Adapter/ServerConstAdapterTest.php tests/Dotenv/Repository/RepositoryTest.php tests/fixtures/env/multiline.env tests/fixtures/env/unicodevarnames.env vendor-bin/phpstan/composer.json vendor-bin/psalm/composer.json

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:


This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.