Skip to content

deps(be): Update be#95

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/be
Open

deps(be): Update be#95
renovate[bot] wants to merge 1 commit into
devfrom
renovate/be

Conversation

@renovate

@renovate renovate Bot commented May 23, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
doctrine/doctrine-bundle (source) ^3.2.2^3.3.1 age confidence
doctrine/orm (source) ^3.6.2^3.6.7 age confidence
friendsofphp/php-cs-fixer ^3.94.2^3.95.17 age confidence
google/protobuf (source) ^4.33.6^5.35.1 age confidence
illuminate/collections (source) ^12.56^13.22.0 age confidence
infection/infection ^0.32.6^0.34.0 age confidence
phan/phan ^6.0.5^6.0.7 age confidence
phpstan/phpstan-strict-rules ^2.0.10^2.0.12 age confidence
phpstan/phpstan-symfony ^2.0.15^2.0.20 age confidence
phpunit/phpunit (source) ^12.5.22^13.2.5 age confidence
spatie/symfony-ignition-bundle ^1.3.0^1.3.1 age confidence
squizlabs/php_codesniffer ^3.13.5^4.0.1 age confidence
symfony/debug-bundle (source) ^7.4.8^8.1.0 age confidence
symfony/dotenv (source) ^7.4.8^8.1.0 age confidence
symfony/flex ^2.10.0^2.11.0 age confidence
symfony/framework-bundle (source) ^7.4.8^8.1.1 age confidence
symfony/monolog-bundle (source) ^3.11.1^4.0.2 age confidence
symfony/phpunit-bridge (source) ^7.4.8^8.1.1 age confidence
symfony/property-access (source) ^7.4.8^8.1.0 age confidence
symfony/runtime (source) ^7.4.8^8.1.0 age confidence
symfony/serializer (source) ^7.4.8^8.1.1 age confidence
symfony/stopwatch (source) ^7.4.8^8.1.0 age confidence
symfony/twig-bundle (source) ^7.4.8^8.1.0 age confidence
symfony/validator (source) ^7.4.8^8.1.1 age confidence
symfony/web-profiler-bundle (source) ^7.4.12^8.1.1 age confidence
symfony/yaml (source) ^7.4.13^8.1.1 age confidence
thecodingmachine/phpstan-safe-rule ^1.4.3^1.4.7 age confidence

Release Notes

doctrine/DoctrineBundle (doctrine/doctrine-bundle)

v3.3.1

Compare Source

Release Notes for 3.3.1

3.3.x bugfix release (patch)

3.3.1
  • Total issues resolved: 0
  • Total pull requests resolved: 0
  • Total contributors: 0
Bug

v3.3.0

Compare Source

Release Notes for 3.3.0

Feature release (minor)

3.3.0
Improvement
Feature

v3.2.6

Compare Source

Release Notes for 3.2.6
3.2.6
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v3.2.5

Compare Source

Release Notes for 3.2.5

3.2.x bugfix release (patch)

3.2.5
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Bug
Changes from lower branches
  • This release contains all changes from the 2.18.4 release.

v3.2.4

Compare Source

Release Notes for 3.2.4

3.2.x bugfix release (patch)

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

This release contains the changes from https://github.com/doctrine/DoctrineBundle/releases/tag/2.18.3

v3.2.3

Compare Source

Release Notes for 3.2.3

3.2.x bugfix release (patch)

3.2.3
Improvement
Bugfix
CI
doctrine/orm (doctrine/orm)

v3.6.7

Compare Source

This release contains the changes from https://github.com/doctrine/orm/releases/tag/2.20.13

v3.6.6

Compare Source

Release Notes for 3.6.6

3.6.x bugfix release (patch)

3.6.6
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 1
Bugfixes
CI

v3.6.5

Compare Source

Release Notes for 3.6.5

3.6.x bugfix release (patch)

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

v3.6.4

Compare Source

Release Notes for 3.6.4

