[PR #866] [MERGED] Bump phpstan/phpstan from 0.10.5 to 0.10.6 #1400

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/866
Author: @dependabot-preview[bot]
Created: 12/5/2018
Status: Merged
Merged: 12/8/2018
Merged by: @phanan

Base: masterHead: dependabot/composer/phpstan/phpstan-0.10.6


📝 Commits (1)

  • d5977ff Bump phpstan/phpstan from 0.10.5 to 0.10.6

📊 Changes

1 file changed (+101 additions, -28 deletions)

View changed files

📝 composer.lock (+101 -28)

📄 Description

Bumps phpstan/phpstan from 0.10.5 to 0.10.6.

Release notes

Sourced from phpstan/phpstan's releases.

0.10.6

Commits
  • f0252a5 Support for array_key_first/array_key_last
  • d98c7ca Support for JSON_THROW_ON_ERROR
  • 7888e6e Support for is_countable()
  • 81fc897 PHAR failure is no longer allowed
  • daf7688 Separate job for PHAR pushing
  • 72b301f Fixed build
  • 4635ee1 Update README.md
  • e7574d6 Fixed commiting PHAR to shim repo
  • 99bb3a9 Travis - build PHP 7.3
  • d6c9a4e Travis CI - commit PHAR to phpstan-shim
  • 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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/866 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/5/2018 **Status:** ✅ Merged **Merged:** 12/8/2018 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/phpstan/phpstan-0.10.6` --- ### 📝 Commits (1) - [`d5977ff`](https://github.com/koel/koel/commit/d5977ff0ceecc4224c1bf1ba819334cc49500360) Bump phpstan/phpstan from 0.10.5 to 0.10.6 ### 📊 Changes **1 file changed** (+101 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+101 -28) </details> ### 📄 Description Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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:30:52 +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#1400
No description provided.