Bump friendsoftwig/twigcs from 6.0.0 to 6.1.0

Bumps [friendsoftwig/twigcs](https://github.com/friendsoftwig/twigcs) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/friendsoftwig/twigcs/releases)
- [Commits](https://github.com/friendsoftwig/twigcs/compare/v6.0.0...v6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-05 03:02:41 +00:00 committed by GitHub
parent b0deb1e8fc
commit 271f5d545f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

34
composer.lock generated
View file

@ -10578,16 +10578,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.4.15", "version": "v5.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed" "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/571334ce9f687e3e6af72db4d3b2a9431e4fd9ed", "url": "https://api.github.com/repos/symfony/string/zipball/55733a8664b8853b003e70251c58bc8cb2d82a6b",
"reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed", "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10644,7 +10644,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v5.4.15" "source": "https://github.com/symfony/string/tree/v5.4.17"
}, },
"funding": [ "funding": [
{ {
@ -10660,7 +10660,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-05T15:16:54+00:00" "time": "2022-12-12T15:54:21+00:00"
}, },
{ {
"name": "symfony/symfony", "name": "symfony/symfony",
@ -12388,26 +12388,32 @@
}, },
{ {
"name": "friendsoftwig/twigcs", "name": "friendsoftwig/twigcs",
"version": "v6.0.0", "version": "v6.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/friendsoftwig/twigcs.git", "url": "https://github.com/friendsoftwig/twigcs.git",
"reference": "035af79b0fabbab1fc6b8e5698ead1f80e25c4ec" "reference": "3c36d606c4f19db0dd2a01b735ec7a8151b7f182"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/035af79b0fabbab1fc6b8e5698ead1f80e25c4ec", "url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/3c36d606c4f19db0dd2a01b735ec7a8151b7f182",
"reference": "035af79b0fabbab1fc6b8e5698ead1f80e25c4ec", "reference": "3c36d606c4f19db0dd2a01b735ec7a8151b7f182",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4 || ^8.0", "ext-ctype": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"symfony/console": "^4.4 || ^5.3 || ^6.0", "symfony/console": "^4.4 || ^5.3 || ^6.0",
"symfony/filesystem": "^4.4 || ^5.3 || ^6.0", "symfony/filesystem": "^4.4 || ^5.3 || ^6.0",
"symfony/finder": "^4.4 || ^5.3 || ^6.0" "symfony/finder": "^4.4 || ^5.3 || ^6.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0" "phpunit/phpunit": "^9.5.20",
"symfony/phpunit-bridge": "^6.2.3"
}, },
"bin": [ "bin": [
"bin/twigcs" "bin/twigcs"
@ -12431,9 +12437,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/v6.0.0" "source": "https://github.com/friendsoftwig/twigcs/tree/v6.1.0"
}, },
"time": "2021-12-15T11:20:27+00:00" "time": "2023-01-04T16:01:24+00:00"
}, },
{ {
"name": "m6web/redis-mock", "name": "m6web/redis-mock",