Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Composer dev tooling dependencies (#113)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [php-cs-fixer/shim](https://togithub.com/PHP-CS-Fixer/shim) | require-dev | minor | `^3.15.1` -> `^3.16.0` | | [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | require-dev | patch | `^1.10.8` -> `^1.10.10` | --- ### Release Notes <details> <summary>PHP-CS-Fixer/shim</summary> ### [`v3.16.0`](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.15.1...v3.16.0) [Compare Source](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.15.1...v3.16.0) </details> <details> <summary>phpstan/phpstan</summary> ### [`v1.10.10`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.10) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.10.9...1.10.10) # Improvements 🔧 - JsonErrorFormatter - include identifiers (phpstan/phpstan-src@6910be2) - AccessPropertiesRule - tip with [article link](https://phpstan.org/blog/solving-phpstan-access-to-undefined-property) (phpstan/phpstan-src@e6e2d1a) - Note about `--xdebug` when Xdebug is enabled (phpstan/phpstan-src@1d4ede1) # Bugfixes 🐛 - IssetCheck - respect `treatPhpDocTypesAsCertain` for variables (phpstan/phpstan-src@5b7a115), [#​9126](https://togithub.com/phpstan/phpstan/issues/9126) - IssetCheck - respect `treatPhpDocTypesAsCertain` in more places (phpstan/phpstan-src@49d2aa6) - Do not check template type variance in constructor ([#​2311](https://togithub.com/phpstan/phpstan-src/pull/2311)), thanks [@​jiripudil](https://togithub.com/jiripudil)! # Function signature fixes 🤖 - Fix `Imagick::profileImage()` type ([#​2312](https://togithub.com/phpstan/phpstan-src/pull/2312)), thanks [@​zonuexe](https://togithub.com/zonuexe)! ### [`v1.10.9`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.9) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.10.8...1.10.9) # Improvements 🔧 - Test cases - make some methods static because of PHPUnit 10 dataProviders (phpstan/phpstan-src@ea2670a), [https://github.com/phpstan/phpstan/discussions/9070](https://togithub.com/phpstan/phpstan/discussions/9070) - StrictComparisonOfDifferentTypesRule - tip about `treatPhpDocTypesAsCertain` (phpstan/phpstan-src@40400ae) - ConstantLooseComparisonRule - respect `treatPhpDocTypesAsCertain` (phpstan/phpstan-src@72472dd) - ConstantLooseComparisonRule - tip about `treatPhpDocTypesAsCertain` (phpstan/phpstan-src@d892c34) - PHPStan Pro - configurable DNS servers (phpstan/phpstan-src@f3711a2), [#​9106](https://togithub.com/phpstan/phpstan/issues/9106) - Attempt unloading Xdebug before showing warnings ([#​2299](https://togithub.com/phpstan/phpstan-src/pull/2299)), thanks [@​AJenbo](https://togithub.com/AJenbo)! # Function signature fixes 🤖 - Fix `pg_pconnect` function signature ([#​2300](https://togithub.com/phpstan/phpstan-src/pull/2300)), thanks [@​dravnic](https://togithub.com/dravnic)! - Fix incorrect type for `NumberFormatter::parseCurrency` ([#​2309](https://togithub.com/phpstan/phpstan-src/pull/2309)), thanks [@​rovansteen](https://togithub.com/rovansteen)! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Lendable/composer-license-checker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMy4zIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information