Skip to content

Commit fd1f9d3

Browse files
chore(deps): update composer dev tooling dependencies (#466)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ergebnis/composer-normalize](https://redirect.github.com/ergebnis/composer-normalize) | `^2.50.0` → `^2.51.0` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/ergebnis%2fcomposer-normalize/2.51.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/ergebnis%2fcomposer-normalize/2.50.0/2.51.0?slim=true) | | [php-cs-fixer/shim](https://redirect.github.com/PHP-CS-Fixer/shim) | `^3.94.2` → `^3.95.1` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/php-cs-fixer%2fshim/3.95.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/php-cs-fixer%2fshim/3.94.2/3.95.1?slim=true) | | [phpstan/phpstan](https://redirect.github.com/phpstan/phpstan-phar-composer-source) | `^2.1.50` → `^2.1.54` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/2.1.54?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/2.1.50/2.1.54?slim=true) | | [phpunit/phpunit](https://phpunit.de/) ([source](https://redirect.github.com/sebastianbergmann/phpunit)) | `^13.1.7` → `^13.1.8` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/13.1.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/13.1.7/13.1.8?slim=true) | --- ### Release Notes <details> <summary>ergebnis/composer-normalize (ergebnis/composer-normalize)</summary> ### [`v2.51.0`](https://redirect.github.com/ergebnis/composer-normalize/blob/HEAD/CHANGELOG.md#2510-2510) [Compare Source](https://redirect.github.com/ergebnis/composer-normalize/compare/2.50.0...2.51.0) For a full diff see \[`2.50.0...2.51.0`]\[2.50.0...2.51.0]. ##### Changed - Updated `schema.json` (\[[#&#8203;1592](https://redirect.github.com/ergebnis/composer-normalize/issues/1592)]), by \[[@&#8203;ergebnis-bot](https://redirect.github.com/ergebnis-bot)] </details> <details> <summary>PHP-CS-Fixer/shim (php-cs-fixer/shim)</summary> ### [`v3.95.1`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.95.0...v3.95.1) [Compare Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.95.0...v3.95.1) ### [`v3.95.0`](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.94.2...v3.95.0) [Compare Source](https://redirect.github.com/PHP-CS-Fixer/shim/compare/v3.94.2...v3.95.0) </details> <details> <summary>phpstan/phpstan-phar-composer-source (phpstan/phpstan)</summary> ### [`v2.1.54`](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.1.53...2.1.54) [Compare Source](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.1.53...2.1.54) ### [`v2.1.53`](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.1.52...2.1.53) [Compare Source](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.1.52...2.1.53) ### [`v2.1.52`](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.1.51...2.1.52) [Compare Source](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.1.51...2.1.52) ### [`v2.1.51`](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.1.50...2.1.51) [Compare Source](https://redirect.github.com/phpstan/phpstan-phar-composer-source/compare/2.1.50...2.1.51) </details> <details> <summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary> ### [`v13.1.8`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/13.1.8): PHPUnit 13.1.8 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/13.1.7...13.1.8) ##### Fixed - [#&#8203;6595](https://redirect.github.com/sebastianbergmann/phpunit/issues/6595): Crash when before-class or after-class method fails with assertion failure - [#&#8203;6599](https://redirect.github.com/sebastianbergmann/phpunit/issues/6599): TeamCity logger does not wrap failures in before-test methods with `testStarted` and `testFinished` - [#&#8203;6601](https://redirect.github.com/sebastianbergmann/phpunit/issues/6601): Anonymous classes are not rejected with a clear error when creating a test double - [#&#8203;6603](https://redirect.github.com/sebastianbergmann/phpunit/issues/6603): `assertArrays*IgnoringOrder()` fails on mixed scalar types and on reordered nested associative arrays - `MockBuilder::setMockClassName()` and `TestStubBuilder::setStubClassName()` now reject values that are not valid unqualified PHP class identifiers, throwing the new `InvalidClassNameException` - The regular expression used by `Generator::ensureValidMethods()` to validate method names passed to `MockBuilder::onlyMethods()` and `addMethods()` was not anchored, so any string containing a valid identifier substring (including strings with parentheses, braces, comments, or newlines) was accepted *** Learn how to install or update PHPUnit 13.1 in the [documentation](https://docs.phpunit.de/en/13.1/installation.html). ##### Keep up to date with PHPUnit: - You can follow [@&#8203;phpunit@phpc.social](https://phpc.social/@&#8203;phpunit) to stay up to date with PHPUnit's development. - You can subscribe to the [PHPUnit Updates](https://phpunit.de/newsletter) newsletter to receive updates about and tips for PHPUnit. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Lendable/composer-license-checker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ff9a33 commit fd1f9d3

2 files changed

Lines changed: 43 additions & 42 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"symfony/process": "^5.4.46 || ^6.4.14 || ^7.3 || ^8.0"
1717
},
1818
"require-dev": {
19-
"ergebnis/composer-normalize": "^2.50.0",
19+
"ergebnis/composer-normalize": "^2.51.0",
2020
"lendable/phpunit-extensions": "^0.5",
21-
"php-cs-fixer/shim": "^3.94.2",
22-
"phpstan/phpstan": "^2.1.50",
21+
"php-cs-fixer/shim": "^3.95.1",
22+
"phpstan/phpstan": "^2.1.54",
2323
"phpstan/phpstan-deprecation-rules": "^2.0.4",
2424
"phpstan/phpstan-phpunit": "^2.0.16",
2525
"phpstan/phpstan-strict-rules": "^2.0.10",
26-
"phpunit/phpunit": "^13.1.7",
26+
"phpunit/phpunit": "^13.1.8",
2727
"rector/rector": "^2.4.2",
2828
"symfony/filesystem": "^6.2"
2929
},

composer.lock

Lines changed: 39 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)