mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-15 13:31:13 +00:00
Merge pull request #4860 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.17.2
Bump friendsofphp/php-cs-fixer from 2.17.1 to 2.17.2
This commit is contained in:
commit
7655409ca8
1 changed files with 8 additions and 6 deletions
14
composer.lock
generated
14
composer.lock
generated
|
@ -11079,16 +11079,16 @@
|
|||
},
|
||||
{
|
||||
"name": "friendsofphp/php-cs-fixer",
|
||||
"version": "v2.17.1",
|
||||
"version": "v2.17.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
||||
"reference": "5198b7308ed63f26799387fd7f3901c3db6bd7fd"
|
||||
"reference": "aaee4f3d16a996fc0b570be0c69d3b80c909c507"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/5198b7308ed63f26799387fd7f3901c3db6bd7fd",
|
||||
"reference": "5198b7308ed63f26799387fd7f3901c3db6bd7fd",
|
||||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/aaee4f3d16a996fc0b570be0c69d3b80c909c507",
|
||||
"reference": "aaee4f3d16a996fc0b570be0c69d3b80c909c507",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -11118,9 +11118,11 @@
|
|||
"php-cs-fixer/accessible-object": "^1.0",
|
||||
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
|
||||
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
|
||||
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
|
||||
"phpspec/prophecy-phpunit": "^1.1 || ^2.0",
|
||||
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.4.4 <9.5",
|
||||
"phpunitgoodpractices/polyfill": "^1.5",
|
||||
"phpunitgoodpractices/traits": "^1.9.1",
|
||||
"sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
|
||||
"symfony/phpunit-bridge": "^5.1",
|
||||
"symfony/yaml": "^3.0 || ^4.0 || ^5.0"
|
||||
},
|
||||
|
@ -11173,7 +11175,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-08T13:47:02+00:00"
|
||||
"time": "2020-12-17T16:41:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "m6web/redis-mock",
|
||||
|
|
Loading…
Reference in a new issue