Skip to content
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

fix(deps): bump the all group with 19 updates #51

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the all group with 19 updates:

Package From To
braintree/braintree_php 6.16.0 6.18.0
doctrine/doctrine-bundle 2.11.3 2.12.0
doctrine/orm 2.18.0 2.19.3
symfony/console 7.0.3 7.0.4
symfony/dotenv 7.0.3 7.0.4
symfony/http-foundation 7.0.3 7.0.4
symfony/flex 2.4.4 2.4.5
symfony/framework-bundle 7.0.3 7.0.4
symfony/property-access 7.0.3 7.0.4
symfony/serializer 7.0.3 7.0.4
infection/infection 0.27.9 0.27.11
kubawerlos/php-cs-fixer-custom-fixers 3.20.0 3.21.0
phpstan/phpstan 1.10.57 1.10.66
phpstan/phpstan-symfony 1.3.7 1.3.9
phpunit/phpunit 10.5.10 10.5.16
symfony/web-profiler-bundle 7.0.3 7.0.4
symplify/easy-coding-standard 12.1.10 12.1.14
symplify/phpstan-rules 12.4.8 12.4.9
tomasvotruba/type-coverage 0.2.1 0.2.5

Updates braintree/braintree_php from 6.16.0 to 6.18.0

Changelog

Sourced from braintree/braintree_php's changelog.

6.18.0

  • Deprecate CreditCard::credit in favor of Transaction::credit
  • Deprecate CreditCard::sale in favor of Transaction::sale
  • Add domains parameter support to ClientToken::generate
  • Refactor key validation in ClientTokenGateway

6.17.0

  • Add UNDER_REVIEW Dispute Status
  • Add DISPUTE_UNDER_REVIEW WebhookNotification
  • Add debitNetwork support Transaction and TransactionSearch
  • Add process_debit_as_credit to TransactionOptionsCreditCardRequest
Commits

Updates doctrine/doctrine-bundle from 2.11.3 to 2.12.0

Release notes

Sourced from doctrine/doctrine-bundle's releases.

2.12.0

Release Notes for 2.12.0

Feature release (minor)

2.12.0

  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 5

Improvement

Bug

2.11.4

Release Notes for 2.11.4

2.11.x bugfix release (patch)

2.11.4

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

Bug

