Bump friendsofphp/php-cs-fixer from 2.15.2 to 2.15.3

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.15.2 to 2.15.3.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.15/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.15.2...v2.15.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-02 02:27:16 +00:00 committed by GitHub
parent e337267d76
commit 6642600115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

43
composer.lock generated
View file

@ -99,13 +99,13 @@
"authors": [ "authors": [
{ {
"name": "Benjamin Eberlei", "name": "Benjamin Eberlei",
"role": "Lead Developer", "email": "kontakt@beberlei.de",
"email": "kontakt@beberlei.de" "role": "Lead Developer"
}, },
{ {
"name": "Richard Quadling", "name": "Richard Quadling",
"role": "Collaborator", "email": "rquadling@gmail.com",
"email": "rquadling@gmail.com" "role": "Collaborator"
} }
], ],
"description": "Thin assertion library for input validation in business models.", "description": "Thin assertion library for input validation in business models.",
@ -5323,15 +5323,15 @@
"authors": [ "authors": [
{ {
"name": "Paragon Initiative Enterprises", "name": "Paragon Initiative Enterprises",
"role": "Maintainer",
"email": "security@paragonie.com", "email": "security@paragonie.com",
"homepage": "https://paragonie.com" "homepage": "https://paragonie.com",
"role": "Maintainer"
}, },
{ {
"name": "Steve 'Sc00bz' Thomas", "name": "Steve 'Sc00bz' Thomas",
"role": "Original Developer",
"email": "steve@tobtu.com", "email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com" "homepage": "https://www.tobtu.com",
"role": "Original Developer"
} }
], ],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
@ -7599,19 +7599,19 @@
"authors": [ "authors": [
{ {
"name": "Ryan Parman", "name": "Ryan Parman",
"role": "Creator, alumnus developer", "homepage": "http://ryanparman.com/",
"homepage": "http://ryanparman.com/" "role": "Creator, alumnus developer"
}, },
{ {
"name": "Geoffrey Sneddon", "name": "Geoffrey Sneddon",
"role": "Alumnus developer", "homepage": "http://gsnedders.com/",
"homepage": "http://gsnedders.com/" "role": "Alumnus developer"
}, },
{ {
"name": "Ryan McCue", "name": "Ryan McCue",
"role": "Developer",
"email": "me@ryanmccue.info", "email": "me@ryanmccue.info",
"homepage": "http://ryanmccue.info/" "homepage": "http://ryanmccue.info/",
"role": "Developer"
} }
], ],
"description": "A simple Atom/RSS parsing library for PHP", "description": "A simple Atom/RSS parsing library for PHP",
@ -9973,16 +9973,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v2.15.2", "version": "v2.15.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "c9d30fddfa3feb8b82663104864224f2ce7a3675" "reference": "705490b0f282f21017d73561e9498d2b622ee34c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c9d30fddfa3feb8b82663104864224f2ce7a3675", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/705490b0f282f21017d73561e9498d2b622ee34c",
"reference": "c9d30fddfa3feb8b82663104864224f2ce7a3675", "reference": "705490b0f282f21017d73561e9498d2b622ee34c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10012,9 +10012,10 @@
"php-cs-fixer/accessible-object": "^1.0", "php-cs-fixer/accessible-object": "^1.0",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
"phpunitgoodpractices/traits": "^1.8", "phpunitgoodpractices/traits": "^1.8",
"symfony/phpunit-bridge": "^4.3" "symfony/phpunit-bridge": "^4.3",
"symfony/yaml": "^3.0 || ^4.0"
}, },
"suggest": { "suggest": {
"ext-mbstring": "For handling non-UTF8 characters in cache signature.", "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
@ -10057,7 +10058,7 @@
} }
], ],
"description": "A tool to automatically fix PHP code style", "description": "A tool to automatically fix PHP code style",
"time": "2019-08-27T16:03:01+00:00" "time": "2019-08-31T12:51:54+00:00"
}, },
{ {
"name": "m6web/redis-mock", "name": "m6web/redis-mock",