mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-10 19:11:01 +00:00
Merge pull request #6110 from wallabag/dependabot/composer/friendsoftwig/twigcs-6.0.0
This commit is contained in:
commit
f9c5403529
2 changed files with 12 additions and 12 deletions
|
@ -123,7 +123,7 @@
|
||||||
"dama/doctrine-test-bundle": "^6.0",
|
"dama/doctrine-test-bundle": "^6.0",
|
||||||
"doctrine/doctrine-fixtures-bundle": "~3.0",
|
"doctrine/doctrine-fixtures-bundle": "~3.0",
|
||||||
"friendsofphp/php-cs-fixer": "~2.13",
|
"friendsofphp/php-cs-fixer": "~2.13",
|
||||||
"friendsoftwig/twigcs": "^5.1",
|
"friendsoftwig/twigcs": "^6.0",
|
||||||
"m6web/redis-mock": "^5.0",
|
"m6web/redis-mock": "^5.0",
|
||||||
"php-http/mock-client": "^1.0",
|
"php-http/mock-client": "^1.0",
|
||||||
"phpstan/extension-installer": "^1.0",
|
"phpstan/extension-installer": "^1.0",
|
||||||
|
|
22
composer.lock
generated
22
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "0c27197b6356c817ab1a33b83745f820",
|
"content-hash": "7b841fce4fa9254c6b7aeaf23ce1c63a",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "babdev/pagerfanta-bundle",
|
"name": "babdev/pagerfanta-bundle",
|
||||||
|
@ -12028,23 +12028,23 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "friendsoftwig/twigcs",
|
"name": "friendsoftwig/twigcs",
|
||||||
"version": "v5.1.0",
|
"version": "v6.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/friendsoftwig/twigcs.git",
|
"url": "https://github.com/friendsoftwig/twigcs.git",
|
||||||
"reference": "c82b078e9c199bc57375e557fb888b04f53420b2"
|
"reference": "035af79b0fabbab1fc6b8e5698ead1f80e25c4ec"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/c82b078e9c199bc57375e557fb888b04f53420b2",
|
"url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/035af79b0fabbab1fc6b8e5698ead1f80e25c4ec",
|
||||||
"reference": "c82b078e9c199bc57375e557fb888b04f53420b2",
|
"reference": "035af79b0fabbab1fc6b8e5698ead1f80e25c4ec",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2 || ^8.0",
|
"php": "^7.4 || ^8.0",
|
||||||
"symfony/console": "^3.4 || ^4.3 || ^5.0",
|
"symfony/console": "^4.4 || ^5.3 || ^6.0",
|
||||||
"symfony/filesystem": "^3.4 || ^4.3 || ^5.0",
|
"symfony/filesystem": "^4.4 || ^5.3 || ^6.0",
|
||||||
"symfony/finder": "^3.4 || ^4.3 || ^5.0"
|
"symfony/finder": "^4.4 || ^5.3 || ^6.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^8.0 || ^9.0"
|
"phpunit/phpunit": "^8.0 || ^9.0"
|
||||||
|
@ -12071,9 +12071,9 @@
|
||||||
"description": "Checkstyle automation for Twig",
|
"description": "Checkstyle automation for Twig",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/friendsoftwig/twigcs/issues",
|
"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",
|
"name": "m6web/redis-mock",
|
||||||
|
|
Loading…
Reference in a new issue