Merge pull request #6110 from wallabag/dependabot/composer/friendsoftwig/twigcs-6.0.0

This commit is contained in:
Jérémy Benoist 2022-11-30 22:04:57 -08:00 committed by GitHub
commit f9c5403529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View file

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

22
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": "0c27197b6356c817ab1a33b83745f820",
"content-hash": "7b841fce4fa9254c6b7aeaf23ce1c63a",
"packages": [
{
"name": "babdev/pagerfanta-bundle",
@ -12028,23 +12028,23 @@
},
{
"name": "friendsoftwig/twigcs",
"version": "v5.1.0",
"version": "v6.0.0",
"source": {
"type": "git",
"url": "https://github.com/friendsoftwig/twigcs.git",
"reference": "c82b078e9c199bc57375e557fb888b04f53420b2"
"reference": "035af79b0fabbab1fc6b8e5698ead1f80e25c4ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/c82b078e9c199bc57375e557fb888b04f53420b2",
"reference": "c82b078e9c199bc57375e557fb888b04f53420b2",
"url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/035af79b0fabbab1fc6b8e5698ead1f80e25c4ec",
"reference": "035af79b0fabbab1fc6b8e5698ead1f80e25c4ec",
"shasum": ""
},
"require": {
"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"
"php": "^7.4 || ^8.0",
"symfony/console": "^4.4 || ^5.3 || ^6.0",
"symfony/filesystem": "^4.4 || ^5.3 || ^6.0",
"symfony/finder": "^4.4 || ^5.3 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0"
@ -12071,9 +12071,9 @@
"description": "Checkstyle automation for Twig",
"support": {
"issues": "https://github.com/friendsoftwig/twigcs/issues",
"source": "https://github.com/friendsoftwig/twigcs/tree/v5.1.0"
"source": "https://github.com/friendsoftwig/twigcs/tree/v6.0.0"
},
"time": "2021-09-21T21:04:19+00:00"
"time": "2021-12-15T11:20:27+00:00"
},
{
"name": "m6web/redis-mock",