Update root-composer
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| brianium/paratest | require-dev | patch | 6.6.2 -> 6.6.4 |
| composer/ca-bundle | require | patch | 1.3.3 -> 1.3.4 |
| nette/di (source) | require | patch | 3.0.11 -> 3.0.13 |
| nette/finder (source) | require | patch | 2.5.3 -> 2.5.4 |
| nette/neon (source) | require | patch | 3.3.2 -> 3.3.3 |
| nette/utils (source) | require | patch | 3.2.7 -> 3.2.8 |
| phpunit/phpunit (source) | require-dev | patch | 9.5.23 -> 9.5.25 |
| symfony/console (source) | require | patch | 5.4.13 -> 5.4.14 |
| symfony/string (source) | require | patch | 5.4.13 -> 5.4.14 |
Release Notes
paratestphp/paratest
v6.6.4
What's Changed
- Upgrade to doctrine/coding-standards:v10 by @Slamdunk in https://github.com/paratestphp/paratest/pull/691
- PhpstormHelper: do no rely on external packages that are still not loaded by @Slamdunk in https://github.com/paratestphp/paratest/pull/694
Full Changelog: https://github.com/paratestphp/paratest/compare/v6.6.3...v6.6.4
v6.6.3
What's Changed
- PhpStorm integration: consider phpunit binary located in bin directory by @alexndlm in https://github.com/paratestphp/paratest/pull/689
New Contributors
- @alexndlm made their first contribution in https://github.com/paratestphp/paratest/pull/689
Full Changelog: https://github.com/paratestphp/paratest/compare/v6.6.2...v6.6.3
composer/ca-bundle
v1.3.4
What's Changed
- Update cacert.pem by @github-actions in https://github.com/composer/ca-bundle/pull/77
Full Changelog: https://github.com/composer/ca-bundle/compare/1.3.3...1.3.4
nette/di
v3.0.13
- private constants are PascalCase
- Resolver: autowiring of collection supports 'array`<int,T>`` annotation #277
- composer: updated dependencies
- DefinitionSchema: recognizes Locator with one service #276
v3.0.12
Resolver::resolveEntityType()ignores return types 'object' & 'mixed' #274Resolver::autowireArgument()uses named arguments to skip optional parameters in PHP 8- Resolver: forbidden to use extra parameter after optional (for forward compatibility) (BC break)
Resolver::autowireArguments()improved support for variadics- Resolver: refactoring of
autowireArguments() - ServicesExtension: improved parameter merging method
- DependencyChecker: do not serialize object parameters #273
- PhpGenerator: do not format the statement twice or incorrectly
- improved exception messages
- improved coding style
- ServiceDefinition: added
setCreator()&getCreator(), aliases forsetFactory()&getFactory()
nette/neon
v3.3.3
- Encoder: uses more readable single quote strings
Node::getSubNodes()changed to IteratorAggregate generator,- Traverser: added DontTraverseChildren & StopTraversal, $enter and $leave callbacks
- Node: added $startLine & $endLine
- Node: startPos & endPos renamed to startTokenPos & endTokenPos
- cs, constants are PascalCase
nette/utils
v3.2.8
- support for PHP 8.2
- tests: deprecated GD changed to PNG
Image::clone()uses PNG format because GD2 is disabled since libgd 2.3.3- Image::detectTypeFromFile & detectTypeFromString returns width & height
- Image: added
extensionToType() - private constants are PascalCase
- ObjectHelpers: fixed parsing static @methods #278
symfony/console
v5.4.14
Changelog (https://github.com/symfony/console/compare/v5.4.13...v5.4.14)
- bug #47779 Fix
Helper::removeDecorationhyperlink bug (greew)
symfony/string
v5.4.14
Changelog (https://github.com/symfony/string/compare/v5.4.13...v5.4.14)
- no significant changes
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.