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 [laminas/laminas-view](https://github.com/laminas/laminas-view), [infection/infection](https://github.com/infection/infection), [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-view` to 2.32.0
- [Release notes](https://github.com/laminas/laminas-view/releases)
- [Commits](laminas/laminas-view@2.31.0...2.32.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.7...0.27.8)

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-view
  dependency-type: direct:production
  dependency-group: minor-patch-dependencies
- dependency-name: infection/infection
  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 10, 2023
1 parent 008ec61 commit 5017990
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 @@ -20,7 +20,7 @@
"ext-json": "*",
"laminas/laminas-http": "^2.19.0",
"laminas/laminas-uri": "^2.11.0",
"laminas/laminas-view": "^2.31.0"
"laminas/laminas-view": "^2.32.0"
},
"require-dev": {
"ext-ctype": "*",
Expand All @@ -29,14 +29,14 @@
"ext-tokenizer": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"infection/infection": "^0.27.7",
"infection/infection": "^0.27.8",
"laminas/laminas-modulemanager": "^2.15.0",
"laminas/laminas-servicemanager": "^3.22.1",
"mikey179/vfsstream": "^1.6.11",
"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 5017990

Please sign in to comment.