mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
Merge pull request #7299 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.50.0
Bump friendsofphp/php-cs-fixer from 3.49.0 to 3.50.0
This commit is contained in:
commit
b7f1fe8ee2
1 changed files with 9 additions and 8 deletions
17
composer.lock
generated
17
composer.lock
generated
|
@ -16446,16 +16446,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "friendsofphp/php-cs-fixer",
|
"name": "friendsofphp/php-cs-fixer",
|
||||||
"version": "v3.49.0",
|
"version": "v3.50.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
|
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
|
||||||
"reference": "8742f7aa6f72a399688b65e4f58992c2d4681fc2"
|
"reference": "dbea11dcb6d9a1f6c8d51c0e580ab4a8876f524c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8742f7aa6f72a399688b65e4f58992c2d4681fc2",
|
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/dbea11dcb6d9a1f6c8d51c0e580ab4a8876f524c",
|
||||||
"reference": "8742f7aa6f72a399688b65e4f58992c2d4681fc2",
|
"reference": "dbea11dcb6d9a1f6c8d51c0e580ab4a8876f524c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -16465,7 +16465,7 @@
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-tokenizer": "*",
|
"ext-tokenizer": "*",
|
||||||
"php": "^7.4 || ^8.0",
|
"php": "^7.4 || ^8.0",
|
||||||
"sebastian/diff": "^4.0 || ^5.0",
|
"sebastian/diff": "^4.0 || ^5.0 || ^6.0",
|
||||||
"symfony/console": "^5.4 || ^6.0 || ^7.0",
|
"symfony/console": "^5.4 || ^6.0 || ^7.0",
|
||||||
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
|
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
|
||||||
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
|
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
|
||||||
|
@ -16486,7 +16486,8 @@
|
||||||
"php-cs-fixer/accessible-object": "^1.1",
|
"php-cs-fixer/accessible-object": "^1.1",
|
||||||
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
|
||||||
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
|
||||||
"phpunit/phpunit": "^9.6 || ^10.5.5",
|
"phpunit/phpunit": "^9.6 || ^10.5.5 || ^11.0.2",
|
||||||
|
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
|
||||||
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
|
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
@ -16525,7 +16526,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
|
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
|
||||||
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.49.0"
|
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.50.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -16533,7 +16534,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-02-02T00:41:40+00:00"
|
"time": "2024-02-23T23:17:45+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "friendsoftwig/twigcs",
|
"name": "friendsoftwig/twigcs",
|
||||||
|
|
Loading…
Reference in a new issue