codedge / statamic-magiclink

Login into Control Panel without using a password - just by using a magic link.
https://statamic.com/addons/codedge/statamic-magiclink
3 stars 1 forks source link

composer(deps-dev): update nunomaduro/larastan requirement from ^0.7.12 to ^1.0.4 #226

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on nunomaduro/larastan to permit the latest version.

Release notes

Sourced from nunomaduro/larastan's releases.

1.0.4

What's Changed

This release adds a constraint on allowed PHPStan versions. 1.x is branch is not compatible with PHPStan 1.9

Also 1.x branch is not maintained anymore. Users should upgrade to Larastan 2.x as soon as possible.

Changelog

Sourced from nunomaduro/larastan's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[2.2.0] - 2022-08-31

Added

Fixed

[2.1.8] - 2022-06-04

Fixed

[2.1.7] - 2022-06-03

Added

... (truncated)

Commits
  • 769bc63 Conflict with newer PHPStan versions
  • ccdd599 Update README.md of version 1.x (#1108)
  • 698362d Fix sample app problem in RouteServiceProvider (#1097)
  • f5ce153 Run CI on new default branch
  • a09ce5b fix: check for trait with getDeclaringTrait if method is declared in a trait
  • 3808bab fix: use container to get the FunctionCallParametersCheck class in test
  • 08c4f4f fix: Call to an undefined method Eloquent\Builder::restore (#1061)
  • b772627 Fix SchemaAggregation when renaming tables through non-static method call (#1...
  • 591eeab Avoid #1059 (#1062)
  • 3e0beab docs(release): 1.0.2
  • 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 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)
dependabot[bot] commented 10 months ago

Superseded by #300.