Skip to content

Commit

Permalink
Bump the dependencies group with 7 updates (#1623)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [kevinrob/guzzle-cache-middleware](https://github.com/Kevinrob/guzzle-cache-middleware) | `4.1.2` | `5.0.0` |
| [laminas/laminas-validator](https://github.com/laminas/laminas-validator) | `2.41.0` | `2.42.0` |
| [symfony/console](https://github.com/symfony/console) | `6.3.2` | `6.3.4` |
| [brianium/paratest](https://github.com/paratestphp/paratest) | `6.10.1` | `6.11.0` |
| [infection/infection](https://github.com/infection/infection) | `0.26.21` | `0.27.7` |
| [phpro/grumphp](https://github.com/phpro/grumphp) | `1.16.0` | `2.2.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.40` | `1.10.41` |


Updates `kevinrob/guzzle-cache-middleware` from 4.1.2 to 5.0.0
- [Release notes](https://github.com/Kevinrob/guzzle-cache-middleware/releases)
- [Commits](Kevinrob/guzzle-cache-middleware@v4.1.2...v5.0.0)

Updates `laminas/laminas-validator` from 2.41.0 to 2.42.0
- [Release notes](https://github.com/laminas/laminas-validator/releases)
- [Commits](laminas/laminas-validator@2.41.0...2.42.0)

Updates `symfony/console` from 6.3.2 to 6.3.4
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/6.3/CHANGELOG.md)
- [Commits](symfony/console@v6.3.2...v6.3.4)

Updates `brianium/paratest` from 6.10.1 to 6.11.0
- [Release notes](https://github.com/paratestphp/paratest/releases)
- [Commits](paratestphp/paratest@v6.10.1...v6.11.0)

Updates `infection/infection` from 0.26.21 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.26.21...0.27.7)

Updates `phpro/grumphp` from 1.16.0 to 2.2.0
- [Release notes](https://github.com/phpro/grumphp/releases)
- [Commits](phpro/grumphp@v1.16.0...v2.2.0)

Updates `phpstan/phpstan` from 1.10.40 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: kevinrob/guzzle-cache-middleware
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: laminas/laminas-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: brianium/paratest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: infection/infection
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpro/grumphp
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent b0457a7 commit e274f83
Show file tree
Hide file tree
Showing 2 changed files with 880 additions and 225 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"grasmash/expander": "^3",
"guzzlehttp/guzzle": "^7.4",
"http-interop/http-factory-guzzle": "^1.0",
"kevinrob/guzzle-cache-middleware": "^4",
"kevinrob/guzzle-cache-middleware": "^5",
"laminas/laminas-validator": "^2.20.0",
"league/csv": "^9.8",
"loophp/phposinfo": "^1.7.2",
Expand All @@ -34,7 +34,7 @@
"react/event-loop": "^1.1",
"symfony/cache": "^6.3",
"symfony/config": "^6.3",
"symfony/console": "6.3.2",
"symfony/console": "6.3.4",
"symfony/dependency-injection": "^6.3",
"symfony/dotenv": "^6.3",
"symfony/event-dispatcher": "^6.3",
Expand All @@ -57,11 +57,11 @@
"brianium/paratest": "^6.6",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"dominikb/composer-license-checker": "^2.4",
"infection/infection": "^0.26.15",
"infection/infection": "^0.27.7",
"jangregor/phpstan-prophecy": "^1.0",
"mikey179/vfsstream": "^1.6",
"overtrue/phplint": "^9.0",
"phpro/grumphp": "^1.13.0",
"phpro/grumphp": "^2.2.0",
"phpspec/prophecy": "^1.10",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "^1.1",
Expand Down
Loading

0 comments on commit e274f83

Please sign in to comment.