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 [laminas/laminas-router](https://github.com/laminas/laminas-router), [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 `laminas/laminas-router` to 3.12.0
- [Release notes](https://github.com/laminas/laminas-router/releases)
- [Commits](laminas/laminas-router@3.11.1...3.12.0)

Updates `infection/infection` to 0.27.8
- [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.8)

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.24
- [Release notes](https://github.com/mimmi20/coding-standard/releases)
- [Commits](mimmi20/coding-standard@5.1.23...5.1.24)

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

---
updated-dependencies:
- dependency-name: laminas/laminas-router
  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 Nov 9, 2023
1 parent 512505d commit 4c6d097
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": "*",
"laminas/laminas-router": "^3.11.1",
"laminas/laminas-router": "^3.12.0",
"laminas/laminas-stdlib": "^3.18.0"
},
"require-dev": {
Expand All @@ -28,13 +28,13 @@
"ext-tokenizer": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"infection/infection": "^0.27.6",
"laminas/laminas-modulemanager": "^2.14.0",
"infection/infection": "^0.27.8",
"laminas/laminas-modulemanager": "^2.15.0",
"laminas/laminas-servicemanager": "^3.22.1",
"mimmi20/coding-standard": "^5.1.23",
"mimmi20/coding-standard": "^5.1.24",
"nikic/php-parser": "^v4.17.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.40",
"phpstan/phpstan": "^1.10.41",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^10.4.2",
Expand Down

0 comments on commit 4c6d097

Please sign in to comment.