Skip to content

composer(deps): bump the minor-patch-dependencies group with 12 updates #479

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2023

Updates the requirements on monolog/monolog, aws/aws-sdk-php, infection/infection, laminas/laminas-eventmanager, laminas/laminas-servicemanager, mimmi20/coding-standard, phpstan/phpstan, phpstan/phpstan-phpunit, phpunit/phpunit, rector/rector, symfony/mailer and symfony/mime to permit the latest version.
Updates monolog/monolog to 3.5.0

Release notes

Sourced from monolog/monolog's releases.

3.5.0

  • Added ability to indent stack traces in LineFormatter via e.g. indentStacktraces(' ') (#1835)
  • Added ability to configure a max level name length in LineFormatter via e.g. setMaxLevelNameLength(3) (#1850)
  • Added support for indexed arrays (i.e. [] and not {} arrays once json serialized) containing inline linebreaks in LineFormatter (#1818)
  • Added WithMonologChannel attribute for integrators to use to configure autowiring (#1847)
  • Fixed log record extra data leaking between handlers that have handler-specific processors set (#1819)
  • Fixed LogglyHandler issue with record level filtering (#1841)
  • Fixed display_errors parsing in ErrorHandler which did not support string values (#1804)
  • Fixed bug where the previous error handler would not be restored in some cases where StreamHandler fails (#1815)
  • Fixed normalization error when normalizing incomplete classes (#1833)

Full Changelog: Seldaek/monolog@3.4.0...3.5.0

Changelog

Sourced from monolog/monolog's changelog.

3.5.0 (2023-10-27)

  • Added ability to indent stack traces in LineFormatter via e.g. indentStacktraces(' ') (#1835)
  • Added ability to configure a max level name length in LineFormatter via e.g. setMaxLevelNameLength(3) (#1850)
  • Added support for indexed arrays (i.e. [] and not {} arrays once json serialized) containing inline linebreaks in LineFormatter (#1818)
  • Added WithMonologChannel attribute for integrators to use to configure autowiring (#1847)
  • Fixed log record extra data leaking between handlers that have handler-specific processors set (#1819)
  • Fixed LogglyHandler issue with record level filtering (#1841)
  • Fixed display_errors parsing in ErrorHandler which did not support string values (#1804)
  • Fixed bug where the previous error handler would not be restored in some cases where StreamHandler fails (#1815)
  • Fixed normalization error when normalizing incomplete classes (#1833)

3.4.0 (2023-06-21)

  • Added LoadAverageProcessor to track one of the 1, 5 or 15min load averages (#1803)
  • Added support for priority to the AsMonologProcessor attribute (#1797)
  • Added TelegramBotHandler topic/message_thread_id support (#1802)
  • Fixed FingersCrossedHandler passthruLevel checking (#1801)
  • Fixed support of yearly and monthly rotation log file to rotate only once a month/year (#1805)
  • Fixed TestHandler method docs (#1794)
  • Fixed handling of falsey display_errors string values (#1804)

3.3.1 (2023-02-06)

  • Fixed Logger not being serializable anymore (#1792)

3.3.0 (2023-02-06)

  • Deprecated FlowdockHandler & Formatter as the flowdock service was shutdown (#1748)
  • Added ClosureContextProcessor to allow delaying the creation of context data by setting a Closure in context which is called when the log record is used (#1745)
  • Added an ElasticsearchHandler option to set the op_type to create instead of the default index (#1766)
  • Added support for enum context values in PsrLogMessageProcessor (#1773)
  • Added graylog2/gelf-php 2.x support (#1747)
  • Improved BrowserConsoleHandler logging to use more appropriate methods than just console.log in the browser (#1739)
  • Fixed GitProcessor not filtering correctly based on Level (#1749)
  • Fixed WhatFailureGroupHandler not catching errors happening inside close() (#1791)
  • Fixed datetime field in GoogleCloudLoggingFormatter (#1758)
  • Fixed infinite loop detection within Fibers (#1753)
  • Fixed AmqpHandler->setExtraAttributes not working with buffering handler wrappers (#1781)

3.2.0 (2022-07-24)

  • Deprecated CubeHandler and PHPConsoleHandler as both projects are abandoned and those should not be used anymore (#1734)
  • Marked Logger @final as it should not be extended, prefer composition or talk to us if you are missing something
  • Added RFC 5424 level (7 to 0) support to Logger::log and Logger::addRecord to increase interoperability (#1723)
  • Added SyslogFormatter to output syslog-like files which can be consumed by tools like lnav (#1689)
  • Added support for __toString for objects which are not json serializable in JsonFormatter (#1733)
  • Added GoogleCloudLoggingFormatter (#1719)
  • Added support for Predis 2.x (#1732)
  • Added AmqpHandler->setExtraAttributes to allow configuring attributes when using an AMQPExchange (#1724)

... (truncated)

Commits

Updates aws/aws-sdk-php to 3.283.14

Release notes

Sourced from aws/aws-sdk-php's releases.

Version 3.283.14

  • Aws\Pinpoint - Updated documentation to describe the case insensitivity for EndpointIds.
  • Aws\WAFV2 - Updates the descriptions for the calls that manage web ACL associations, to provide information for customer-managed IAM policies.
  • Aws\Neptune - Update TdeCredentialPassword type to SensitiveString
  • Aws\EMR - Updated CreateCluster API request and DescribeCluster API responses to include EbsRootVolumeIops, and EbsRootVolumeThroughput attributes that specify the user configured root volume IOPS and throughput for Amazon EBS root device volume. This feature will be available from Amazon EMR releases 6.15.0
  • Aws\Redshift - added support to create a dual stack cluster
Commits

Updates infection/infection to 0.27.6

Release notes

Sourced from infection/infection's releases.

Fix equivalent mutants

Added:

Fixed:

New Contributors

Full Changelog: infection/infection@0.27.5...0.27.6

Commits

Updates laminas/laminas-eventmanager to 3.12.0

Release notes

Sourced from laminas/laminas-eventmanager's releases.

3.12.0

Release Notes for 3.12.0

Feature release (minor)

3.12.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

Enhancement

renovate

Commits
  • 4a57692 Merge pull request #45 from gsteel/drop-php-8-upgrade-phpunit
  • f6ce882 Refresh locked dependencies
  • 2cb9e2f Upgrade to PHPUnit 10.4.1
  • 21d5601 Remove calls to deprecated PHPUnit method withConsecutive
  • 182aa3d next() should return void as per Iterator
  • 9a24470 Remove calls to ReflectionProperty::setAccessible now it is no longer neces...
  • 914cee1 Bump existing dev dependencies and drop support for PHP 8.0
  • 9cfa79c Merge pull request #44 from glo71317/php8.3_support
  • 9afe837 PHP 8.3 support added
  • 04f7e5c Lock file maintenance
  • Additional commits viewable in compare view

Updates laminas/laminas-servicemanager to 3.22.1

Release notes

Sourced from laminas/laminas-servicemanager's releases.

3.22.1

Release Notes for 3.22.1

3.22.x bugfix release (patch)

3.22.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

Commits
  • de98d29 Merge pull request #213 from rieschl/qa/service-manager-array-shape
  • 10ceb4a QA: Use a more specific array shape in services configuration of ServiceManager
  • b4f5470 Merge pull request #207 from glo71317/php8.3_support
  • eb09e53 qa: normalize psalm config to get rid of warnings when running psalm
  • 1aeb087 qa: remove phpunit deprecations
  • 44167f9 Merge pull request #210 from boesing/documentation/readme-linting
  • 5b1a78e qa: bump minimum of phpunit to actually have the new configuration schema i...
  • ba0e7fd docs: remove trailing whitespaces
  • 1eeba68 qa: remove unnecessary laminas/laminas-dependency-plugin
  • cf9d79c qa: ignore PHP 8.3 platform requirements
  • Additional commits viewable in compare view

Updates mimmi20/coding-standard to 5.1.20

Commits
  • d5fc9e7 Merge pull request #391 from mimmi20/dependabot/composer/master/friendsofphp/...
  • b9ce481 composer(deps): update friendsofphp/php-cs-fixer requirement
  • 547c5b8 Merge pull request #390 from mimmi20/dependabot/composer/master/minor-patch-d...
  • 61f011f composer(deps-dev): bump the minor-patch-dependencies group with 1 update
  • cefe1fe Merge pull request #389 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 2641f92 composer(deps): update friendsofphp/php-cs-fixer requirement
  • 1efe786 Merge pull request #388 from mimmi20/dependabot/composer/master/minor-patch-d...
  • e1307e3 composer(deps-dev): bump the minor-patch-dependencies group with 1 update
  • See full diff in compare view

Updates phpstan/phpstan to 1.10.39

Release notes

Sourced from phpstan/phpstan's releases.

1.10.39

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Commits
  • d9dedb0 PHPStan 1.10.39
  • d5c599c Updated PHPStan to commit d5c599c962cadc13acb206b932a8e3a74fc46025
  • 0228643 Updated PHPStan to commit 0228643a9062c6ceb2eadba4b3f64f8b1a35fea5
  • 3bb222c Updated PHPStan to commit 3bb222c1c88d3be36f6f1cf7bd34079ee1341e40
  • 485922f Updated PHPStan to commit 485922f5c2734af5af15230250340e6c1cc76451
  • 7491260 Updated PHPStan to commit 749126094d4ea84f770251dd41a277a46567b47e
  • 18a6723 Updated PHPStan to commit 18a6723fa4ffc9e77373f20fe263b028eeda2a3b
  • bd3f7f3 Updated PHPStan to commit bd3f7f3507cab23e4ed54371446254fce5165074
  • 7c4ef6b Updated PHPStan to commit 7c4ef6b2aa246a31128b035cd07e64ff202ecc2b
  • 4a95206 Updated PHPStan to commit 4a952068df57b09e8920de756ab2a6b8a0ffdf10
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit to 1.3.15

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

1.3.15

  • 70ecacc - AssertTypeSpecifyingExtensionHelper: rootExpr with unknown variable to avoid always-true false positives (#197)
Commits
  • 70ecacc AssertTypeSpecifyingExtensionHelper: rootExpr with unknown variable to avoid ...
  • See full diff in compare view

Updates phpunit/phpunit to 10.4.2

Changelog

Sourced from phpunit/phpunit's changelog.

10.4.2 - 2023-10-26

Fixed

  • #5048: Methods that return never cannot be doubled

10.4.1 - 2023-10-08

Fixed

  • #5534: Cache for generated Test Double code was not updated for Test Stub and Mock Object distinction

10.4.0 - 2023-10-06

Added

  • #5441: Baseline for E_(USER_)DEPRECATED, E_(USER_)NOTICE, E_STRICT, and E_(USER_)WARNING
  • #5462: Support for multiple arguments
  • #5471: assertFileMatchesFormat() and assertFileMatchesFormatFile()
  • #5515: PHPUnit\Runner\Extension\Facade::requireExportOfObjects() so that test runner extensions can indicate that they require the export of objects for events such as Test\AssertionSucceeded and Test\AssertionFailed
  • Test\PreparationFailed event
  • Attribute id attribute for testCaseMethod elements in the XML document generated by --list-tests-xml

Changed

  • #5505: Improve the failure description of StringContains-based assertions when the strings are encoded differently
  • #5515: The Test\AssertionSucceeded and Test\AssertionFailed events are always emitted again
  • #5515: --log-events-verbose-text enables the export of non-scalar values for the Test\AssertionSucceeded and Test\AssertionFailed events
  • #5524: Do not export data passed to test for PHPUnit\Event\Code\TestMethod value object by default
  • #5526: Do not limit number of columns to 80 on non-interactive TTY
  • Exceptions thrown by third-party event subscribers are now reported as test runner warnings
  • The name of the top-level test suite that is created when a directory or file path is passed as an argument to the test runner is now CLI Arguments
  • Simplified the failure description for assertInstanceOf() and assertNotInstanceOf()
  • Simplified the failure description for assertJson()
  • The --enforce-time-limit CLI option and the enforceTimeLimit XML configuration file attribute no longer affect the running of PHPT tests
  • The @codeCoverageIgnore, @codeCoverageIgnoreStart, and @codeCoverageIgnoreEnd annotations are no longer deprecated

Deprecated

  • #5472: TestCase::assertStringNotMatchesFormat() and TestCase::assertStringNotMatchesFormatFile() (these methods only have a @deprecated annotation for now; using these methods will trigger a deprecation warning in PHPUnit 11; these methods will be removed in PHPUnit 12)
  • #5481: dataSet attribute for testCaseMethod elements in the XML document generated by --list-tests-xml (the attribute will not be generated anymore starting with PHPUnit 11)
  • #5513: IgnoreClassForCodeCoverage, IgnoreMethodForCodeCoverage, and IgnoreFunctionForCodeCoverage attributes (these attributes will be removed in PHPUnit 11)
  • PHPUnit\TextUI\Configuration\Configuration::cliArgument() and PHPUnit\TextUI\Configuration\Configuration::hasCliArgument()
  • PHPUnit\Framework\Constraint\Constraint::exporter()
Commits

Updates rector/rector to 0.18.6

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.6

New Features and Changes 🥳

  • [CodeQuality] Add CompleteMissingIfElseBracketRector (#5121)
  • [CodeQuality] Add Else and ElseIf on CompleteMissingIfElseBracketRector (#5124)
  • [TypeDeclaration] Utilize ClassMethodReturnTypeOverrideGuard on AddReturnTypeDeclarationFromYieldsRector (#5156)
  • [DeadCode] Add RemoveUselessReturnExprInConstructRector (#5158)
  • Improve UnaryPlus and UnaryMinus support in isDynamicExpr (#5177), Thanks @​JulianCBC!

Bugfixes 🐛

  • [CodeQuality] Skip VB style if endif on CompleteMissingIfElseBracketRector (#5122)
  • [CodeQuality] Skip direct InlineHTML on CompleteMissingIfElseBracketRector (#5125)
  • [CodeQuality] Skip spaced elseif cond on CompleteMissingIfElseBracketRector (#5126)
  • [CodeQuality] Only check start from current Stmt token pos up until open parentheses on CompleteMissingIfElseBracketRector (#5127)
  • [CodeQuality] Handle all if,elseif,else no bracket on CompleteMissingIfElseBracketRector (#5129)
  • [CodeQuality] Skip VB style in complex HTML on CompleteMissingIfElseBracketRector (#5132)
  • Skip __construct() in BoolReturnTypeFromStrictScalarReturnsRector (#5133), Thanks @​staabm!
  • [CodeQuality] Handle missing bracket on If only on CompleteMissingIfElseBracketRector (#5134)
  • [CodeQuality] Handle on closure, anonymous function, method call on CompleteMissingIfElseBracketRector (#5135)
  • [CodeQuality] Use its start token pos on Else_ on CompleteMissingIfElseBracketRector as no cond (#5136)
  • [PhpParser] Reduce AstResolver complexity by move check fileName is null to parseFileNameToDecoratedNodes() (#5138)
  • [TypeDeclaration] Handle Union with array type on ReturnUnionTypeRector (#5144)
  • [TypeDeclaration] Handle union A extends B on ReturnUnionTypeRector (#5149)
  • [CodeQuality] Fix missing parentheses on CombineIfRector (#5151)
  • [TypeDeclaration] Utilize ClassMethodReturnTypeOverrideGuard on NumericReturnTypeFromStrictScalarReturnsRector (#5155)
  • [CodeQuality] Handle negative and positive int/float on InlineConstructorDefaultToPropertyRector (#5159)
  • [CodeQuality] Skip docblock usage on SimplifyBoolIdenticalTrueRector (#5161)
  • [CodeQuality] Skip magic property fetch on IssetOnPropertyObjectToPropertyExistsRector (#5163)
  • [PostRector] Reduce loop on ClassRenamingPostRector (#5174)
  • [PostRector] Fix ClassRenamingPostRector return when no auto import replacement (#5175)
  • [Renaming] Skip nullable object object|null on RenameMethodRector (#5181)
  • [Downgradephp81][DowngradePhp80] Handle No scope crash on DowngradeSetAccessibleReflectionPropertyRector + DowngradeMatchToSwitchRector (#5183)
  • [Naming] Skip DateTime from renaming, to keep convention of named dates (#5184)
  • Skip new self in RenameVariableToMatchNewTypeRector (#5185)
  • Skip DateTime in ExpectedNameResolver (#5186)
  • [Naming] Skip all kinds of generators (#5187)
  • [Renaming] Skip pointless names in RenameForeachValueVariableToMatchMethodCallReturnTypeRector (#5188)
  • [Php70] Fix Php4 contructor not replaced with __construct() on php 7.4 environment (#5189)
  • [Php74][Php81] Allow mixed key on ArraySpreadInsteadOfArrayMergeRector on php 8.1 version feature enabled (#5190)
  • [TypeDeclaration] Handle skipped by file path on DeclareStrictTypesRector due to use beforeTraverse() (#5191)
  • Fix phpstan notice $phpVersion on Rector\Config\RectorConfig::phpVersion() (#5193)
  • [PHPStanStaticTypeMapper] Remove BoolUnionTypeAnalyzer on UnionTypeMapper (#5141)
  • [DeadCode] Remove UnionType check on RecastingRemovalRector (#5142)
  • Remove src/constants.php for T_ENUM and T_NAME_RELATIVE (#5143)
  • [PHPStanStaticTypeMapper] Remove narrow string and int on UnionTypeMapper (#5145)
  • [PHPStanStaticTypeMapper] Remove matchArrayTypes() on UnionTypeMapper (#5146)
  • [DeadCode] Skip indirect variable definition on RemoveNonExistingVarAnnotationRector (#5152)

... (truncated)

Commits
  • 02041b2 Rector 0.18.6
  • 52923dc Updated Rector to commit 1c54292ed68e46f4ddfa2adb21f28130f308b99c
  • 293ab61 Updated Rector to commit b45a987d9264b884e0ec9c80f8597dbce52e1870
  • 888d97e Updated Rector to commit 7d7b04c555a0433a65adcf442e4353593efed0e3
  • 6561afe Updated Rector to commit f2c8967abf004558bf92c86840d57eb7f0221f9c
  • 5ba12a9 Updated Rector to commit f2c8967abf004558bf92c86840d57eb7f0221f9c
  • ff69243 Updated Rector to commit f2c8967abf004558bf92c86840d57eb7f0221f9c
  • 84884df Updated Rector to commit 3e505e5d39a709a67f2400dc647a48a697b0baf1
  • 5bc4754 Updated Rector to commit 01fb666f47d9323316bd5993f068ffa8f8d88540
  • 7c5eefb Updated Rector to commit 6d5ffbe7d62fba226b0b49c613092c0741b2ba34
  • Additional commits viewable in compare view

Updates symfony/mailer to 6.3.5

Release notes

Sourced from symfony/mailer's releases.

v6.3.5

Changelog (symfony/mailer@v6.3.4...v6.3.5)

Changelog

Sourced from symfony/mailer's changelog.

CHANGELOG

6.3

  • Add MessageEvent::reject() to allow rejecting an email before sending it
  • Change the default port for the mailgun+smtp transport from 465 to 587
  • Add $authenticators parameter in EsmtpTransport constructor and EsmtpTransport::setAuthenticators() to allow overriding of default eSMTP authenticators

6.2.7

  • [BC BREAK] The following data providers for TransportFactoryTestCase are now static: supportsProvider(), createProvider(), unsupportedSchemeProvider()and incompleteDsnProvider()

6.2

  • Add a mailer:test command
  • Add SentMessageEvent and FailedMessageEvent events

6.1

  • Make start() and stop() methods public on SmtpTransport
  • Improve extensibility of EsmtpTransport

6.0

  • The HttpTransportException class takes a string at first argument

5.4

  • Enable the mailer to operate on any PSR-14-compatible event dispatcher

5.3

  • added the mailer monolog channel and set it on all transport definitions

5.2.0

  • added NativeTransportFactory to configure a transport based on php.ini settings
  • added local_domain, restart_threshold, restart_threshold_sleep and ping_threshold options for smtp
  • added command option for sendmail

... (truncated)

Commits
  • d89611a [mailer] reset $code variable each iteration for prevent wrong codes to be used
  • 49e9d2c bug [mailer] fix EsmtpTransport variable $code definition
  • See full diff in compare view

Updates symfony/mime to 6.3.5

Release notes

Sourced from symfony/mime's releases.

v6.3.5

Changelog (symfony/mime@v6.3.4...v6.3.5)

Changelog

Sourced from symfony/mime's changelog.

CHANGELOG

6.3

  • Support detection of related parts if Content-Id is used instead of the name
  • Add TextPart::getDisposition()

6.2

  • Add File
  • Deprecate Email::attachPart(), use addPart() instead
  • Deprecate calling Message::setBody() without arguments

6.1

  • Add DataPart::getFilename() and DataPart::getContentType()

6.0

  • Remove Address::fromString(), use Address::create() instead
  • Remove Serializable interface from RawMessage

5.2.0

  • Add support for DKIM
  • Deprecated Address::fromString(), use Address::create() instead

4.4.0

  • [BC BREAK] Removed NamedAddress (Address now supports a name)
  • Added PHPUnit constraints
  • Added AbstractPart::asDebugString()
  • Added Address::fromString()

4.3.3

  • [BC BREAK] Renamed method Headers::getAll() to Headers::all().

4.3.0

  • Introduced the component as experimental
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from mimmi20 as a code owner October 28, 2023 02:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file patch labels Oct 28, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 28, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • aws/aws-sdk-php@>= 3.283.14, < 4.0.0
  • infection/infection@>= 0.27.6, < 0.28.0
  • laminas/laminas-eventmanager@>= 3.12.0, < 4.0.0
  • laminas/laminas-servicemanager@>= 3.22.1, < 4.0.0
  • mimmi20/coding-standard@>= 5.1.20, < 6.0.0
  • monolog/monolog@>= 3.5.0, < 4.0.0
  • phpstan/phpstan@>= 1.10.39, < 2.0.0
  • phpstan/phpstan-phpunit@>= 1.3.15, < 2.0.0
  • phpunit/phpunit@>= 10.4.2, < 11.0.0
  • rector/rector@>= 0.18.6, < 0.19.0
  • symfony/mailer@>= 6.3.5, < 7.0.0
  • symfony/mime@>= 6.3.5, < 7.0.0
  • aws/aws-sdk-php@>= 3.282.0, < 4.0.0
  • infection/infection@>= 0.27.3, < 0.28.0
  • laminas/laminas-eventmanager@>= 3.10.0, < 4.0.0
  • laminas/laminas-servicemanager@>= 3.21.0, < 4.0.0
  • mimmi20/coding-standard@>= 5.1.18, < 6.0.0
  • monolog/monolog@>= 3.4.0, < 4.0.0
  • phpstan/phpstan@>= 1.10.36, < 2.0.0
  • phpstan/phpstan-phpunit@>= 1.3.14, < 2.0.0
  • phpunit/phpunit@>= 10.3.5, < 11.0.0
  • rector/rector@>= 0.18.4, < 0.19.0
  • symfony/mailer@>= 6.3.0, < 7.0.0
  • symfony/mime@>= 6.3.3, < 7.0.0
  • vimeo/psalm@>= 5.15.0, < 6.0.0

Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog), [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php), [infection/infection](https://github.com/infection/infection), [laminas/laminas-eventmanager](https://github.com/laminas/laminas-eventmanager), [laminas/laminas-servicemanager](https://github.com/laminas/laminas-servicemanager), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit), [rector/rector](https://github.com/rectorphp/rector), [symfony/mailer](https://github.com/symfony/mailer) and [symfony/mime](https://github.com/symfony/mime) to permit the latest version.

Updates `monolog/monolog` to 3.5.0
- [Release notes](https://github.com/Seldaek/monolog/releases)
- [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md)
- [Commits](Seldaek/monolog@3.4.0...3.5.0)

Updates `aws/aws-sdk-php` to 3.283.14
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Commits](aws/aws-sdk-php@3.282.0...3.283.14)

Updates `infection/infection` to 0.27.6
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.27.3...0.27.6)

Updates `laminas/laminas-eventmanager` to 3.12.0
- [Release notes](https://github.com/laminas/laminas-eventmanager/releases)
- [Commits](laminas/laminas-eventmanager@3.10.0...3.12.0)

Updates `laminas/laminas-servicemanager` to 3.22.1
- [Release notes](https://github.com/laminas/laminas-servicemanager/releases)
- [Commits](laminas/laminas-servicemanager@3.21.0...3.22.1)

Updates `mimmi20/coding-standard` to 5.1.20
- [Release notes](https://github.com/mimmi20/coding-standard/releases)
- [Commits](mimmi20/coding-standard@5.1.18...5.1.20)

Updates `phpstan/phpstan` to 1.10.39
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.36...1.10.39)

Updates `phpstan/phpstan-phpunit` to 1.3.15
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](phpstan/phpstan-phpunit@1.3.14...1.3.15)

Updates `phpunit/phpunit` to 10.4.2
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.2/ChangeLog-10.4.md)
- [Commits](sebastianbergmann/phpunit@10.3.5...10.4.2)

Updates `rector/rector` to 0.18.6
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.18.4...0.18.6)

Updates `symfony/mailer` to 6.3.5
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/6.3/CHANGELOG.md)
- [Commits](symfony/mailer@v6.3.0...v6.3.5)

Updates `symfony/mime` to 6.3.5
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/6.3/CHANGELOG.md)
- [Commits](symfony/mime@v6.3.3...v6.3.5)

---
updated-dependencies:
- dependency-name: monolog/monolog
  dependency-type: direct:production
  dependency-group: minor-patch-dependencies
- dependency-name: aws/aws-sdk-php
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: infection/infection
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: laminas/laminas-eventmanager
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: laminas/laminas-servicemanager
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: mimmi20/coding-standard
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: rector/rector
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: symfony/mailer
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: symfony/mime
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@mimmi20 mimmi20 force-pushed the dependabot/composer/master/minor-patch-dependencies-f7fea04db9 branch from 1988d2b to 93817d4 Compare October 28, 2023 15:43
mimmi20
mimmi20 previously approved these changes Oct 28, 2023
@mimmi20 mimmi20 enabled auto-merge October 29, 2023 10:53
@mimmi20 mimmi20 merged commit a9bb928 into master Oct 29, 2023
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-f7fea04db9 branch October 29, 2023 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant