Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

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-diactoros](https://github.com/laminas/laminas-diactoros), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.

Updates `laminas/laminas-diactoros` to 3.2.0
- [Release notes](https://github.com/laminas/laminas-diactoros/releases)
- [Commits](laminas/laminas-diactoros@3.1.0...3.2.0)

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

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

Updates `phpunit/phpunit` to 10.3.3
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.3/ChangeLog-10.3.md)
- [Commits](sebastianbergmann/phpunit@10.3.2...10.3.3)

---
updated-dependencies:
- dependency-name: laminas/laminas-diactoros
  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: phpunit/phpunit
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 84c0b22 commit 27e3393
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 @@ -18,7 +18,7 @@
"require": {
"php": "^8.1.0",
"ext-mbstring": "*",
"laminas/laminas-diactoros": "^3.1.0",
"laminas/laminas-diactoros": "^3.2.0",
"psr/http-message": "^1.1 || ^2.0"
},
"require-dev": {
Expand All @@ -29,13 +29,13 @@
"ext-xml": "*",
"ext-xmlwriter": "*",
"infection/infection": "^0.27.0",
"mimmi20/coding-standard": "^5.1.11",
"mimmi20/coding-standard": "^5.1.13",
"nikic/php-parser": "^4.17.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.32",
"phpstan/phpstan": "^1.10.33",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.14",
"phpunit/phpunit": "^10.3.2",
"phpunit/phpunit": "^10.3.3",
"rector/rector": "^0.18.1",
"vimeo/psalm": "^5.15.0"
},
Expand Down

0 comments on commit 27e3393

Please sign in to comment.