Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/composer-dependencies-e1b31a77e6
Open

chore(deps-dev): bump the composer-dependencies group across 1 directory with 2 updates#146
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/composer-dependencies-e1b31a77e6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown

Updates the requirements on codeigniter/phpstan-codeigniter and rector/rector to permit the latest version.
Updates codeigniter/phpstan-codeigniter to 2.1.0

Release notes

Sourced from codeigniter/phpstan-codeigniter's releases.

v2.1.0

What's Changed

Added

  • Type asObject-fetched entities by the producing model's casts

Full Changelog: CodeIgniter/phpstan-codeigniter@v2.0.1...v2.1.0

Commits
  • 61b0339 Type asObject-fetched entities by the producing model's casts
  • da84020 Apply the model's casts to entity property types
  • 408f5d4 Document the CodeIgniter bootstrap and SQLite-affinity limitation
  • aa91ccb Add a 1.x to 2.x upgrading guide
  • f236fef Register the cache-handler and services-argument rules and require ext-sqlite3
  • 3d8ffb3 Make datetime and json casts nullable on nullable columns
  • 39efbcb Discover migrations from all namespaces when none is configured
  • 8613271 Document Model/Entity type inference
  • c237109 Type fake() as a fabricated record of the model's return type
  • eb763b2 Type Model findColumn as a list of the column's values
  • Additional commits viewable in compare view

Updates rector/rector to 2.4.5

Release notes

Sourced from rector/rector's releases.

Released Rector 2.4.5

New Features 🥳

Bugfixes 🐛

  • fix: skip StaticCallToMethodCallRector when parent declares final __construct (#8001)
  • [NodeManipulator] Use ClassReflection parent isFinalByKeyword()->yes() on ClassDependencyManipulator (#8002)
  • [BetterPhpDocParser] Don't wrap first-position @​method param union in extra parens (#8003), Thanks @​kyle-bisnow!
  • [ci] kick of auto issue fixer (#8004)
  • [automated] Apply Coding Standard (#8005)
  • [CodeQuality] Skip possibly undefined variable on SimplifyEmptyCheckOnEmptyArrayRector (#8006)
  • [CodingStyle] Handle namespaced function string on FunctionFirstClassCallableRector (#8007)
  • Fix compatibility on optional key on array dim fetch to be Mixed on phpstan patch 2.1.x-dev (#8008)
  • Update Mongodb constant from DoctrineSetList (#8009)
  • Bump to PHPStan ^2.1.56 (#8010)

rectorphp/rector-symfony

  • [QA] Add StructArmed to QA (#939)
  • [Symfony81] add rule for Ulid::isValid() new argument (#938), Thanks @​MrYamous
  • [Symfony81] add rule for Serialiazer method change (#937), Thanks @​MrYamous
  • [Symfony81] add rules for DependencyInjection namespace change (#936), Thanks @​MrYamous

rectorphp/rector-doctrine

  • [QA] Add StructArmed to QA (#482)

rectorphp/rector-phpunit

  • [QA] Add StructArmed to QA (#677)
  • fix assert call type resolving (#675)
  • fix AssertIsTypeMethodCallRector crash on enum case argument (#674)

rectorphp/rector-downgrade-php

  • [QA] Add StructArmed to QA (#375)
Commits
  • cbd8602 Rector 2.4.5
  • 7f6f97d Updated Rector to commit 9249ec80180323e2a92afb228d771020c8d36a37
  • 41201b4 Updated Rector to commit b961f4c3ac6f6d43a3aca64a6af392d0226429fb
  • e5cbe67 Updated Rector to commit b095655ec65eb4ff29c9dd4ce06aff6d5b9f4bff
  • 97a6415 Updated Rector to commit cb51f65ec203fa464df397013e7a083965dd30b1
  • 413f2cf Updated Rector to commit c2be58d6df9eb6aa5dfc6707cf397a80dd39fefd
  • f87e84c Updated Rector to commit 74c490771253f9cba68cf92c2adb02ba78524193
  • e2e2018 Updated Rector to commit 3a0a66339a0c34f32f67d6dbca6c993b7f3e1bbf
  • ed86089 Updated Rector to commit be048923d0f50092ec6869ec41a0c1e92526f86c
  • 58f40b4 Updated Rector to commit 3ce9bbba2b30c0d4dcee5d7478a410ce196c0f5d
  • Additional commits viewable in compare view

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 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

…ory with 2 updates

Updates the requirements on [codeigniter/phpstan-codeigniter](https://github.com/CodeIgniter/phpstan-codeigniter) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

Updates `codeigniter/phpstan-codeigniter` to 2.1.0
- [Release notes](https://github.com/CodeIgniter/phpstan-codeigniter/releases)
- [Changelog](https://github.com/CodeIgniter/phpstan-codeigniter/blob/2.x/CHANGELOG.md)
- [Commits](CodeIgniter/phpstan-codeigniter@v1.5.0...v2.1.0)

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

---
updated-dependencies:
- dependency-name: codeigniter/phpstan-codeigniter
  dependency-version: 2.1.0
  dependency-type: direct:development
  dependency-group: composer-dependencies
- dependency-name: rector/rector
  dependency-version: 2.4.5
  dependency-type: direct:development
  dependency-group: composer-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 16, 2026
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.

0 participants