diff options
-rw-r--r-- | composer.lock | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/composer.lock b/composer.lock index 0af468ce..576822e2 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -10155,16 +10155,16 @@ | |||
10155 | }, | 10155 | }, |
10156 | { | 10156 | { |
10157 | "name": "friendsofphp/php-cs-fixer", | 10157 | "name": "friendsofphp/php-cs-fixer", |
10158 | "version": "v2.16.0", | 10158 | "version": "v2.16.1", |
10159 | "source": { | 10159 | "source": { |
10160 | "type": "git", | 10160 | "type": "git", |
10161 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", | 10161 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
10162 | "reference": "ceaff36bee1ed3f1bbbedca36d2528c0826c336d" | 10162 | "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02" |
10163 | }, | 10163 | }, |
10164 | "dist": { | 10164 | "dist": { |
10165 | "type": "zip", | 10165 | "type": "zip", |
10166 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ceaff36bee1ed3f1bbbedca36d2528c0826c336d", | 10166 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02", |
10167 | "reference": "ceaff36bee1ed3f1bbbedca36d2528c0826c336d", | 10167 | "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02", |
10168 | "shasum": "" | 10168 | "shasum": "" |
10169 | }, | 10169 | }, |
10170 | "require": { | 10170 | "require": { |
@@ -10175,15 +10175,15 @@ | |||
10175 | "ext-tokenizer": "*", | 10175 | "ext-tokenizer": "*", |
10176 | "php": "^5.6 || ^7.0", | 10176 | "php": "^5.6 || ^7.0", |
10177 | "php-cs-fixer/diff": "^1.3", | 10177 | "php-cs-fixer/diff": "^1.3", |
10178 | "symfony/console": "^3.4.17 || ^4.1.6", | 10178 | "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", |
10179 | "symfony/event-dispatcher": "^3.0 || ^4.0", | 10179 | "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0", |
10180 | "symfony/filesystem": "^3.0 || ^4.0", | 10180 | "symfony/filesystem": "^3.0 || ^4.0 || ^5.0", |
10181 | "symfony/finder": "^3.0 || ^4.0", | 10181 | "symfony/finder": "^3.0 || ^4.0 || ^5.0", |
10182 | "symfony/options-resolver": "^3.0 || ^4.0", | 10182 | "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0", |
10183 | "symfony/polyfill-php70": "^1.0", | 10183 | "symfony/polyfill-php70": "^1.0", |
10184 | "symfony/polyfill-php72": "^1.4", | 10184 | "symfony/polyfill-php72": "^1.4", |
10185 | "symfony/process": "^3.0 || ^4.0", | 10185 | "symfony/process": "^3.0 || ^4.0 || ^5.0", |
10186 | "symfony/stopwatch": "^3.0 || ^4.0" | 10186 | "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0" |
10187 | }, | 10187 | }, |
10188 | "require-dev": { | 10188 | "require-dev": { |
10189 | "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", | 10189 | "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", |
@@ -10196,8 +10196,8 @@ | |||
10196 | "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1", | 10196 | "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1", |
10197 | "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1", | 10197 | "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1", |
10198 | "phpunitgoodpractices/traits": "^1.8", | 10198 | "phpunitgoodpractices/traits": "^1.8", |
10199 | "symfony/phpunit-bridge": "^4.3", | 10199 | "symfony/phpunit-bridge": "^4.3 || ^5.0", |
10200 | "symfony/yaml": "^3.0 || ^4.0" | 10200 | "symfony/yaml": "^3.0 || ^4.0 || ^5.0" |
10201 | }, | 10201 | }, |
10202 | "suggest": { | 10202 | "suggest": { |
10203 | "ext-mbstring": "For handling non-UTF8 characters in cache signature.", | 10203 | "ext-mbstring": "For handling non-UTF8 characters in cache signature.", |
@@ -10240,7 +10240,7 @@ | |||
10240 | } | 10240 | } |
10241 | ], | 10241 | ], |
10242 | "description": "A tool to automatically fix PHP code style", | 10242 | "description": "A tool to automatically fix PHP code style", |
10243 | "time": "2019-11-03T13:31:09+00:00" | 10243 | "time": "2019-11-25T22:10:32+00:00" |
10244 | }, | 10244 | }, |
10245 | { | 10245 | { |
10246 | "name": "m6web/redis-mock", | 10246 | "name": "m6web/redis-mock", |