Commits
  • 5418e81 Merge pull request #1775 from doctrine/2.11.x-merge-up-into-2.12.x_SDmpjm0o
  • 6046a57 make "use_savepoints = true" no-op with DBAL 4 (#1773)
  • f966567 Update the Symfony bundle configuration file
  • 0a230d3 Merge pull request #1771 from greg0ire/fixtures-autoloading
  • fc4c76d Avoid falling back on autoload rule more than necessary
  • c8f38eb Merge pull request #1770 from greg0ire/getPath-thingy
  • d1701ce Override Bundle::getPath()
  • fa3e8e3 Use a modern directory structure
  • 5afffe0 Merge pull request #1769 from doctrine/2.11.x
  • 24f94ad Merge pull request #1768 from greg0ire/analyze-middleware
  • Additional commits viewable in compare view

Updates doctrine/orm from 2.18.0 to 2.19.3

Release notes

Sourced from doctrine/orm's releases.

2.19.3

Release Notes for 2.19.3

2.19.x bugfix release (patch)

2.19.3

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

Test Suite

Documentation

Bug

Improvement

2.19.2

Release Notes for 2.19.2

2.19.x bugfix release (patch)

2.19.2

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

Bugfix

Improvement

... (truncated)

Commits

Updates symfony/console from 7.0.3 to 7.0.4

Release notes

Sourced from symfony/console's releases.

v7.0.4

Changelog (symfony/console@v7.0.3...v7.0.4)

Commits
  • 6b099f3 Merge branch '6.4' into 7.0
  • 0d9e4eb Merge branch '5.4' into 6.4
  • a9174b6 bug #54009 [Console] Fix display of vertical Table on Windows OS (VincentLang...
  • 39f75d9 [Console] Fix display of Table on Windows OS
  • 155f2f3 Fix vertical table on windows
  • cb3239f Merge branch '5.4' into 6.4
  • 8ec305a [PhpUnitBridge][VarDumper] fix color detection
  • b95e86a Merge branch '6.4' into 7.0
  • faaaa5e Merge branch '5.4' into 6.4
  • f5436ad [VarDumper][PhpUnitBridge] Fix color detection
  • Additional commits viewable in compare view

Updates symfony/dotenv from 7.0.3 to 7.0.4

Release notes

Sourced from symfony/dotenv's releases.

v7.0.4

Changelog (symfony/dotenv@v7.0.3...v7.0.4)

Commits
  • 8017ea2 Merge branch '6.4' into 7.0
  • f6f0a3d [Dotenv] Specify envKey while loading variables with the dotenv:dump command
  • See full diff in compare view

Updates symfony/http-foundation from 7.0.3 to 7.0.4

Release notes

Sourced from symfony/http-foundation's releases.

v7.0.4

Changelog (symfony/http-foundation@v7.0.3...v7.0.4)

Commits
  • 439fdfd Merge branch '6.4' into 7.0
  • ebc713b [HttpFoundation] Prevent duplicated headers when using Early Hints
  • ebe0c11 Merge branch '6.4' into 7.0
  • d68e699 [HttpFoundation] Fix clearing CHIPS cookies
  • See full diff in compare view

Updates symfony/flex from 2.4.4 to 2.4.5

Commits

Updates symfony/framework-bundle from 7.0.3 to 7.0.4

Release notes

Sourced from symfony/framework-bundle's releases.

v7.0.4

Changelog (symfony/framework-bundle@v7.0.3...v7.0.4)

Commits
  • b58bcb2 Merge branch '6.4' into 7.0
  • c76d388 [FrameworkBundle] Merge test from 5.4
  • 1c61627 Merge branch '6.4' into 7.0
  • 91450b8 Merge branch '5.4' into 6.4
  • 224f690 [FrameworkBundle] Fix config builder with extensions extended in build()
  • 6a8838a Merge branch '6.4' into 7.0
  • e8bb1d3 Merge branch '5.4' into 6.4
  • f30cf8a [TwigBridge] Fix compat with Twig v3.9
  • 75fa012 Merge branch '5.4' into 6.4
  • aee0792 [FrameworkBundle] Check if the _route attribute exists on the request
  • Additional commits viewable in compare view

Updates symfony/property-access from 7.0.3 to 7.0.4

Release notes

Sourced from symfony/property-access's releases.

v7.0.4

Changelog (symfony/property-access@v7.0.3...v7.0.4)

Commits
  • 44e3746 Merge branch '6.4' into 7.0
  • c0664db fix tests
  • c2de1da Merge branch '6.4' into 7.0
  • f549c1b [PropertyAccess] Fixes getValue() on an unitialized object property on a lazy...
  • See full diff in compare view

Updates symfony/serializer from 7.0.3 to 7.0.4

Release notes

Sourced from symfony/serializer's releases.

v7.0.4

Changelog (symfony/serializer@v7.0.3...v7.0.4)

Commits
  • c71d61c Merge branch '6.4' into 7.0
  • 88da7f8 Merge branch '5.4' into 6.4
  • 05137a5 [Serializer] Fix unknown types normalization type when know type
  • See full diff in compare view

Updates infection/infection from 0.27.9 to 0.27.11

Release notes

Sourced from infection/infection's releases.

Add --map-source-class-to-test option to speed up Mutation Testing

Added:

Changed:

Full Changelog: infection/infection@0.27.10...0.27.11

Add support for sebastian/diff v6

Changed:

Full Changelog: infection/infection@0.27.9...0.27.10

Changelog

Sourced from infection/infection's changelog.

Change Log

0.28.0 (2024-03-23)

Full Changelog

Added:

Change Log

0.27.3 (2023-09-28)

Full Changelog

Added:

0.27.0 (2023-05-16)

Full Changelog

Added:

Changed:

Fixed:

Internal:

... (truncated)

Commits
  • 6d55979 Reduce "Initial Tests Run" stage time by running only covering test files (#1...
  • fa66b4a Fix InitialTestsRunnerTest (#1938)
  • efcb756 styles: Enable back the fully_qualified_strict_types PHP-CS-Fixer rule (#1934)
  • 656f574 styles: Enable and apply heredoc_indentation rule (#1939)
  • 51c0a42 Remove php 8.3 and symfony 7.0 hacks as no longer needed (#1930)
  • e4dcc84 styles: Enable PHP-CS-Fixer array_indentation rule (#1936)
  • 8c9cc85 styles: Leverage the PHP class keyword (#1931)
  • 2885cf9 styles: Update to PHP-CS-Fixer 3.52.0 (#1929)
  • 9edaa93 build: Remove Symfony PHPUnitBridge (#1926)
  • 9e6db81 styles: Exclude the Box debug directory from PHP-CS-Fixer (#1928)
  • Additional commits viewable in compare view

Updates kubawerlos/php-cs-fixer-custom-fixers from 3.20.0 to 3.21.0

Release notes

Sourced from kubawerlos/php-cs-fixer-custom-fixers's releases.

v3.21.0

  • Deprecate PhpdocArrayStyleFixer - use phpdoc_array_type
  • NoUselessParenthesisFixer - keep parentheses around and, xor and or
  • Update minimum PHP CS Fixer version to 3.50.0
Changelog

Sourced from kubawerlos/php-cs-fixer-custom-fixers's changelog.

v3.21.0

  • Deprecate PhpdocArrayStyleFixer - use "phpdoc_array_type"
  • NoUselessParenthesisFixer - keep parentheses around and, xor and or
  • Update minimum PHP CS Fixer version to 3.50.0
Commits

Updates phpstan/phpstan from 1.10.57 to 1.10.66

Release notes

Sourced from phpstan/phpstan's releases.

1.10.66

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Prevent unnecessary calls into reflection from JSON extensions (#2994), thanks @​staabm!

1.10.65

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

1.10.64

Bleeding edge 🔪

... (truncated)

Commits
  • 94779c9 PHPStan 1.10.66
  • 5473b67 Updated PHPStan to commit 5473b6701c1a9dd3ca1eb676b3b2c0dec43f2535
  • 927d71f Updated PHPStan to commit 927d71f11365c774a95cb4d8f65a1b1077472fa4
  • fd2e0a6 Updated PHPStan to commit fd2e0a6b7d599c4783d0a79831ecbae56999c765
  • 996f194 Updated PHPStan to commit 996f194ee0fd004bdee5b147e8a02c018ea4a72e
  • 40a20d2 Updated PHPStan to commit 40a20d2a3c5c6956b5df52d31855d64c463c3936
  • 986cbdf Updated PHPStan to commit 986cbdfb2fd0c3de71b31ac3f212bd499d2131e1
  • 795a560 Updated PHPStan to commit 795a560e55022174e2fdf5ca8d72fd0506bae161
  • f9d118f Updated PHPStan to commit f9d118fc96c0d1dac84d649b07e13cfc688f346b
  • b16dbaf Updated PHPStan to commit b16dbafd51675a9b63e1f87f7f0bf57bde96024d
  • Additional commits viewable in compare view

Updates phpstan/phpstan-symfony from 1.3.7 to 1.3.9

Release notes

Sourced from phpstan/phpstan-symfony's releases.

1.3.9

  • a32bc86 - Add @param-out for PropertyAccessor

1.3.8

  • d8a0bc0 - Narrow type for Extension::getConfiguration if class exists
Commits
  • a32bc86 Add @param-out for PropertyAccessor
  • d8a0bc0 Narrow type for Extension::getConfiguration if class exists
  • See full diff in compare view

Updates phpunit/phpunit from 10.5.10 to 10.5.16

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.16

Changed

  • #5766: Do not use a shell in proc_open() if not really needed
  • #5772: Cleanup process handling after dropping temp-file handling

Fixed

  • #5570: Windows does not support exclusive locks on stdout

How to install or update PHPUnit

PHPUnit 10.5.15

Fixed

  • #5765: Be more forgiving with error handlers that do not respect error suppression

How to install or update PHPUnit

PHPUnit 10.5.14

Changed

  • #5747: Cache result of Groups::groups()
  • #5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again

Fixed

  • #5760: TestDox printer does not display details about exceptions raised in before-test methods

How to install or update PHPUnit

PHPUnit 10.5.13

Changed

  • #5727: Prevent duplicate call of NamePrettifier::prettifyTestMethodName()
  • #5739: Micro-optimize NamePrettifier::prettifyTestMethodName()
  • #5740: Micro-optimize TestRunner::runTestWithTimeout()
  • #5741: Save call to Telemetry\System::snapshot()
  • #5742: Prevent file IO when not strictly necessary
  • #5743: Prevent unnecessary ExecutionOrderDependency::getTarget() call
  • #5744: Simplify NamePrettifier::prettifyTestMethodName()

Fixed

  • #5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
  • #5746: Using -d CLI option multiple times triggers warning

How to install or update PHPUnit

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.16] - 2024-03-28

Changed

  • #5766: Do not use a shell in proc_open() if not really needed
  • #5772: Cleanup process handling after dropping temp-file handling

Fixed

  • #5570: Windows does not support exclusive locks on stdout

[10.5.15] - 2024-03-22

Fixed

  • #5765: Be more forgiving with error handlers that do not respect error suppression

[10.5.14] - 2024-03-21

Changed

  • #5747: Cache result of Groups::groups()
  • #5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again

Fixed

  • #5760: TestDox printer does not display details about exceptions raised in before-test methods

[10.5.13] - 2024-03-12

Changed

  • #5727: Prevent duplicate call of NamePrettifier::prettifyTestMethodName()
  • #5739: Micro-optimize NamePrettifier::prettifyTestMethodName()
  • #5740: Micro-optimize TestRunner::runTestWithTimeout()
  • #5741: Save call to Telemetry\System::snapshot()
  • #5742: Prevent file IO when not strictly necessary
  • #5743: Prevent unnecessary ExecutionOrderDependency::getTarget() call
  • #5744: Simplify NamePrettifier::prettifyTestMethodName()

Fixed

  • #5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
  • #5746: Using -d CLI option multiple times triggers warning

[10.5.12] - 2024-03-09

Fixed

... (truncated)

Commits
  • 18f8d4a Prepare release
  • 5ad4bcf Delete dead code
  • 9f35e8a Update ChangeLog
  • 51e0bee Cleanup process handling after dropping temp-file handling
  • 500149c Update ChangeLog
  • 982c7a0 Use PHP_BINARY instead of deprecated Runtime::getRawBinary()
  • 9320731 Remove windows stdout workarounds
  • 19c41a3 Do not use a shell in proc_open if not really needed
  • f8941b6 Update ChangeLog
  • 5e80471 Windows does not support exclusive locks on stdout
  • Additional commits viewable in compare view

Updates symfony/web-profiler-bundle from 7.0.3 to 7.0.4

Release notes

Sourced from symfony/web-profiler-bundle's releases.

v7.0.4

Changelog (symfony/web-profiler-bundle@v7.0.3...v7.0.4)

Commits
  • 542daea Merge branch '6.4' into 7.0
  • a69d712 Merge branch '5.4' into 6.4
  • 93df984 [WebProfilerBundle] disable turbo in web profiler toolbar to avoid link prefe...
  • 5367b8f Merge branch '6.4' into 7.0
  • 06dc5e5 Merge branch '5.4' into 6.4
  • 1b80728 bug #53913 [TwigBridge] Fix compat with Twig v3.9 (nicolas-grekas)
  • 2726f86 [TwigBridge] Fix compat with Twig v3.9
  • 04332db [Mailer] Simplify fix
  • 848c368 Merge branch '5.4' into 6.4
  • 4c0a1fc [Mailer] Fix signed emails breaking the profiler
  • Additional commits viewable in compare view

Updates symplify/easy-coding-standard from 12.1.10 to 12.1.14

Commits

Updates `symplify/phpst...

Description has been truncated

Bumps the all group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [braintree/braintree_php](https://github.com/braintree/braintree_php) | `6.16.0` | `6.18.0` |
| [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.11.3` | `2.12.0` |
| [doctrine/orm](https://github.com/doctrine/orm) | `2.18.0` | `2.19.3` |
| [symfony/console](https://github.com/symfony/console) | `7.0.3` | `7.0.4` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.0.3` | `7.0.4` |
| [symfony/http-foundation](https://github.com/symfony/http-foundation) | `7.0.3` | `7.0.4` |
| [symfony/flex](https://github.com/symfony/flex) | `2.4.4` | `2.4.5` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.0.3` | `7.0.4` |
| [symfony/property-access](https://github.com/symfony/property-access) | `7.0.3` | `7.0.4` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.0.3` | `7.0.4` |
| [infection/infection](https://github.com/infection/infection) | `0.27.9` | `0.27.11` |
| [kubawerlos/php-cs-fixer-custom-fixers](https://github.com/kubawerlos/php-cs-fixer-custom-fixers) | `3.20.0` | `3.21.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.57` | `1.10.66` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.3.7` | `1.3.9` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `10.5.10` | `10.5.16` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.0.3` | `7.0.4` |
| [symplify/easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) | `12.1.10` | `12.1.14` |
| [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) | `12.4.8` | `12.4.9` |
| [tomasvotruba/type-coverage](https://github.com/TomasVotruba/type-coverage) | `0.2.1` | `0.2.5` |


Updates `braintree/braintree_php` from 6.16.0 to 6.18.0
- [Changelog](https://github.com/braintree/braintree_php/blob/master/CHANGELOG.md)
- [Commits](braintree/braintree_php@6.16.0...6.18.0)

Updates `doctrine/doctrine-bundle` from 2.11.3 to 2.12.0
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](doctrine/DoctrineBundle@2.11.3...2.12.0)

Updates `doctrine/orm` from 2.18.0 to 2.19.3
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](doctrine/orm@2.18.0...2.19.3)

Updates `symfony/console` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md)
- [Commits](symfony/console@v7.0.3...v7.0.4)

Updates `symfony/dotenv` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.0/CHANGELOG.md)
- [Commits](symfony/dotenv@v7.0.3...v7.0.4)

Updates `symfony/http-foundation` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/7.0/CHANGELOG.md)
- [Commits](symfony/http-foundation@v7.0.3...v7.0.4)

Updates `symfony/flex` from 2.4.4 to 2.4.5
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.4...v2.4.5)

Updates `symfony/framework-bundle` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v7.0.3...v7.0.4)

Updates `symfony/property-access` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/7.0/CHANGELOG.md)
- [Commits](symfony/property-access@v7.0.3...v7.0.4)

Updates `symfony/serializer` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.0/CHANGELOG.md)
- [Commits](symfony/serializer@v7.0.3...v7.0.4)

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

Updates `kubawerlos/php-cs-fixer-custom-fixers` from 3.20.0 to 3.21.0
- [Release notes](https://github.com/kubawerlos/php-cs-fixer-custom-fixers/releases)
- [Changelog](https://github.com/kubawerlos/php-cs-fixer-custom-fixers/blob/main/CHANGELOG.md)
- [Commits](kubawerlos/php-cs-fixer-custom-fixers@v3.20.0...v3.21.0)

Updates `phpstan/phpstan` from 1.10.57 to 1.10.66
- [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.57...1.10.66)

Updates `phpstan/phpstan-symfony` from 1.3.7 to 1.3.9
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@1.3.7...1.3.9)

Updates `phpunit/phpunit` from 10.5.10 to 10.5.16
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.16/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.10...10.5.16)

Updates `symfony/web-profiler-bundle` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v7.0.3...v7.0.4)

Updates `symplify/easy-coding-standard` from 12.1.10 to 12.1.14
- [Release notes](https://github.com/easy-coding-standard/easy-coding-standard/releases)
- [Commits](easy-coding-standard/easy-coding-standard@12.1.10...12.1.14)

Updates `symplify/phpstan-rules` from 12.4.8 to 12.4.9
- [Release notes](https://github.com/symplify/phpstan-rules/releases)
- [Commits](symplify/phpstan-rules@12.4.8...12.4.9)

Updates `tomasvotruba/type-coverage` from 0.2.1 to 0.2.5
- [Commits](TomasVotruba/type-coverage@0.2.1...0.2.5)

---
updated-dependencies:
- dependency-name: braintree/braintree_php
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symfony/http-foundation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symfony/flex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: infection/infection
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: kubawerlos/php-cs-fixer-custom-fixers
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symplify/easy-coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symplify/phpstan-rules
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tomasvotruba/type-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 1, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (df18314) to head (c3a8f64).
Report is 13 commits behind head on trunk.

Additional details and impacted files
@@             Coverage Diff             @@
##               trunk       #51   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       261       261           
===========================================
  Files             46        46           
  Lines            982       982           
===========================================
  Hits             982       982           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 8, 2024
@dependabot dependabot bot deleted the dependabot/composer/all-4ad1a27b2d branch April 8, 2024 02:58
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant