Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0
->^3.1.0
^2.4.0
->^2.4.1
^3.4.0
->^3.5.0
^6.3.0
->^6.3.4
^6.3.0
->^6.3.7
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dflydev/dflydev-fig-cookies (dflydev/fig-cookies)
v3.1.0
Compare Source
What's Changed
Deprecate cookie expiry facades
The methodsFigResponseCookies::expire()
andSetCookie::createExpired()
have been deprecated. In order to expire a cookie, create aSetCookie
instance with properties that match the existing cookie and callexpire
, passing the newSetCookie
instance toFigResponseCookies::set()
.by @franzliedke in https://github.com/dflydev/dflydev-fig-cookies/pull/45
Documentation Fix
Fix minor grammatical error in the README by @settermjd in https://github.com/dflydev/dflydev-fig-cookies/pull/49Allow psr/http-message ^2
Expands composer constraint forpsr/http-message
to^1 || ^2
by @gsteel in https://github.com/dflydev/dflydev-fig-cookies/pull/60
New Contributors
Full Changelog: dflydev/dflydev-fig-cookies@v3.0.0...v3.1.0
thephpleague/commonmark (league/commonmark)
v2.4.1
Compare Source
Fixed
ExternalLinkProcessor
not fully disabling therel
attribute when configured to do so (#992)Seldaek/monolog (monolog/monolog)
v3.5.0
Compare Source
indentStacktraces(' ')
(#1835)setMaxLevelNameLength(3)
(#1850)[]
and not{}
arrays once json serialized) containing inline linebreaks in LineFormatter (#1818)WithMonologChannel
attribute for integrators to use to configure autowiring (#1847)extra
data leaking between handlers that have handler-specific processors set (#1819)symfony/console (symfony/console)
v6.3.4
Compare Source
Changelog (symfony/console@v6.3.3...v6.3.4)
OutputFormatter
(@maxbeckers)v6.3.2
Compare Source
Changelog (symfony/console@v6.3.1...v6.3.2)
symfony/yaml (symfony/yaml)
v6.3.7
Compare Source
Changelog (symfony/yaml@v6.3.6...v6.3.7)
v6.3.3
Compare Source
Changelog (symfony/yaml@v6.3.2...v6.3.3)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Read more information about the use of Renovate Bot within Laminas.