PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.
phpstan/phpstan (phpstan/phpstan)
### [`v1.12.2`](https://redirect.github.com/phpstan/phpstan/releases/tag/1.12.2)
[Compare Source](https://redirect.github.com/phpstan/phpstan/compare/1.12.1...1.12.2)
# Improvements 🔧
- PHP 8.4 - report deprecated implicitly nullable parameter types (https://github.com/phpstan/phpstan-src/commit/9bd027c56330c0f5cc2abab2159549373539583d), [#11413](https://redirect.github.com/phpstan/phpstan/issues/11413)
# Bugfixes 🐛
- Run `@mixin` class reflection extensions after all other class reflection extensions (https://github.com/phpstan/phpstan-src/commit/c889baa9ec60394e9201b2a7054486c66b40fa9b), [#11624](https://redirect.github.com/phpstan/phpstan/issues/11624), [#11342](https://redirect.github.com/phpstan/phpstan/issues/11342), [#10159](https://redirect.github.com/phpstan/phpstan/issues/10159), [https://github.com/larastan/larastan/issues/2032](https://redirect.github.com/larastan/larastan/issues/2032)
- RegexArrayShapeMatcher - Don't optimize alternations with optional groups for tagged unions ([#3395](https://redirect.github.com/phpstan/phpstan-src/pull/3395)), [#11604](https://redirect.github.com/phpstan/phpstan/issues/11604), thanks [@staabm](https://redirect.github.com/staabm)!
- Narrow array on `count()` with `positive-int` ([#3389](https://redirect.github.com/phpstan/phpstan-src/pull/3389)), thanks [@staabm](https://redirect.github.com/staabm)!
- Improve narrowing after string functions ([#3390](https://redirect.github.com/phpstan/phpstan-src/pull/3390)), thanks [@staabm](https://redirect.github.com/staabm)!
- Add `Type::reverseArray()` ([#3344](https://redirect.github.com/phpstan/phpstan-src/pull/3344)), thanks [@herndlm](https://redirect.github.com/herndlm)!
# Function signature fixes 🤖
- `version_compare()` operator arg can be null ([#3399](https://redirect.github.com/phpstan/phpstan-src/pull/3399)), [#4457](https://redirect.github.com/phpstan/phpstan/issues/4457), thanks [@staabm](https://redirect.github.com/staabm)!
# Internals 🔍
- Regression test ([#3396](https://redirect.github.com/phpstan/phpstan-src/pull/3396)), [#6642](https://redirect.github.com/phpstan/phpstan/issues/6642), thanks [@VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Simplify isFloat checks ([#3397](https://redirect.github.com/phpstan/phpstan-src/pull/3397)), thanks [@staabm](https://redirect.github.com/staabm)!
sebastianbergmann/phpunit (phpunit/phpunit)
### [`v10.5.32`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.32): PHPUnit 10.5.32
[Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.31...10.5.32)
##### Added
- [#5937](https://redirect.github.com/sebastianbergmann/phpunit/issues/5937): `failOnPhpunitDeprecation` attribute on the `` element of the XML configuration file and `--fail-on-phpunit-deprecation` CLI option for controlling whether PHPUnit deprecations should be considered when determining the test runner's shell exit code (default: do not consider)
- `displayDetailsOnPhpunitDeprecations` attribute on the `` element of the XML configuration file and `--display-phpunit-deprecations` CLI option for controlling whether details on PHPUnit deprecations should be displayed (default: do not display)
##### Changed
- [#5937](https://redirect.github.com/sebastianbergmann/phpunit/issues/5937): PHPUnit deprecations will, by default, no longer affect the test runner's shell exit code. This can optionally be turned back on using the `--fail-on-phpunit-deprecation` CLI option or the `failOnPhpunitDeprecation="true"` attribute on the `` element of the XML configuration file.
- Details for PHPUnit deprecations will, by default, no longer be displayed. This can optionally be turned back on using the `--display-phpunit-deprecations` CLI option or the `displayDetailsOnPhpunitDeprecations` attribute on the `` element of the XML configuration file.
***
[How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled because a matching PR was automerged previously.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^1.12.1
->^1.12.2
^10.5.31
->^10.5.32
Release Notes
phpstan/phpstan (phpstan/phpstan)
### [`v1.12.2`](https://redirect.github.com/phpstan/phpstan/releases/tag/1.12.2) [Compare Source](https://redirect.github.com/phpstan/phpstan/compare/1.12.1...1.12.2) # Improvements 🔧 - PHP 8.4 - report deprecated implicitly nullable parameter types (https://github.com/phpstan/phpstan-src/commit/9bd027c56330c0f5cc2abab2159549373539583d), [#11413](https://redirect.github.com/phpstan/phpstan/issues/11413) # Bugfixes 🐛 - Run `@mixin` class reflection extensions after all other class reflection extensions (https://github.com/phpstan/phpstan-src/commit/c889baa9ec60394e9201b2a7054486c66b40fa9b), [#11624](https://redirect.github.com/phpstan/phpstan/issues/11624), [#11342](https://redirect.github.com/phpstan/phpstan/issues/11342), [#10159](https://redirect.github.com/phpstan/phpstan/issues/10159), [https://github.com/larastan/larastan/issues/2032](https://redirect.github.com/larastan/larastan/issues/2032) - RegexArrayShapeMatcher - Don't optimize alternations with optional groups for tagged unions ([#3395](https://redirect.github.com/phpstan/phpstan-src/pull/3395)), [#11604](https://redirect.github.com/phpstan/phpstan/issues/11604), thanks [@staabm](https://redirect.github.com/staabm)! - Narrow array on `count()` with `positive-int` ([#3389](https://redirect.github.com/phpstan/phpstan-src/pull/3389)), thanks [@staabm](https://redirect.github.com/staabm)! - Improve narrowing after string functions ([#3390](https://redirect.github.com/phpstan/phpstan-src/pull/3390)), thanks [@staabm](https://redirect.github.com/staabm)! - Add `Type::reverseArray()` ([#3344](https://redirect.github.com/phpstan/phpstan-src/pull/3344)), thanks [@herndlm](https://redirect.github.com/herndlm)! # Function signature fixes 🤖 - `version_compare()` operator arg can be null ([#3399](https://redirect.github.com/phpstan/phpstan-src/pull/3399)), [#4457](https://redirect.github.com/phpstan/phpstan/issues/4457), thanks [@staabm](https://redirect.github.com/staabm)! # Internals 🔍 - Regression test ([#3396](https://redirect.github.com/phpstan/phpstan-src/pull/3396)), [#6642](https://redirect.github.com/phpstan/phpstan/issues/6642), thanks [@VincentLanglet](https://redirect.github.com/VincentLanglet)! - Simplify isFloat checks ([#3397](https://redirect.github.com/phpstan/phpstan-src/pull/3397)), thanks [@staabm](https://redirect.github.com/staabm)!sebastianbergmann/phpunit (phpunit/phpunit)
### [`v10.5.32`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.32): PHPUnit 10.5.32 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.31...10.5.32) ##### Added - [#5937](https://redirect.github.com/sebastianbergmann/phpunit/issues/5937): `failOnPhpunitDeprecation` attribute on the `Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled because a matching PR was automerged previously.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.