Update all non-major dependencies (patch)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| dbp/api-core-bundle | require | patch |
0.1.7 -> 0.1.8
|
| phpstan/phpstan | require-dev | patch |
0.12.93 -> 0.12.94
|
| symfony/browser-kit (source) | require-dev | patch |
5.3.0 -> 5.3.4
|
| symfony/framework-bundle (source) | require | patch |
5.3.3 -> 5.3.4
|
| symfony/http-client (source) | require-dev | patch |
5.3.3 -> 5.3.4
|
| symfony/phpunit-bridge (source) | require-dev | patch |
5.3.3 -> 5.3.4
|
| symfony/security-core (source) | require | patch |
5.3.3 -> 5.3.6
|
| symfony/security-guard (source) | require | patch |
5.3.0 -> 5.3.4
|
| symfony/yaml (source) | require | patch |
5.3.3 -> 5.3.6
|
Release Notes
phpstan/phpstan
v0.12.94
Improvements 🔧
- Added integer range PHPDoc support (#596), thanks @clxmstaab!
- Cover
non-empty-arrayinarray_flip(#583), thanks @staabm! - Update
nikic/php-parserto 4.12.0 (https://github.com/phpstan/phpstan-src/commit/dca48f34bcec87971ceaa4643eef02ed9b2fd812) - Custom PHAR namespace prefix with Git commit (https://github.com/phpstan/phpstan-src/commit/1501229bb601298c9bc0914433cfa98e9dd050e6)
- Simplify FileCacheStorage (#593), thanks @staabm!
- Result cache - notice change in class constant PHPDoc (https://github.com/phpstan/phpstan-src/commit/d88b568cae5759e56cdc1c21433f002db07aefaf)
- Result cache - notice change in
readonlyproperty (PHP 8.1) (https://github.com/phpstan/phpstan-src/commit/c19506b58e334a8b8ccaaefdfe2beabfa3c064a1) - Result cache - notice change in
finalclass constant (PHP 8.1) (https://github.com/phpstan/phpstan-src/commit/092d8e3bbf013fe52db81ec7f09385bed2db9f63) - Do not rely on registered exception handler when debugging (https://github.com/phpstan/phpstan-src/commit/48ec184015023796ec32234d918fbda305606c51)
- ResultCacheManager: introduce flag
checkDependenciesOfProjectExtensionFiles(#595), #5296, thanks @janedbal! - Update PHP 8 stubs (https://github.com/phpstan/phpstan-src/commit/91fde71dc649e07b5ee19a565eb021e6205a7cbe)
Bleeding edge 🔪
- Check classes extending
@finalclasses (https://github.com/phpstan/phpstan-src/commit/dffd2c2351e5fc5d22b752bf3b8be84bf1708f71), https://github.com/phpstan/phpstan/discussions/5343
If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Bugfixes 🐛
- Fix overriding
Memcache::get()andMemcachePool::get()(https://github.com/phpstan/phpstan-src/commit/c5f9d2400ee430a4850a87186a751d1e1d9fc9be) - Fix overriding throw point with inline
@throws void(https://github.com/phpstan/phpstan-src/commit/da3790efa9f5ee96c3b7905342904fe3651a29af), #5364 - ResultCacheManager: read also
rulesin config.neonfile (#594), thanks @janedbal!
Function signature fixes 🤖
symfony/browser-kit
v5.3.4
Changelog (https://github.com/symfony/browser-kit/compare/v5.3.3...v5.3.4)
- no significant changes
symfony/framework-bundle
v5.3.4
Changelog (https://github.com/symfony/framework-bundle/compare/v5.3.3...v5.3.4)
symfony/http-client
v5.3.4
Changelog (https://github.com/symfony/http-client/compare/v5.3.3...v5.3.4)
- bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
symfony/phpunit-bridge
v5.3.4
Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.3.3...v5.3.4)
symfony/security-core
v5.3.6
Changelog (https://github.com/symfony/security-core/compare/v5.3.5...v5.3.6)
- no significant changes
v5.3.4
Changelog (https://github.com/symfony/security-core/compare/v5.3.3...v5.3.4)
symfony/security-guard
v5.3.4
Changelog (https://github.com/symfony/security-guard/compare/v5.3.3...v5.3.4)
- bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
symfony/yaml
v5.3.6
Changelog (https://github.com/symfony/yaml/compare/v5.3.5...v5.3.6)
- bug #42296 Remove PHP 8.0 polyfill (derrabus)
v5.3.4
Changelog (https://github.com/symfony/yaml/compare/v5.3.3...v5.3.4)
- bug #42074 Fix ctype_digit deprecation (alexpott)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.