Skip to content

Commit

Permalink
composer(deps): bump the minor-patch-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog), [infection/infection](https://github.com/infection/infection), [laminas/laminas-modulemanager](https://github.com/laminas/laminas-modulemanager), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard) and [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.

Updates `monolog/monolog` to 3.5.0
- [Release notes](https://github.com/Seldaek/monolog/releases)
- [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md)
- [Commits](Seldaek/monolog@3.4.0...3.5.0)

Updates `infection/infection` to 0.27.7
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.27.6...0.27.7)

Updates `laminas/laminas-modulemanager` to 2.15.0
- [Release notes](https://github.com/laminas/laminas-modulemanager/releases)
- [Commits](laminas/laminas-modulemanager@2.14.0...2.15.0)

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

Updates `phpstan/phpstan` to 1.10.40
- [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.39...1.10.40)

---
updated-dependencies:
- dependency-name: monolog/monolog
  dependency-type: direct:production
  dependency-group: minor-patch-dependencies
- dependency-name: infection/infection
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: laminas/laminas-modulemanager
  dependency-type: direct:development
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mimmi20 committed Nov 3, 2023
1 parent c64d52f commit 1502fa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^8.1.0",
"ext-mbstring": "*",
"monolog/monolog": "^3.4.0",
"monolog/monolog": "^3.5.0",
"symfony/console": "^v6.3.4"
},
"require-dev": {
Expand All @@ -29,13 +29,13 @@
"ext-tokenizer": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"infection/infection": "^0.27.6",
"laminas/laminas-modulemanager": "^2.14.0",
"infection/infection": "^0.27.7",
"laminas/laminas-modulemanager": "^2.15.0",
"laminas/laminas-servicemanager": "^3.22.1",
"mimmi20/coding-standard": "^5.1.20",
"mimmi20/coding-standard": "^5.1.23",
"nikic/php-parser": "^v4.17.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.39",
"phpstan/phpstan": "^1.10.40",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^10.4.2",
Expand Down

0 comments on commit 1502fa0

Please sign in to comment.