Skip to content

Update all non-major dependencies#65

Open
renovate[bot] wants to merge 1 commit intostagingfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#65
renovate[bot] wants to merge 1 commit intostagingfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
beberlei/assert ^3.3.2^3.3.3 age adoption passing confidence require patch
guzzlehttp/guzzle (source) ^7.8.1^7.10.0 age adoption passing confidence require minor
monolog/monolog ^3.5.0^3.10.0 age adoption passing confidence require minor
phly/phly-event-dispatcher ^1.4.0^1.5.0 age adoption passing confidence require minor
php ~8.2.0~8.5.4 age adoption passing confidence require minor
phpseclib/phpseclib (source) ^3.0.37^3.0.49 age adoption passing confidence require patch
psr/http-factory ^1.0.2^1.1.0 age adoption passing confidence require minor
psr/log ^3.0^3.0.2 age adoption passing confidence require patch

Release Notes

beberlei/assert (beberlei/assert)

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: beberlei/assert@v3.3.2...v3.3.3

guzzle/guzzle (guzzlehttp/guzzle)

v7.10.0

Compare Source

Added
  • Support for PHP 8.5
Changed
  • Adjusted guzzlehttp/promises version constraint to ^2.3
  • Adjusted guzzlehttp/psr7 version constraint to ^2.8

v7.9.3

Compare Source

Changed
  • Remove explicit content-length header for GET requests
  • Improve compatibility with bad servers for boolean cookie values

v7.9.2

Compare Source

Fixed
  • Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0

v7.9.1

Compare Source

Fixed
  • Fix TLS 1.3 check for HTTP/2 requests

v7.9.0

Compare Source

Changed
  • Improve protocol version checks to provide feedback around unsupported protocols
  • Only select the cURL handler by default if 7.34.0 or higher is linked
  • Improved CurlMultiHandler to avoid busy wait if possible
  • Dropped support for EOL guzzlehttp/psr7 v1
  • Improved URI user info redaction in errors

v7.8.2

Compare Source

Added
  • Support for PHP 8.4
Seldaek/monolog (monolog/monolog)

v3.10.0

