Update Composer runtime dependencies #272
Open
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.2
->3.1.1
3.0.0-beta.9
->3.0.0
2.2.6
->2.3.0
2.2.4
->2.3.1
2.1.0
->2.3.0
2.9.0
->2.9.1
3.0.0
->3.0.2
4.7.5
->4.7.6
6.4.0
->6.4.13
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
amphp/file (amphp/file)
v3.1.1
: 3.1.1Compare Source
What's Changed
Full Changelog: amphp/file@v3.1.0...v3.1.1
v3.1.0
: 3.1.0Compare Source
What's Changed
FileCache
class by @Nadyita in https://github.com/amphp/file/pull/83KeyedFileMutex
by @bwoebi in https://github.com/amphp/file/pull/62New Contributors
Full Changelog: amphp/file@v3.0.2...v3.1.0
amphp/mysql (amphp/mysql)
v3.0.0
: 3.0.0Compare Source
Stable release compatible with AMPHP v3 and fibers! 🎉
As with other libraries compatible with AMPHP v3, most cases of parameters or returns of
Promise<ResolutionType>
have been replaced withResolutionType
.Mysql
to avoid collisions with similar names from other libraries.MysqlTransaction
now extendsMysqlLink
instead ofMysqlExecutor
to support nested transactions.MysqlDataType
is now an enum of MySQL data type codes and methods to decode data based on type.MysqlResult::getColumnDefinitions()
which returns an array ofMysqlColumnDefinition
objects corresponding to the result set rows.MysqlStatement::bind()
now requires a string. Binding only makes sense with long strings anyway.MysqlConnection
is now an interface extendingSqlConnection
, withSocketMysqlConnection
being the implementation.MysqlConnector
since the interface was replaced by template types onSqlConnector
, i.e.SqlConnector<MysqlConfig, MysqlConnection>
amphp/parallel (amphp/parallel)
v2.3.0
: 2.3.0Compare Source
What's Changed
LimitedWorkerPool
extendingWorkerPool
in https://github.com/amphp/parallel/pull/205.DelegatingWorkerPool
implementingLimitedWorkerPool
, which will only allow a limited number of workers to be pulled from a delegateWorkerPool
instance.ContextWorkerPool
also now implementsLimitedWorkerPool
, as this pool implementation was already spawned a limited number of workers.Full Changelog: amphp/parallel@v2.2.9...v2.3.0
v2.2.9
: 2.2.9Compare Source
What's Changed
SocketIpcHub
.Full Changelog: amphp/parallel@v2.2.8...v2.2.9
v2.2.8
: 2.2.8Compare Source
What's Changed
Thank you @Nadyita for reporting and debugging this issue.
v2.2.7
: 2.2.7Compare Source
What's Changed
Context
as covariant.Full Changelog: amphp/parallel@v2.2.6...v2.2.7
amphp/socket (amphp/socket)
v2.3.1
: 2.3.1Compare Source
What's Changed
Full Changelog: amphp/socket@v2.3.0...v2.3.1
v2.3.0
: 2.3.0Compare Source
Socks5SocketConnector
to connect to hosts via SOCKS5 proxies. A similar implementation was previously present inamphp/http-tunnel
.amphp/sync (amphp/sync)
v2.3.0
: 2.3.0Compare Source
What's Changed
createChannelPair()
to specify a number of items which may be buffered in memory before back pressure is applied.New Contributors
Full Changelog: amphp/sync@v2.2.0...v2.3.0
v2.2.0
: 2.2.0Compare Source
What's Changed
Full Changelog: amphp/sync@v2.1.0...v2.2.0
azjezz/psl (azjezz/psl)
v2.9.1
: Lenalee - 2.9.1Compare Source
What's Changed
Full Changelog: azjezz/psl@2.9.0...2.9.1
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
ramsey/uuid (ramsey/uuid)
v4.7.6
Compare Source
Fixed
^0.12
.symfony/finder (symfony/finder)
v6.4.13
Compare Source
Changelog (symfony/finder@v6.4.12...v6.4.13)
v6.4.11
Compare Source
Changelog (symfony/finder@v6.4.10...v6.4.11)
v6.4.10
Compare Source
Changelog (symfony/finder@v6.4.9...v6.4.10)
v6.4.8
Compare Source
Changelog (symfony/finder@v6.4.7...v6.4.8)
v6.4.7
Compare Source
Changelog (symfony/finder@v6.4.6...v6.4.7)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.