3.6.x bugfix release (patch)

3.6.4
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3
Bugfixes
Documentation

This release includes changes from https://github.com/doctrine/orm/releases/tag/2.20.11

v3.6.3

Compare Source

Release Notes for 3.6.3

3.6.x bugfix release (patch)

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

This release also contains changes from https://github.com/doctrine/orm/releases/tag/2.20.10

PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)

v3.95.17

Compare Source

  • perf: Token::equals() - Avoid building intermediary arrays (#​9739)
  • perf: Tokens::findSequence() - improve looping logic (#​9737)

v3.95.16

Compare Source

  • fix: NoSuperfluousPhpdocTagsFixer with multiple hidden params (#​9736)
  • fix: PowToExponentiationFixer - do not produce two consecutive whitespace tokens (#​9735)
  • chore: do not remove ParaUnit for PHPUnit v13, as they are now compatible (#​9579)
  • CI: introduce perf as new PR type (#​9742)
  • deps: update dev deps (#​9743)
  • test: AbstractIntegrationTestCase - externalized FixerFactory creation (#​9744)

v3.95.15

Compare Source

  • fix: self-update - fix "Access Denied" error when running on Windows (#​9731)

v3.95.14

Compare Source

  • fix: ClassAttributesSeparationFixer - handle property with hooks as last class element (#​9724)
  • fix: SingleClassElementPerStatementFixer - do not break PHP syntax when splitting properties with disjunctive normal form type (#​9723)
  • fix: TrailingCommaInMultilineFixer - do not add trailing comma after first-class callable (#​9722)
  • chore: add code coverage ignore annotations to parallel runner and worker (#​9721)
  • chore: cleanup FunctionToConstantFixer (#​9719)
  • test: HeaderCommentFixerTest - improve invalid configuration types (#​9728)
  • test: ClassDefinitionFixerTest - improve PHPDocs (#​9726)
  • test: ConfigurationResolverTest - fix types (#​9725)
  • test: GeneralAttributeRemoveFixerTest - improve data provider types (#​9727)
  • test: ProjectCodeTest - improve PHPDocs (#​9730)
  • deps: allow to run PHPUnit v12 directly for project, without future-ready CI workarounds (#​9580)
  • deps: bump shipmonk/dead-code-detector from 1.3.0 to 1.3.1 in /dev-tools in the shipmonk group across 1 directory (#​9718)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#​9717)

v3.95.13: Adalbertus

Compare Source

What's Changed

  • fix: SelfAccessorFixer - do not replace constant with same name as class in the middle of a static access chain by @​kubawerlos in #​9716
  • fix: SingleClassElementPerStatementFixer - do not drop type of typed constants by @​kubawerlos in #​9706

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.12...v3.95.13

v3.95.12

Compare Source

  • fix: BinaryOperatorSpacesFixer - do not align nested array in yield with following yields (#​9708)
  • chore: cleanup RuleSetDocumentationGenerator (#​9705)
  • chore: unblock self-approval (#​9699)
  • deps: bump crate-ci/typos from 1.47.2 to 1.48.0 in /.github/workflows in the all group across 1 directory (#​9712)
  • deps: bump shipmonk/dead-code-detector from 1.2.1 to 1.3.0 in /dev-tools in the shipmonk group across 1 directory (#​9711)
  • deps: bump the all group across 2 directories with 1 update (#​9704)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#​9710)
  • deps: PHPUnit - PHP 8.6 compat changes (#​9714)

v3.95.11

Compare Source

  • fix: NoBreakCommentFixer - handle enum cases, TokensAnalyzer::isEnumCase - fix handling nested switch-cases (#​9565)
  • deps: bump actions/checkout from 6 to 7 in /.github/workflows in the all group across 1 directory (#​9694)
  • deps: bump dev deps (#​9702)
  • deps: bump phpstan/phpstan-symfony from 2.0.19 to 2.0.20 in /dev-tools in the phpstan group (#​9693)
  • test: use correct test precondition failure mode in PharTest (#​9700)

v3.95.10

Compare Source

  • fix: TokensAnalyzer - handle T_PUBLIC_SET, T_PROTECTED_SET, T_PRIVATE_SET (#​9696)

v3.95.9

Compare Source

  • chore: apply class_keyword (#​9689)
  • refactor: change Fixers execution order to always-deterministic (#​9690)

v3.95.8

Compare Source

  • fix: SingleClassElementPerStatementFixer - do not drop modifiers when splitting final constants/properties (#​9687)

v3.95.7

Compare Source

  • fix: ClassReferenceNameCasingFixer - do not change case of typed class constant names (#​9686)

v3.95.6

Compare Source

  • chore: Docker - ignore root-user warning for pip (#​9682)
  • chore: fix typo in comment about fixer configuration (#​9675)
  • chore: narrow Preg::match/Preg::matchAll subject string type when match is truthy (#​9668)
  • deps: bump alpine from 3.23 to 3.24 in the all group (#​9679)
  • deps: bump codecov/codecov-action from 6 to 7 in /.github/workflows in the all group across 1 directory (#​9681)
  • deps: bump shipmonk/dead-code-detector from 1.1.3 to 1.2.0 in /dev-tools in the shipmonk group across 1 directory (#​9661)
  • deps: update dev-deps (#​9683)
  • deps: upgrade deep-deps for dev-tools (#​9677)
  • fix: PhpUnitAttributesFixer - correctly handle @requires PHPUnit with space-separated version constraint (#​9684)
  • UX: Cache - explicit deprecation for usage of non-handled objects in rules configuration, as they silently fail now; add support for JsonSerializable config values (#​9678)

v3.95.5

Compare Source

  • chore: Cleanup assert() and add more precise Preg::matchAll() return type (#​9667)
  • chore: cleanup GroupImportFixer (#​9671)
  • chore: improve TypeExpression (#​9665)
  • chore: please markdown-lint (#​9659)
  • chore: use more assert calls (#​9666)
  • deps: Allow installation of sebastian/diff:^9.0 (#​9663)
  • deps: bump crate-ci/typos from 1.47.0 to 1.47.2 in /.github/workflows in the all group across 1 directory (#​9662)
  • docs/refactor: clarify bracket types naming (#​5915)
  • fix: Add support for phpunit/phpunit:^13.2 in PhpUnitTestCaseStaticMethodCallsFixer (#​9664)
  • fix: Use AgentDetector to detect presence of AI agent only when @auto format has been selected (#​9658)
  • fix: PhpdocAddMissingParamAnnotationFixer - skip attribute tokens when extracting parameter type (#​9634)
  • fix: StaticPrivateMethodFixer - fix for private constructor and abstract static method (#​9598)
  • refactor: simplified_if_return - applyFix to use slices for token insertion (#​9670)

v3.95.4

Compare Source

  • chore: improve ArrayIndentationFixer (#​9643)
  • chore: improve ClassDefinitionFixer (#​9645)
  • chore: improve ControlCaseStructuresAnalyzer (#​9644)
  • chore: improve NoAliasFunctionsFixer (#​9647)
  • chore: improve NoSuperfluousPhpdocTagsFixer (#​9646)
  • chore: improve PhpUnitTestCaseStaticMethodCallsFixer (#​9649)
  • chore: improve Token (#​9650)
  • chore: improve WorkerException (#​9648)
  • chore: minor updates around PHPStan (#​9651)
  • deps: bump crate-ci/typos from 1.46.2 to 1.47.0 in /.github/workflows in the all group across 1 directory (#​9639)
  • deps: bump PHPStan to 2.2.1 (#​9635)
  • deps: minor upgrades of dev-tools (#​9653)
  • fix: Address credential exposure concern related to using ergebnis/agent-detector for detecting the presence of an AI agent (#​9656)
  • test: improve data providers return types (#​9642)

v3.95.3

Compare Source

  • fix: MultilinePromotedPropertiesFixer - fix for new in initializers (#​9619)
  • fix: PhpdocLineSpanFixer - run after NoSuperfluousPhpdocTagsFixer (#​9615)
  • CI: add generic phpstan/phpstan-deprecation-rules, so usage of old deprecated constants is detected (#​9636)
  • CI: replace PHP 8.6snapshot with nightly in matrix (#​9628)
  • deps: bump crate-ci/typos from 1.46.0 to 1.46.1 in /.github/workflows in the all group across 1 directory (#​9624)
  • deps: bump crate-ci/typos from 1.46.1 to 1.46.2 in /.github/workflows in the all group across 1 directory (#​9631)
  • deps: bump ergebnis/composer-normalize from 2.51.0 to 2.52.0 in /dev-tools (#​9627)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#​9626)
  • deps: upgrade misc deps (#​9621)
  • refactor: AttributeBlockNoSpacesFixer - no need for loop when we already know bracket indices (#​9446)

v3.95.2

Compare Source

  • fix: MethodArgumentSpaceFixer - avoid collapsing multi-line arguments (#​9559)
  • fix: ModifierKeywordsFixer - do not break PHP syntax for closures in constant expressions (#​9596)
  • fix: NoRedundantReadonlyPropertyFixer - fix TypeError when trait contains anonymous class (#​9457)
  • fix: PhpUnitAttributesFixer - add missing handling of CoversMethod and naive handling of CoversTrait (#​9588)
  • fix: TextReporter - always show summary footer (#​9595)
  • deps: bump crate-ci/typos from 1.45.1 to 1.46.0 in /.github/workflows in the all group across 1 directory (#​9605)
  • deps: bump ergebnis/composer-normalize from 2.50.0 to 2.51.0 in /dev-tools (#​9561)
  • deps: bump phpstan/phpstan from 2.1.46 to 2.1.47 in /dev-tools in the phpstan group (#​9560)
  • deps: bump phpstan/phpstan from 2.1.51 to 2.1.52 in /dev-tools in the phpstan group (#​9601)
  • deps: bump PHPUnit patch versions (#​9593)
  • deps: bump shipmonk/dead-code-detector from 1.0.0 to 1.1.0 in /dev-tools in the shipmonk group across 1 directory (#​9569)
  • deps: bump the all group across 1 directory with 2 updates (#​9570)
  • deps: bump the phpstan group across 1 directory with 2 updates (#​9608)
  • deps: update facile-it/paraunit to ^2.11 (#​9589)
  • deps: upgrade PHPUnit in GitHub Actions (#​9577)
  • chore: .gitattributes - export-ignore for logo.md (#​9611)
  • chore: .gitattributes - sort entries (#​9612)
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: add tests to PhpdocTagCasingFixerTest (#​9610)
  • chore: cleanup AbstractFopenFlagFixer (#​9592)
  • chore: cleanup BlankLineBetweenImportGroupsFixer (#​9562)
  • chore: cleanup ControlStructureBracesFixer (#​9609)
  • chore: cleanup NoExtraBlankLinesFixer (#​9567)
  • chore: cleanup OrderedImportsFixer (#​9603)
  • chore: cleanup PhpdocSingleLineVarSpacingFixer (#​9591)
  • chore: cleanup PhpdocToReturnTypeFixer (#​9558)
  • chore: CS - apply PhpUnitRequiresConstraintFixer from https://github.com/kubawerlos/php-cs-fixer-custom-fixers (#​9581)
  • chore: CS - apply php_unit_attributes rule (#​9578)
  • chore: ensure consistent @author name per email (#​9606)
  • chore: fix wrong test Attribute (#​9586)
  • chore: infection - define staticAnalysisTool (#​9607)
  • chore: move Codecov config (#​9597)
  • CI: move PHPUnit version management earlier to prevent composer installation phase to run 2 times (#​9587)
  • CI: specify Codecov token (#​9556)
  • CI: use Codecov for code coverage (#​9553)
  • test: NoUnsetCastFixerTest - run any test on PHP >= 8 (#​9585)

v3.95.1

Compare Source

  • chore: add tests for FinalInternalClassFixer (#​9547)
  • chore: cleanup PhpdocToParamTypeFixer (#​9550)
  • fix: MethodArgumentSpaceFixer - Do not collapse nested arguments when using ensure_single_line_for_single_argument option for on_multiline (#​9552)
  • test: fix type after variable name in @param in PhpdocToParamTypeFixerTest (#​9549)

v3.95.0

Compare Source

  • feat: Add option remove_existing_declaration to declare_strict_types fixer (#​9384)
  • feat: Add exclude option to phpdoc_types rule (#​9479)
  • feat: introduce 'list-rules' command (#​9512)
  • feat: introduce NoWhitespaceInEmptyArrayFixer (#​8155)
  • feat: Resolve to json format when AI_AGENT environment variable is set (#​9542)
  • feat: @Symfony:risky - add void_return (#​9546)
  • feat: GlobalNamespaceImportFixer - support first-class callable syntax (#​9484)
  • feat: MethodArgumentSpaceFixer - add ensure_single_line_for_single_argument option for on_multiline (#​9504)
  • feat: MultilinePromotedPropertiesFixer - turn multiline promoted properties into singleline when there are fewer than minimum_number_of_parameters (#​9501)
  • feat: PhpdocLineSpanFixer - add function option (#​9439)
  • feat: ReturnAssignmentFixer - skip variables with the named @var tags with new option skip_named_var_tags (#​9464)
  • fix: ArrayPushFixer - do not stop fixing when array_push with 1 argument found (#​9508)
  • fix: BinaryOperatorSpacesFixer - make it works correctly with multiple match cases (#​9470)
  • fix: EchoTagSyntaxFixer - do not break syntax for single line comments (#​9506)
  • fix: PhpUnitTestClassRequiresCoversFixer - do not add @coversNothing to anonymous classes (#​9481)
  • fix: SimplifiedNullReturnFixer - do not remove null from property hook (#​9471)
  • docs: extend docs about exit code (#​9526)
  • docs: StaticLambdaFixer - document example how to prevent conversion (#​9502)
  • DX: change default PHP_CS_FIXER_FAST_LINT_TEST_CASES=1 and run full linting of test cases only on highest and lowest PHP versions in CI (#​9448)
  • chore: add missing test for SetTypeToCastFixer (#​9518)
  • chore: add test for NoMultipleStatementsPerLineFixer (#​9533)
  • chore: add tests for BracesPositionFixer (#​9522)
  • chore: add tests for PsrAutoloadingFixer (#​9541)
  • chore: cleanup MagicConstantCasingFixer (#​9494)
  • chore: cleanup NoNullPropertyInitializationFixer (#​9493)
  • chore: cleanup ClassAttributesSeparationFixer (#​9545)
  • chore: cleanup GeneralAttributeRemoveFixer (#​9520)
  • chore: cleanup GlobalNamespaceImportFixerTest (#​9482)
  • chore: cleanup NoTrailingCommaInSinglelineFixer (#​9537)
  • chore: cleanup OrderedAttributesFixer (#​9521)
  • chore: cleanup PhpUnitExpectationFixer (#​9505)
  • chore: commands cleanup (#​9478)
  • chore: ensure that regex TypeExpression::REGEX_TYPES does not have unnamed capturing group (#​9514)
  • chore: exclude logo.png and composer-dependency-analyser.php from Composer export (#​9516)
  • chore: group dependabot updates for Docker and GitHub Actions (#​9535)
  • chore: improve AbstractPhpUnitFixer (#​9519)
  • chore: improve ArrayPushFixer (#​9515)
  • chore: update FunctionsAnalyzer (#​9483)
  • chore: MbStrFunctionsFixer - remove the never true condition (#​9509)
  • chore: ModernizeStrposFixer - remove the never true conditions (#​9510)
  • chore: NoAliasFunctionsFixer - cleanup invalid set handling (#​9511)
  • CI: add failOnDeprecation="true" to PHPUnit config (#​8935)
  • CI: cleanup jobs (#​9449)
  • CI: configure Dependabot for composite actions (#​9529)
  • CI: do not run issue_8828_c.test on macOS for now (#​9528)
  • CI: fix Dependabot paths (#​9530)
  • CI: more of ubuntu-slim (#​9450)
  • CI: move spelling checks to dedicated workflow (#​9451)
  • deps: bump actions/cache from 4 to 5 in /.github.qkg1.topposite-actions/install-composer-deps (#​9531)
  • deps: bump actions/github-script from 8 to 9 in /.github.qkg1.topposite-actions/setup-php-with-composer-deps (#​9544)
  • deps: bump crate-ci/typos from 1.43.5 to 1.44.0 (#​9476)
  • deps: bump crate-ci/typos from 1.44.0 to 1.45.0 (#​9523)
  • deps: bump docker/build-push-action from 6 to 7 (#​9486)
  • deps: bump docker/login-action from 3 to 4 (#​9477)
  • deps: bump docker/metadata-action from 5 to 6 (#​9474)
  • deps: bump docker/setup-buildx-action from 3 to 4 (#​9475)
  • deps: bump docker/setup-qemu-action from 3 to 4 (#​9472)
  • deps: bump nick-invision/retry from 3 to 4 (#​9491)
  • deps: bump nick-invision/retry from 3 to 4 in /.github.qkg1.topposite-actions/install-composer-deps (#​9532)
  • deps: bump phpstan/phpstan from 2.1.40 to 2.1.42 in /dev-tools in the phpstan group (#​9490)
  • deps: bump phpstan/phpstan from 2.1.42 to 2.1.44 in /dev-tools in the phpstan group (#​9503)
  • deps: bump phpstan/phpstan-symfony from 2.0.14 to 2.0.15 in /dev-tools in the phpstan group (#​9458)
  • deps: bump shipmonk/dead-code-detector from 0.14.1 to 0.15.1 in /dev-tools in the shipmonk group (#​9473)
  • deps: bump shipmonk/dead-code-detector from 0.15.1 to 1.0.0 in /dev-tools in the shipmonk group (#​9543)
  • deps: update PHPStan (#​9452)
  • deps: upgrade deps (#​9527)
  • deps: upgrade PHPUnit patch versions (#​9455)
  • refactor: ConfigurableFixerTemplateFixer - move handling example file from fixing logic to definition (#​9525)
  • refactor: rename PhpdocTypesNoDuplicatesFixer to PhpdocNoDuplicateTypesFixer (#​9381)
  • test: fix CI for Windows (#​9492)
  • test: MethodArgumentSpaceFixer must run before NoTrailingCommaInSinglelineFixer (#​9507)
  • test: use PhpUnitTestCaseStaticMethodCallsFixerTest::testInvalidConfiguration (#​9460)
protocolbuffers/protobuf-php (google/protobuf)

v5.35.1

Compare Source

v5.35.0

Compare Source

v5.34.2

Compare Source

v5.34.1

Compare Source

v5.34.0

Compare Source

illuminate/collections (illuminate/collections)

v13.22.0

Compare Source

v13.21.1

Compare Source

v13.21.0

Compare Source

v13.20.0

Compare Source

v13.19.0

Compare Source

v13.18.1

Compare Source

v13.18.0

Compare Source

v13.17.0

[Compare Source](https://redirect.github.com/illuminate/collections/co

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added composer dependencies Pull requests that update a dependency file labels May 23, 2025
@renovate

renovate Bot commented May 23, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: be/composer.lock
Command failed: composer update doctrine/doctrine-bundle:3.3.1 doctrine/orm:3.6.7 friendsofphp/php-cs-fixer:3.95.17 google/protobuf:5.35.1 illuminate/collections:13.22.0 infection/infection:0.34.0 phan/phan:6.0.7 phpstan/phpstan-strict-rules:2.0.12 phpstan/phpstan-symfony:2.0.20 phpunit/phpunit:13.2.5 spatie/symfony-ignition-bundle:1.3.1 squizlabs/php_codesniffer:4.0.1 symfony/debug-bundle:8.1.0 symfony/dotenv:8.1.0 symfony/flex:2.11.0 symfony/framework-bundle:8.1.1 symfony/monolog-bundle:4.0.2 symfony/phpunit-bridge:8.1.1 symfony/property-access:8.1.0 symfony/runtime:8.1.0 symfony/serializer:8.1.1 symfony/stopwatch:8.1.0 symfony/twig-bundle:8.1.0 symfony/validator:8.1.1 symfony/web-profiler-bundle:8.1.1 symfony/yaml:8.1.1 thecodingmachine/phpstan-safe-rule:1.4.7 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency sanmai/pipeline is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency thecodingmachine/safe is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/framework-bundle ^8.1.1 -> satisfiable by symfony/framework-bundle[v8.1.1].
    - symfony/framework-bundle v8.1.1 requires symfony/dependency-injection ^8.1 -> found symfony/dependency-injection[v8.1.0, v8.1.1] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires phpunit/phpunit ^13.2.5 -> satisfiable by phpunit/phpunit[13.2.5].
    - phpunit/phpunit 13.2.5 requires sebastian/diff ^9.0 -> found sebastian/diff[9.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - Root composer.json requires symfony/web-profiler-bundle ^8.1.1 -> satisfiable by symfony/web-profiler-bundle[v8.1.1].
    - symfony/framework-bundle v8.1.1 requires symfony/dependency-injection ^8.1 -> found symfony/dependency-injection[v8.1.0, v8.1.1] but these were not loaded, likely because it conflicts with another require.
    - symfony/web-profiler-bundle v8.1.1 requires symfony/framework-bundle ^7.4|^8.0 -> satisfiable by symfony/framework-bundle[v8.1.1].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@n0099
n0099 force-pushed the dev branch 4 times, most recently from ceefaec to 6f4d38d Compare May 24, 2025 00:37
@renovate
renovate Bot force-pushed the renovate/be branch 5 times, most recently from 6788d9f to 2c5edec Compare June 3, 2025 14:30
@n0099
n0099 force-pushed the dev branch 2 times, most recently from e5b2ee6 to dab3f39 Compare June 4, 2025 05:56
@renovate
renovate Bot force-pushed the renovate/be branch 4 times, most recently from 5c220b4 to 298f972 Compare June 9, 2025 16:02
@n0099
n0099 changed the base branch from dev to feat/allow-posts-query-has-multiple-forum June 10, 2025 13:41
@n0099
n0099 changed the base branch from feat/allow-posts-query-has-multiple-forum to dev June 10, 2025 13:41
@renovate
renovate Bot force-pushed the renovate/be branch 2 times, most recently from e874285 to 24d678a Compare June 12, 2025 16:10
@renovate
renovate Bot force-pushed the renovate/be branch 4 times, most recently from 0704900 to af903da Compare June 15, 2025 10:04
@renovate
renovate Bot force-pushed the renovate/be branch 10 times, most recently from 6f2af46 to 5492c46 Compare July 4, 2025 12:15
@renovate
renovate Bot force-pushed the renovate/be branch 14 times, most recently from 8374e49 to 70c5232 Compare July 11, 2025 22:15
@renovate
renovate Bot force-pushed the renovate/be branch 4 times, most recently from 77b480e to 6d91d57 Compare July 21, 2025 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

composer dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants