Skip to content

chore(deps-dev): bump the composer-dependencies group across 1 directory with 2 updates#10404

Merged
samsonasik merged 1 commit into
developfrom
dependabot/composer/composer-dependencies-22a379b8db
Jul 13, 2026
Merged

chore(deps-dev): bump the composer-dependencies group across 1 directory with 2 updates#10404
samsonasik merged 1 commit into
developfrom
dependabot/composer/composer-dependencies-22a379b8db

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on boundwize/structarmed and rector/rector to permit the latest version.
Updates boundwize/structarmed to 0.14.15

Release notes

Sourced from boundwize/structarmed's releases.

Released: StructArmed 0.14.15

ci build PHPStan

What's Changed

Full Changelog: boundwize/structarmed@0.14.14...0.14.15

Commits
  • 14eb20f update screenshot to 0.14.15
  • b5044b7 Merge pull request #206 from boundwize/add-test
  • dccbad1 add test for violate immediatelly after short open tag
  • 43ab695 add test for violate immediatelly after short open tag
  • 85849ac update screenshot to 0.14.14
  • d9d9e36 Merge pull request #205 from boundwize/allow-xml
  • 6d5eb5d treat <?php?> as valid inline html
  • 4e746c7 php tag
  • c9e6f1b cs fix
  • ee034f4 add more tests
  • Additional commits viewable in compare view

Updates rector/rector to 2.5.7

Release notes

Sourced from rector/rector's releases.

Released Rector 2.5.7

This release sharpens the PHPUnit code-quality sets, adds a focused narrow asserts set, deprecates two blurry Symfony web-test rules, and fixes a handful of docblock false-positives in dead-code removal.

New Features 🎉

PHPUnit: PHPUNIT_NARROW_ASSERTS set

A new set focused on narrowing broad asserts to their specific, more descriptive method — e.g. assertTrue(isset($a['b']))assertArrayHasKey('b', $a). ([rector-phpunit #716])

use Rector\PHPUnit\Set\PHPUnitSetList;
return RectorConfig::configure()
->withSets([PHPUnitSetList::PHPUNIT_NARROW_ASSERTS]);

withPreparedSets() gains phpunitNarrowAsserts + phpunitMockToStub

The 2 PHPUnit sets are now toggleable like any other prepared set. (#8178)

return RectorConfig::configure()
    ->withPreparedSets(
        phpunitNarrowAsserts: true,
        phpunitMockToStub: true,
    );

PHPUnit: flip with($this->callback(...)) on void methods to willReturnCallback()

VoidMethodWithCallbackToWillReturnCallbackRector (renamed + refocused) drops the pointless return value and types the closure as void, matching the mocked void method. ([rector-phpunit #724])

 $this->createMock(SomeClass::class)
     ->method('run')
-    ->with($this->callback(function ($arg) {
-        echo $arg;
-
-        return true;
-    }));
+    ->willReturnCallback(function ($arg): void {
+        echo $arg;
+    });

... (truncated)

Commits
  • ba22f8c Rector 2.5.7
  • 1109537 Updated Rector to commit 653ec233fa55057fb11a6c133ed5c8d57dec9ff2
  • e363554 Updated Rector to commit 3c481b689cd746323dfad98782cd7939f28035e4
  • fb62051 Updated Rector to commit 3c481b689cd746323dfad98782cd7939f28035e4
  • 561c81c Updated Rector to commit 51d61737c5fbaed10c5f711bbc8074720452417e
  • 9f3ea3a Updated Rector to commit e713102f40682bc65311d3a50e5490e6acc452f3
  • 78b5c28 Updated Rector to commit 306b852af3e4d0045034a6865bffe311ccdf38c9
  • 4bb232c Updated Rector to commit 0e269a0d17470ec8331efb518efcfd5fa6e7162d
  • eab289b Updated Rector to commit cc1a748e25adb989f2cf42f0329792810d79d216
  • 4ebe4bc Updated Rector to commit ed944a11e6e3a83bac0f9e1f4a413bcc7153fca7
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update external dependencies php Pull requests that update php code labels Jul 13, 2026
@samsonasik

Copy link
Copy Markdown
Member

@dependabot recreate

…ory with 2 updates

Updates the requirements on [boundwize/structarmed](https://github.com/boundwize/structarmed) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

Updates `boundwize/structarmed` to 0.14.15
- [Release notes](https://github.com/boundwize/structarmed/releases)
- [Commits](boundwize/structarmed@0.14.11...0.14.15)

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

---
updated-dependencies:
- dependency-name: boundwize/structarmed
  dependency-version: 0.14.15
  dependency-type: direct:development
  dependency-group: composer-dependencies
- dependency-name: rector/rector
  dependency-version: 2.5.6
  dependency-type: direct:development
  dependency-group: composer-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump the composer-dependencies group with 2 updates chore(deps-dev): bump the composer-dependencies group across 1 directory with 2 updates Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/composer/composer-dependencies-22a379b8db branch from ae9cf6b to f5e0942 Compare July 13, 2026 15:37
@samsonasik
samsonasik merged commit 8c164d0 into develop Jul 13, 2026
50 checks passed
@samsonasik
samsonasik deleted the dependabot/composer/composer-dependencies-22a379b8db branch July 13, 2026 15: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 external dependencies php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant