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:
graham-campbell/result-type: v1.1.1 (updated from v1.1.0)
phpoption/phpoption: 1.9.1 (updated from 1.9.0)
vlucas/phpdotenv: v5.5.0 (updated from v5.4.1)
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:
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.
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.jsonChangelog
Here is a list of changes between the version you use, and the version this pull request updates to:
[5.5] Add support for unicode variable names (#546)
Merge branch '4.3'
[4.3] Fix issue where line ending in
="is incorrectly marked as a multi-line start (#545)
Merge branch '4.3'
[4.3] Dropped invalid tests (#544)
Merge branch '4.3'
[4.3] Support PHP 8.2 (#542)
Bumped branch alias
[5.5] Typofixes (#539)
Merge branch '4.3'
[4.3] Made repository checks a little stricter (#541)
[4.3] Fixed static analysis runs (#543)
Reduce confusion (#506)
Merge branch '4.2'
Set allow-plugins for Composer 2.2 (#505)
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.