Skip to content

Commit

Permalink
build(deps-dev): bump the dev-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 3 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan), [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) and [symfony/http-client](https://github.com/symfony/http-client).


Updates `phpstan/phpstan` from 1.10.57 to 1.10.59
- [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.57...1.10.59)

Updates `squizlabs/php_codesniffer` from 3.8.1 to 3.9.0
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.8.1...3.9.0)

Updates `symfony/http-client` from 5.4.35 to 5.4.36
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.0/CHANGELOG.md)
- [Commits](symfony/http-client@v5.4.35...v5.4.36)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: symfony/http-client
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and trasher committed Mar 1, 2024
1 parent 1e92184 commit 779020e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 27 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"squizlabs/php_codesniffer": "^3.8",
"squizlabs/php_codesniffer": "^3.9",
"symfony/browser-kit": "^5.4",
"symfony/http-client": "^5.4",
"symfony/mime": "^5.4"
Expand Down
49 changes: 23 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 779020e

Please sign in to comment.