Skip to content

Bump barryvdh/laravel-ide-helper from 2.9.1 to 2.9.3

Created by: dependabot[bot]

Bumps barryvdh/laravel-ide-helper from 2.9.1 to 2.9.3.

Release notes

Sourced from barryvdh/laravel-ide-helper's releases.

v2.9.3

Fixed

  • Support both customized namespace factories as well as default resolvable ones #1201 / wimski

v2.9.2

Added

  • Model hooks for adding custom information from external sources to model classes through the ModelsCommand #945 / wimski

Fixed

Changelog

Sourced from barryvdh/laravel-ide-helper's changelog.

2021-04-02, 2.9.3

Fixed

  • Support both customized namespace factories as well as default resolvable ones #1201 / wimski

2021-04-01, 2.9.2

Added

  • Model hooks for adding custom information from external sources to model classes through the ModelsCommand #945 / wimski

Fixed

Commits
  • 2f61602 Support both customized namespace factories as well as default resolvable one...
  • c8ebf56 chore: prepare 2.9.2 release (#1197)
  • 843067b Merge pull request #1196 from ahmed-aliraqi/master
  • f0f7051 formatting
  • e1af93f update changelog
  • b19b1d6 testing
  • 92d7f2e fix ide-helper:models error if model doesn't have factory
  • f0c138c Model hooks (#945)
  • b8d5fc3 Merge pull request #1193 from netpok/skip_generate_in_phpunit
  • df994eb Merge branch 'master' into skip_generate_in_phpunit
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports