[PR #1063] [MERGED] Bump nunomaduro/larastan from 0.3.17 to 0.4.0 #1559

Closed
opened 2026-02-26 03:31:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1063
Author: @dependabot-preview[bot]
Created: 8/28/2019
Status: Merged
Merged: 8/29/2019
Merged by: @phanan

Base: masterHead: dependabot/composer/nunomaduro/larastan-0.4.0


📝 Commits (1)

  • e3a962f Bump nunomaduro/larastan from 0.3.17 to 0.4.0

📊 Changes

2 files changed (+33 additions, -145 deletions)

View changed files

📝 composer.json (+1 -1)
📝 composer.lock (+32 -144)

📄 Description

Bumps nunomaduro/larastan from 0.3.17 to 0.4.0.

Changelog

Sourced from nunomaduro/larastan's changelog.

[0.4.0] - 2019-08-28

Added

  • Support to Carbon macros (#301)

Fixed

  • Support to laravel/framework:^6.0 without laravel/helpers package (#311)

Removed

  • Dependency of orchestra/testbench in Laravel projects (#305)

[0.3.21] - 2019-08-17

Fixed

  • Macro method detector class implements MethodReflection instead of BuiltinMethodReflection (#299)

[0.3.20] - 2019-08-17

Fixed

  • Macro method detector class implements MethodReflection instead of BuiltinMethodReflection (#298)

[0.3.19] - 2019-08-16

Added

  • Partial support to auth helper (#254)

Fixed

  • Compatibility with PHPStan 0.11.13 (#294)

[0.3.18] - 2019-08-04

Added

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1063 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/28/2019 **Status:** ✅ Merged **Merged:** 8/29/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/nunomaduro/larastan-0.4.0` --- ### 📝 Commits (1) - [`e3a962f`](https://github.com/koel/koel/commit/e3a962f337d10c94e496b21fa1e630741a5f78fb) Bump nunomaduro/larastan from 0.3.17 to 0.4.0 ### 📊 Changes **2 files changed** (+33 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+32 -144) </details> ### 📄 Description Bumps [nunomaduro/larastan](https://github.com/nunomaduro/larastan) from 0.3.17 to 0.4.0. <details> <summary>Changelog</summary> *Sourced from [nunomaduro/larastan's changelog](https://github.com/nunomaduro/larastan/blob/master/CHANGELOG.md).* > ## [0.4.0] - 2019-08-28 > ### Added > - Support to `Carbon` macros ([#301](https://github-redirect.dependabot.com/nunomaduro/larastan/pull/301)) > > ### Fixed > - Support to `laravel/framework:^6.0` without `laravel/helpers` package ([#311](https://github-redirect.dependabot.com/nunomaduro/larastan/pull/311)) > > ### Removed > - Dependency of `orchestra/testbench` in Laravel projects ([#305](https://github-redirect.dependabot.com/nunomaduro/larastan/pull/305)) > > ## [0.3.21] - 2019-08-17 > ### Fixed > - Macro method detector class implements MethodReflection instead of BuiltinMethodReflection ([#299](https://github-redirect.dependabot.com/nunomaduro/larastan/pull/299)) > > ## [0.3.20] - 2019-08-17 > ### Fixed > - Macro method detector class implements MethodReflection instead of BuiltinMethodReflection ([#298](https://github-redirect.dependabot.com/nunomaduro/larastan/pull/298)) > > ## [0.3.19] - 2019-08-16 > ### Added > - Partial support to `auth` helper ([#254](https://github-redirect.dependabot.com/nunomaduro/larastan/pull/254)) > > ### Fixed > - Compatibility with PHPStan 0.11.13 ([#294](https://github-redirect.dependabot.com/nunomaduro/larastan/pull/294)) > > ## [0.3.18] - 2019-08-04 > ### Added > - Support to Laravel 6 ([2be403c](https://github.com/nunomaduro/larastan/commit/2be403c784d0f4b84449b1b4f91b5c6ace3585a1)) </details> <details> <summary>Commits</summary> - [`205986f`](https://github.com/nunomaduro/larastan/commit/205986fa7c8c86c05e70b0324a64c722c95bd712) Merge branch 'master' of https://github.com/nunomaduro/larastan - [`cf4d427`](https://github.com/nunomaduro/larastan/commit/cf4d427a6d9e8b8e90bfe925b9448c3549a477f2) docs: updates changelog - [`fd12125`](https://github.com/nunomaduro/larastan/commit/fd121258fa0ccc38240da3fe0756255a44d8b98a) Merge pull request [#311](https://github-redirect.dependabot.com/nunomaduro/larastan/issues/311) from nunomaduro/fix/usage-of-global-helpers - [`b4c7f9e`](https://github.com/nunomaduro/larastan/commit/b4c7f9e7d40ef0545802d7b47b4b42cf21a8bb66) Merge branch 'master' into fix/usage-of-global-helpers - [`6307a01`](https://github.com/nunomaduro/larastan/commit/6307a014f9b1cea38b0351a3a50881f29a3bec1a) Merge pull request [#301](https://github-redirect.dependabot.com/nunomaduro/larastan/issues/301) from kylekatarnls/feature/carbon-macros - [`b8bcef3`](https://github.com/nunomaduro/larastan/commit/b8bcef36859f760c7180a2df83703bb4b7aae722) fix: removes usage of global helpers - [`4f23d7d`](https://github.com/nunomaduro/larastan/commit/4f23d7ddca012529fe38e8ef7f6da6f9e412aca6) Fix PHP 7.1 unit tests compatibility - [`84745a7`](https://github.com/nunomaduro/larastan/commit/84745a70640ee2a35b73380e67787686e5f5da4a) Merge branch 'master' into feature/carbon-macros - [`67f736f`](https://github.com/nunomaduro/larastan/commit/67f736fe725a6a01856a6f7d64552ca2bd4b2573) docs: renames release file - [`41bc6a0`](https://github.com/nunomaduro/larastan/commit/41bc6a0895798217e334477f6f12547a6904eae6) docs: adds release.md; closes [#279](https://github-redirect.dependabot.com/nunomaduro/larastan/issues/279) - Additional commits viewable in [compare view](https://github.com/nunomaduro/larastan/compare/v0.3.17...v0.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=nunomaduro/larastan&package-manager=composer&previous-version=0.3.17&new-version=0.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=nunomaduro/larastan&package-manager=composer&previous-version=0.3.17&new-version=0.4.0) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1559
No description provided.