Compare Source

  • Added automatic directory cleanup in RotatingFileHandler (#​2000)
    • Added timezone-aware file rotation to RotatingFileHandler (#​1982)
    • Added support for mongodb/mongodb 2.0+ (#​1998)
    • Added NoDiscard attribute to TestHandler methods to ensure the result is used (#​2013)
    • Fixed JsonFormatter crashing if __toString throws while normalizing data (#​1968)
    • Fixed PHP 8.5 deprecation warnings (#​1997, #​2009)
    • Fixed DeduplicatingHandler collecting duplicate logs if the file cannot be locked (2e97231)
    • Fixed GelfMessageFormatter to use integers instead of bool for gelf 1.1 support (#​1973)
    • Fixed empty stack traces being output anyway (#​1979)
    • Fixed StreamHandler not reopening the file if the inode changed (#​1963)
    • Fixed TelegramBotHandler sending empty messages (#​1992)
    • Fixed file paths in stack traces containing backslashes on windows, always using / now to unify logs (#​1980)
    • Fixed RotatingFileHandler unlink errors not being suppressed correctly (#​1999)

v3.9.0

Compare Source

  • BC Warning: Fixed SendGridHandler to use the V3 API as V2 is now shut down, but this requires a new API key (#​1952)
    • Deprecated Monolog\Test\TestCase in favor of Monolog\Test\MonologTestCase (#​1953)
    • Added extension point for NativeMailerHandler::mail (#​1948)
    • Added setHandler method to BufferHandler to modify the nested handler at runtime (#​1946)
    • Fixed date format in ElasticsearchFormatter to use +00:00 vs +0000 tz identifiers (#​1942)
    • Fixed GelfMessageFormatter handling numeric context/extra keys (#​1932)

v3.8.1

Compare Source

  • Deprecated Monolog\DateTimeImmutable in favor of Monolog\JsonSerializableDateTimeImmutable (#​1928)
    • Fixed gelf keys not being valid when context/extra data keys have spaces in them (#​1927)
    • Fixed empty lines appearing in the stack traces when a custom formatter returned null (#​1925)

v3.8.0

Compare Source

  • Added $fileOpenMode param to StreamHandler to define a custom fopen mode to open the log file (#​1913)
    • Fixed PHP 8.4 deprecation notices (#​1903)
    • Added ability to extend/override IntrospectionProcessor (#​1899)
    • Added $timeout param to ProcessHandler to configure the stream_select() timeout to avoid blocking too long (default is 1.0 sec) (#​1916)
    • Fixed JsonFormatter batch handling to normalize records individually to make sure they look the same as if they were handled one by one (#​1906)
    • Fixed StreamHandler handling of write failures so that it now closes/reopens the stream and retries the write once before failing (#​1882)
    • Fixed StreamHandler error handler causing issues if a stream handler triggers an error (#​1866)
    • Fixed StreamHandler::reset not closing the stream, so that it would fail to write in some cases with long running processes (#​1862)
    • Fixed RotatingFileHandler issue where rotation does not happen in some long running processes (#​1905)
    • Fixed JsonFormatter handling of incomplete classes (#​1834)
    • Fixed RotatingFileHandler bug where rotation could sometimes not happen correctly (#​1905)

v3.7.0

Compare Source

  • Added NormalizerFormatter->setBasePath(...) (and JsonFormatter by extension) that allows removing the project's path from the stack trace output (47e301d)
    • Fixed JsonFormatter handling of incomplete classes (#​1834)
    • Fixed private error handlers causing problems with custom StreamHandler implementations (#​1866)

v3.6.0

Compare Source

  • Added LineFormatter->setBasePath(...) that allows removing the project's path from the stack trace output (#​1873)
    • Added $includeExtra option in PsrHandler to also use extra data to replace placeholder values in the message (#​1852)
    • Added ability to customize what is a duplicated message by extending the DeduplicationHandler (#​1879)
    • Added handling for using GelfMessageFormatter together with the AmqpHandler (#​1869)
    • Added ability to extend GoogleCloudLoggingFormatter (#​1859)
    • Fixed __toString failures in context data crashing the normalization process (#​1868)
    • Fixed PHP 8.4 deprecation warnings (#​1874)
phly/phly-event-dispatcher (phly/phly-event-dispatcher)

v1.5.0

Compare Source

Added
  • Adds support for PHP 8.4
containerbase/php-prebuild (php)

v8.5.4

Compare Source

Bug Fixes
  • deps: update dependency php to v8.5.4

v8.5.3

Compare Source

Bug Fixes
  • deps: update dependency php to v8.5.3

v8.5.2

Compare Source

Bug Fixes
  • deps: update dependency php to v8.5.2

v8.5.1

Compare Source

Bug Fixes
  • deps: update dependency php to v8.5.1

v8.5.0

Compare Source

Bug Fixes
  • deps: update dependency php to v8.5.0

v8.4.19

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.19

v8.4.18

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.18

v8.4.17

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.17

v8.4.16

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.16

v8.4.15

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.15

v8.4.14

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.14

v8.4.13

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.13

v8.4.12

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.12

v8.4.11

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.11

v8.4.10

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.10

v8.4.8

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.8

v8.4.7

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.7

v8.4.6

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.6

v8.4.5

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.5

v8.4.4

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.4

v8.4.3

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.3

v8.4.2

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.2

v8.4.1

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.1

v8.3.30

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.30

v8.3.29

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.29

v8.3.28

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.28

v8.3.27

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.27

v8.3.26

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.26

v8.3.25

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.25

v8.3.24

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.24

v8.3.23

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.23

v8.3.22

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.22

v8.3.21

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.21

v8.3.20

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.20

v8.3.19

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.19

v8.3.17

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.17

v8.3.16

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.16

v8.3.15

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.15

v8.3.14

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.14

v8.3.13

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.13

v8.3.12

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.12

v8.3.11

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.11

v8.3.10

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.10

v8.3.9

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.9

v8.3.8

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.8

v8.3.7

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.7

v8.3.6

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.6

v8.3.4

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.4

v8.3.3

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.3

v8.3.2

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.2

v8.3.1

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.1

v8.3.0

Compare Source

Bug Fixes
  • deps: update dependency php to v8.3.0

v8.2.30

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.30

v8.2.29

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.29

v8.2.28

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.28

v8.2.27

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.27

v8.2.26

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.26

v8.2.25

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.25

v8.2.24

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.24

v8.2.23

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.23

v8.2.22

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.22

v8.2.21

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.21

v8.2.20

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.20

v8.2.19

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.19

v8.2.18

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.18

v8.2.17

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.17

v8.2.16

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.16

v8.2.15

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.15

v8.2.14

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.14

v8.2.13

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.13

v8.2.12

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.12

v8.2.11

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.11

v8.2.10

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.10

v8.2.9

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.9

v8.2.8

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.8

v8.2.7

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.7

v8.2.6

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.6

v8.2.5

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.5

v8.2.4

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.4

v8.2.3

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.3

v8.2.2

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.2

v8.2.1

Compare Source

Bug Fixes
  • deps: update dependency php to v8.2.1
phpseclib/phpseclib (phpseclib/phpseclib)

v3.0.49

Compare Source

  • more PHP 8.5 deprecations (#​2113)
  • Keys/OpenSSH: add support for pub keys with multiple spaces / tabs (#​2116)

v3.0.48

Compare Source

  • readd SCP support (#​2108)
  • SSH2: adjust want_reply handling for GLOBAL_REQUEST and CHANNEL_REQUEST (#​2111)
  • ASN1: add more validation checks to asn1map (#​2104)
  • RSA/PSS: more elegant int conversion (#​2107)
  • more PHP 8.5 deprecations (#​2103, #​2113)

v3.0.47

Compare Source

  • fix PHP 8.5 deprecations
  • SFTP: check if realpath succeeded when changing SFTP directory (#​2098)
  • SFTP: add copy() method (only usable if copy-data ext is available) (#​2101)

v3.0.46

Compare Source

  • BigInteger/BCMath: strict_types fix (#​2089)

v3.0.45

Compare Source

  • BigInteger: modPow() calls with negative base gave incorrect result (#​2086)
  • BigInteger: barrett reduction returned '' vs '0' for bcmath engine (#​2087)

v3.0.44

Compare Source

  • SSH2: add send_eof() method (#​2062)
  • SSH2: server identification string handling enhancements (#​2082, #​2083)
  • SSH2: shore up terrapin counter measures
  • SSH2: fix for packets sent between KEXINIT packets (#​2084)
  • SFTP: convert filenames to strings (#​2065)
  • Hash: add cmac_aes algorithm (#​1967)
  • ASN1: support tags with values >= 30 (#​2066)
  • PublicKeyLoader: improve handling of bad keys (#​2077, #​2079)
  • RSA: fix for keys with negative modulos (#​2085)
  • BigInteger: adjust priority with which BCMath is used for PHP 8.4+

v3.0.43

Compare Source

  • fix PHP 8.4 deprecations
  • BigInteger: workaround for regression in GMP that PHP introduced
  • BigInteger: speed up Barrett reductions
  • X509: make the attributes section of new CSRs be blank (#​1522)
  • X509: add getRequestedCertificateExtensions()
  • X509: algorithmidentifier parameters could get incorrectly set (#​2051)
  • SSH2: ignore <kex-strict-s-v00@​openssh.com> in key re-exchanges (#​2050)
  • SSH2: make it so phpseclib initiates key re-exchange after 1GB (#​2050)
  • SSH2: if string is passed to setPreferredAlgorithms treat as array
  • SSH2: update setPreferredAlgorithms() to accept csv's

v3.0.42

Compare Source

  • X509: CRL version number wasn't correctly being saved (#​2037)
  • Hash: significantly speed up umac algorithms
  • SSH2: fix possible infinite loop on packet timeout (#​2031)
  • SSH2: logging enhancements
  • SSH2: identification strings > 255 bytes didnt get parsed correctly
  • SSH2: if string is passed to setPreferredAlgorithms() treat it as array
  • SSH2: update error message for people not connecting to SSH servers
  • SFTP: add getSupportedExtensions(), statvfs() and posix_rename() methods (#​2024)

v3.0.41

Compare Source

  • SFTP: fix deprecation warning (#​2027)

v3.0.40

Compare Source

  • SSH2: fix for setTimeout(0) (#​2023)
  • SSH2: fix possible infinite loop on packet timeout
  • SSH2/Agent: make it so identities include key comments (#​2022)
  • SSH2/Agent: add findIdentityByPublicKey() (#​2022)
  • EC: fix for IEEE signatures (#​2019)
  • BigInteger/BCMath: bitwise_or() was doing XOR (#​2025)

v3.0.39

Compare Source

  • SSH2: fix when keep alive packets are sent (#​2009)
  • SSH2: fix for undefined variable when logging is enabled (#​2010 / #​2011)

v3.0.38

Compare Source

  • BigInteger: EvalBarrett / Barrett could sometimes slow to a crawl (#​1994)
  • SSH2: fix bug that prevented RC4 and ChaCha20 from ever being used
  • SSH2: SSH_MSG_EXT_INFO didn't work during key re-exchange (#​2001, #​2002)
  • SSH2: improvements to timeout handling (#​2006)
  • System/SSH/Agent: reset supported_private_key_algorithms for every key (#​1995)
  • Composer: use paragonie/constant_time_encoding (#​1998)
  • Crypt/EC/Formats/PKCS8: fix Ed448 keys (#​2003)
php-fig/http-factory (psr/http-factory)

v1.1.0

Compare Source

php-fig/log (psr/log)

v3.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: php-fig/log@3.0.1...3.0.2

v3.0.1

Compare Source

What's Changed

Full Changelog: php-fig/log@3.0.0...3.0.1


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.


  • If you want to rebase/retry this PR, check this box

Read more information about the use of Renovate Bot within Laminas.

@renovate renovate bot added the renovate label Apr 13, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Apr 13, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 14e9a77 to da02302 Compare May 10, 2024 08:32
@renovate renovate bot changed the title Update dependency monolog/monolog to ^3.6.0 Update all non-major dependencies May 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6955c68 to a684f83 Compare June 17, 2024 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b3f8126 to 93c83d9 Compare June 28, 2024 09:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 59f7656 to ab75e44 Compare July 24, 2024 16:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cb2df58 to 148fbc8 Compare August 12, 2024 00:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3b9a4c0 to d0771f0 Compare August 16, 2024 12:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0771f0 to c6583e8 Compare August 21, 2024 14:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c6583e8 to d0d723c Compare August 31, 2024 02:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 046cc4f to 365f0ff Compare September 16, 2024 06:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 365f0ff to e4b0fc6 Compare September 27, 2024 04:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 18a7881 to b4eb294 Compare October 30, 2024 13:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b4eb294 to ea281ef Compare November 12, 2024 15:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ea281ef to f25af34 Compare November 21, 2024 19:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a757258 to 4c0e98f Compare December 21, 2024 03:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c0e98f to bd40235 Compare January 20, 2025 07:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd40235 to aa943ff Compare February 14, 2025 07:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa943ff to faf62a2 Compare March 14, 2025 07:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cc04484 to b41b7c7 Compare March 27, 2025 20:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b41b7c7 to a147afd Compare April 12, 2025 03:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a147afd to 66f80b4 Compare May 9, 2025 02:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 66f80b4 to 0736ddd Compare June 7, 2025 02:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0736ddd to db6f5b4 Compare June 15, 2025 14:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from db6f5b4 to cd6986b Compare June 23, 2025 00:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e8b8ddb to 80457f5 Compare July 4, 2025 03:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 80457f5 to 4665e4c Compare August 7, 2025 11:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 46f4c23 to 015c804 Compare August 28, 2025 22:43
@renovate renovate bot changed the base branch from master to staging September 15, 2025 00:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 015c804 to 795e3c5 Compare September 26, 2025 01:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 795e3c5 to 3a80c38 Compare October 6, 2025 05:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1807b4d to 60c340f Compare October 14, 2025 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 60c340f to 7d0449c Compare October 24, 2025 22:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d0449c to e3a5df7 Compare November 21, 2025 00:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f02bef5 to 28fffaf Compare December 19, 2025 06:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 28fffaf to ba613ef Compare January 2, 2026 14:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ba613ef to faa7620 Compare January 17, 2026 05:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from faa7620 to f0fd7e7 Compare January 27, 2026 10:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f0fd7e7 to b590c49 Compare February 14, 2026 02:00
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| packagist   | beberlei/assert            | 3.3.2  | 3.3.3  |
| packagist   | guzzlehttp/guzzle          | 7.8.1  | 7.10.0 |
| packagist   | monolog/monolog            | 3.5.0  | 3.10.0 |
| packagist   | phly/phly-event-dispatcher | 1.4.0  | 1.5.0  |
| github-tags | containerbase/php-prebuild | 8.2.0  | 8.5.4  |
| packagist   | phpseclib/phpseclib        | 3.0.37 | 3.0.49 |
| packagist   | psr/http-factory           | 1.0.2  | 1.1.0  |
| packagist   | psr/log                    | 3.0.0  | 3.0.2  |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants