Skip to content

Commit

Permalink
composer(deps): bump the minor-patch-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [symfony/console](https://github.com/symfony/console), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

Updates `symfony/console` to 6.4.0
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md)
- [Commits](symfony/console@v6.3.8...v6.4.0)

Updates `mimmi20/coding-standard` to 5.1.27
- [Release notes](https://github.com/mimmi20/coding-standard/releases)
- [Commits](mimmi20/coding-standard@5.1.26...5.1.27)

Updates `phpstan/phpstan` to 1.10.46
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.44...1.10.46)

Updates `rector/rector` to 0.18.11
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.18.10...0.18.11)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-type: direct:production
  dependency-group: minor-patch-dependencies
- dependency-name: mimmi20/coding-standard
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: rector/rector
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mimmi20 committed Dec 1, 2023
1 parent d7e971b commit edf08de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^8.1.0",
"ext-mbstring": "*",
"monolog/monolog": "^3.5.0",
"symfony/console": "^v6.3.8"
"symfony/console": "^v6.4.0"
},
"require-dev": {
"ext-ctype": "*",
Expand All @@ -32,14 +32,14 @@
"infection/infection": "^0.27.8",
"laminas/laminas-modulemanager": "^2.15.0",
"laminas/laminas-servicemanager": "^3.22.1",
"mimmi20/coding-standard": "^5.1.26",
"mimmi20/coding-standard": "^5.1.27",
"nikic/php-parser": "^v4.17.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.44",
"phpstan/phpstan": "^1.10.46",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^10.4.2",
"rector/rector": "^0.18.10"
"rector/rector": "^0.18.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit edf08de

Please sign in to comment.