Bump friendsoftwig/twigcs from 4.1.0 to 5.1.0

Bumps [friendsoftwig/twigcs](https://github.com/friendsoftwig/twigcs) from 4.1.0 to 5.1.0.
- [Release notes](https://github.com/friendsoftwig/twigcs/releases)
- [Upgrade guide](https://github.com/friendsoftwig/twigcs/blob/main/doc/upgrade.md)
- [Commits](https://github.com/friendsoftwig/twigcs/compare/v4.1.0...v5.1.0)

---
updated-dependencies:
- dependency-name: friendsoftwig/twigcs
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-04 03:09:27 +00:00 committed by GitHub
parent 74260e2cea
commit 2bd6a8b612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -124,7 +124,7 @@
"dama/doctrine-test-bundle": "^6.0",
"doctrine/doctrine-fixtures-bundle": "~3.0",
"friendsofphp/php-cs-fixer": "~2.13",
"friendsoftwig/twigcs": "^4.1",
"friendsoftwig/twigcs": "^5.1",
"m6web/redis-mock": "^5.0",
"php-http/mock-client": "^1.0",
"phpstan/extension-installer": "^1.0",

18
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e01063964db1acb5dd93d6d0a8d309d8",
"content-hash": "bfc1bcf08753d5584365faa038d7d83d",
"packages": [
{
"name": "babdev/pagerfanta-bundle",
@ -12145,26 +12145,26 @@
},
{
"name": "friendsoftwig/twigcs",
"version": "v4.1.0",
"version": "v5.1.0",
"source": {
"type": "git",
"url": "https://github.com/friendsoftwig/twigcs.git",
"reference": "ad7e235fe3cc7842b5919f109afaacc56bb3ff49"
"reference": "c82b078e9c199bc57375e557fb888b04f53420b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/ad7e235fe3cc7842b5919f109afaacc56bb3ff49",
"reference": "ad7e235fe3cc7842b5919f109afaacc56bb3ff49",
"url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/c82b078e9c199bc57375e557fb888b04f53420b2",
"reference": "c82b078e9c199bc57375e557fb888b04f53420b2",
"shasum": ""
},
"require": {
"php": "^7.0",
"php": "^7.2 || ^8.0",
"symfony/console": "^3.4 || ^4.3 || ^5.0",
"symfony/filesystem": "^3.4 || ^4.3 || ^5.0",
"symfony/finder": "^3.4 || ^4.3 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.2"
"phpunit/phpunit": "^8.0 || ^9.0"
},
"bin": [
"bin/twigcs"
@ -12188,9 +12188,9 @@
"description": "Checkstyle automation for Twig",
"support": {
"issues": "https://github.com/friendsoftwig/twigcs/issues",
"source": "https://github.com/friendsoftwig/twigcs/tree/v4.1.0"
"source": "https://github.com/friendsoftwig/twigcs/tree/v5.1.0"
},
"time": "2021-02-04T13:07:32+00:00"
"time": "2021-09-21T21:04:19+00:00"
},
{
"name": "m6web/redis-mock",