Update php-cs-fixer

This commit is contained in:
Lance Pioch 2018-05-09 12:03:02 -04:00
parent f37a21d1b6
commit b5fea3ee7f
2 changed files with 25 additions and 18 deletions

View file

@ -46,7 +46,7 @@
"barryvdh/laravel-ide-helper": "^2.4", "barryvdh/laravel-ide-helper": "^2.4",
"codedungeon/phpunit-result-printer": "^0.17.1", "codedungeon/phpunit-result-printer": "^0.17.1",
"filp/whoops": "^2.1", "filp/whoops": "^2.1",
"friendsofphp/php-cs-fixer": "^2.8.0", "friendsofphp/php-cs-fixer": "^2.11.1",
"fzaninotto/faker": "^1.6", "fzaninotto/faker": "^1.6",
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"php-mock/php-mock-phpunit": "^2.1", "php-mock/php-mock-phpunit": "^2.1",

41
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "4bc97ee0ff79647903402e6f163435b5", "content-hash": "d38f96cae1ad0aab57d86796d2209d31",
"packages": [ "packages": [
{ {
"name": "appstract/laravel-blade-directives", "name": "appstract/laravel-blade-directives",
@ -4629,16 +4629,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v2.10.2", "version": "v2.11.1",
"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": "74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1" "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ad94441c17b8ef096e517acccdbf3238af8a2da8",
"reference": "74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1", "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4646,9 +4646,8 @@
"doctrine/annotations": "^1.2", "doctrine/annotations": "^1.2",
"ext-json": "*", "ext-json": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"gecko-packages/gecko-php-unit": "^2.0 || ^3.0",
"php": "^5.6 || >=7.0 <7.3", "php": "^5.6 || >=7.0 <7.3",
"php-cs-fixer/diff": "^1.2", "php-cs-fixer/diff": "^1.3",
"symfony/console": "^3.2 || ^4.0", "symfony/console": "^3.2 || ^4.0",
"symfony/event-dispatcher": "^3.0 || ^4.0", "symfony/event-dispatcher": "^3.0 || ^4.0",
"symfony/filesystem": "^3.0 || ^4.0", "symfony/filesystem": "^3.0 || ^4.0",
@ -4663,14 +4662,14 @@
"hhvm": "*" "hhvm": "*"
}, },
"require-dev": { "require-dev": {
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0@dev", "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
"justinrainbow/json-schema": "^5.0", "justinrainbow/json-schema": "^5.0",
"keradus/cli-executor": "^1.0", "keradus/cli-executor": "^1.0",
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^1.6",
"php-coveralls/php-coveralls": "^2.0", "php-coveralls/php-coveralls": "^2.0",
"php-cs-fixer/accessible-object": "^1.0", "php-cs-fixer/accessible-object": "^1.0",
"phpunit/phpunit": "^5.7.23 || ^6.4.3", "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
"phpunitgoodpractices/traits": "^1.0", "phpunitgoodpractices/traits": "^1.3.1",
"symfony/phpunit-bridge": "^3.2.2 || ^4.0" "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
}, },
"suggest": { "suggest": {
@ -4681,6 +4680,11 @@
"php-cs-fixer" "php-cs-fixer"
], ],
"type": "application", "type": "application",
"extra": {
"branch-alias": {
"dev-master": "2.11-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"PhpCsFixer\\": "src/" "PhpCsFixer\\": "src/"
@ -4690,6 +4694,9 @@
"tests/Test/AbstractIntegrationCaseFactory.php", "tests/Test/AbstractIntegrationCaseFactory.php",
"tests/Test/AbstractIntegrationTestCase.php", "tests/Test/AbstractIntegrationTestCase.php",
"tests/Test/Assert/AssertTokensTrait.php", "tests/Test/Assert/AssertTokensTrait.php",
"tests/Test/Constraint/SameStringsConstraint.php",
"tests/Test/Constraint/SameStringsConstraintForV5.php",
"tests/Test/Constraint/SameStringsConstraintForV7.php",
"tests/Test/IntegrationCase.php", "tests/Test/IntegrationCase.php",
"tests/Test/IntegrationCaseFactory.php", "tests/Test/IntegrationCaseFactory.php",
"tests/Test/IntegrationCaseFactoryInterface.php", "tests/Test/IntegrationCaseFactoryInterface.php",
@ -4712,7 +4719,7 @@
} }
], ],
"description": "A tool to automatically fix PHP code style", "description": "A tool to automatically fix PHP code style",
"time": "2018-02-03T08:30:06+00:00" "time": "2018-03-21T17:41:26+00:00"
}, },
{ {
"name": "fzaninotto/faker", "name": "fzaninotto/faker",
@ -5196,23 +5203,23 @@
}, },
{ {
"name": "php-cs-fixer/diff", "name": "php-cs-fixer/diff",
"version": "v1.2.1", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-CS-Fixer/diff.git", "url": "https://github.com/PHP-CS-Fixer/diff.git",
"reference": "b95b8c02c58670b15612cfc60873f3f7f5290484" "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/b95b8c02c58670b15612cfc60873f3f7f5290484", "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
"reference": "b95b8c02c58670b15612cfc60873f3f7f5290484", "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.6 || ^7.0" "php": "^5.6 || ^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.4.3", "phpunit/phpunit": "^5.7.23 || ^6.4.3",
"symfony/process": "^3.3" "symfony/process": "^3.3"
}, },
"type": "library", "type": "library",
@ -5243,7 +5250,7 @@
"keywords": [ "keywords": [
"diff" "diff"
], ],
"time": "2017-10-21T10:28:17+00:00" "time": "2018-02-15T16:58:55+00:00"
}, },
{ {
"name": "php-mock/php-mock", "name": "php-mock/php-mock",