diff --git a/composer.json b/composer.json index 3a7444b..1245e32 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ "symfony/console": ">=2.8 <3.2", "symfony/config":">=2.8 <3.2", "symfony/process": ">=2.8 <3.2", - "jakub-onderka/php-parallel-lint": "0.*", - "jakub-onderka/php-console-highlighter": "0.*", - "fabpot/php-cs-fixer": "@stable", - "squizlabs/php_codesniffer": "2.5.1", - "drupal/coder": "8.*", + "jakub-onderka/php-parallel-lint": "0.9.*", + "jakub-onderka/php-console-highlighter": "0.3.*", + "friendsofphp/php-cs-fixer": "2.0.*", + "squizlabs/php_codesniffer": ">=2.5.1 <3.0", + "drupal/coder": ">=8.2.3", "phpmd/phpmd" : "@stable", "phploc/phploc": "@stable", "sebastian/phpcpd": "@stable", diff --git a/composer.lock b/composer.lock index 466aba2..2c93038 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "545136d9e647f93d1a29a95edbf2e143", + "content-hash": "42511060fbbf9474dda52ff6bca43f7c", "packages": [ { "name": "doctrine/instantiator", @@ -62,21 +62,22 @@ }, { "name": "drupal/coder", - "version": "8.2.8", + "version": "8.2.10", "source": { "type": "git", "url": "https://github.com/klausi/coder.git", - "reference": "6d717e1a5a5dd592ebbeaafad11746849fb52532" + "reference": "c835ff5c1733676fe0d3f3b861e814d570baaa6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/klausi/coder/zipball/6d717e1a5a5dd592ebbeaafad11746849fb52532", - "reference": "6d717e1a5a5dd592ebbeaafad11746849fb52532", + "url": "https://api.github.com/repos/klausi/coder/zipball/c835ff5c1733676fe0d3f3b861e814d570baaa6f", + "reference": "c835ff5c1733676fe0d3f3b861e814d570baaa6f", "shasum": "" }, "require": { + "ext-mbstring": "*", "php": ">=5.4.0", - "squizlabs/php_codesniffer": ">=2.5.1", + "squizlabs/php_codesniffer": ">=2.7.0 <3.0", "symfony/yaml": ">=2.0.0" }, "require-dev": { @@ -94,10 +95,10 @@ "phpcs", "standards" ], - "time": "2016-07-05T20:48:03+00:00" + "time": "2016-12-09T21:57:53+00:00" }, { - "name": "fabpot/php-cs-fixer", + "name": "friendsofphp/php-cs-fixer", "version": "v2.0.0", "source": { "type": "git", @@ -159,7 +160,6 @@ } ], "description": "A tool to automatically fix PHP code style", - "abandoned": "friendsofphp/php-cs-fixer", "time": "2016-12-01T06:18:06+00:00" }, { @@ -1645,19 +1645,20 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "2.5.1", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8" + "reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6731851d6aaf1d0d6c58feff1065227b7fda3ba8", - "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9b324f3a1132459a7274a0ace2e1b766ba80930f", + "reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f", "shasum": "" }, "require": { + "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.1.2" @@ -1718,7 +1719,7 @@ "phpcs", "standards" ], - "time": "2016-01-19T23:39:10+00:00" + "time": "2016-11-30T04:02:31+00:00" }, { "name": "symfony/config", @@ -2480,7 +2481,6 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "fabpot/php-cs-fixer": 0, "phpmd/phpmd": 0, "phploc/phploc": 0, "sebastian/phpcpd": 0,