Updated doctrine/coding-standard to ^5

parent 9355a2ba
...@@ -442,7 +442,7 @@ jobs: ...@@ -442,7 +442,7 @@ jobs:
git fetch origin $TRAVIS_BRANCH; git fetch origin $TRAVIS_BRANCH;
fi fi
- git merge-base origin/$TRAVIS_BRANCH $TRAVIS_PULL_REQUEST_SHA || git fetch origin +refs/pull/$TRAVIS_PULL_REQUEST/merge --unshallow - git merge-base origin/$TRAVIS_BRANCH $TRAVIS_PULL_REQUEST_SHA || git fetch origin +refs/pull/$TRAVIS_PULL_REQUEST/merge --unshallow
- wget https://github.com/diff-sniffer/git/releases/download/0.1.0/git-phpcs.phar - wget https://github.com/diff-sniffer/git/releases/download/0.2.0/git-phpcs.phar
- php git-phpcs.phar origin/$TRAVIS_BRANCH...$TRAVIS_PULL_REQUEST_SHA - php git-phpcs.phar origin/$TRAVIS_BRANCH...$TRAVIS_PULL_REQUEST_SHA
- stage: Coding standard - stage: Coding standard
......
...@@ -4,7 +4,7 @@ ...@@ -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": "c1b5ddb5a1259c7ac793dd9c6e6d657a", "content-hash": "a6e554864457c4bf9babe37f88174255",
"packages": [ "packages": [
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
...@@ -270,28 +270,28 @@ ...@@ -270,28 +270,28 @@
}, },
{ {
"name": "doctrine/coding-standard", "name": "doctrine/coding-standard",
"version": "4.0.0", "version": "5.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/coding-standard.git", "url": "https://github.com/doctrine/coding-standard.git",
"reference": "0469c18a1a4724c278f2879c0dd7b1fa860b52de" "reference": "bb8de042a25c4fb59a2c55c350dc55cc00227a8c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/coding-standard/zipball/0469c18a1a4724c278f2879c0dd7b1fa860b52de", "url": "https://api.github.com/repos/doctrine/coding-standard/zipball/bb8de042a25c4fb59a2c55c350dc55cc00227a8c",
"reference": "0469c18a1a4724c278f2879c0dd7b1fa860b52de", "reference": "bb8de042a25c4fb59a2c55c350dc55cc00227a8c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.2", "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"php": "^7.1", "php": "^7.1",
"slevomat/coding-standard": "^4.5.0", "slevomat/coding-standard": "^4.8.0",
"squizlabs/php_codesniffer": "^3.2.3" "squizlabs/php_codesniffer": "^3.3.2"
}, },
"type": "phpcodesniffer-standard", "type": "phpcodesniffer-standard",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0.x-dev" "dev-master": "5.0.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -313,18 +313,21 @@ ...@@ -313,18 +313,21 @@
"email": "st.mueller@dzh-online.de" "email": "st.mueller@dzh-online.de"
} }
], ],
"description": "Doctrine Coding Standard", "description": "The Doctrine Coding Standard is a set of PHPCS rules applied to all Doctrine projects.",
"homepage": "http://www.doctrine-project.org", "homepage": "https://www.doctrine-project.org/projects/coding-standard.html",
"keywords": [ "keywords": [
"checks",
"code", "code",
"coding", "coding",
"cs", "cs",
"doctrine", "doctrine",
"rules",
"sniffer", "sniffer",
"sniffs",
"standard", "standard",
"style" "style"
], ],
"time": "2018-03-03T23:49:15+00:00" "time": "2018-09-24T19:08:56+00:00"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
...@@ -2519,30 +2522,29 @@ ...@@ -2519,30 +2522,29 @@
}, },
{ {
"name": "slevomat/coding-standard", "name": "slevomat/coding-standard",
"version": "4.5.2", "version": "4.8.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slevomat/coding-standard.git", "url": "https://github.com/slevomat/coding-standard.git",
"reference": "1e609159241fa90d5a429f185b2ea9b881340a7c" "reference": "32e1ca205fc34920f323582ed29c0602e3897ae3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/1e609159241fa90d5a429f185b2ea9b881340a7c", "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/32e1ca205fc34920f323582ed29c0602e3897ae3",
"reference": "1e609159241fa90d5a429f185b2ea9b881340a7c", "reference": "32e1ca205fc34920f323582ed29c0602e3897ae3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1", "php": "^7.1",
"squizlabs/php_codesniffer": "^3.2.3" "squizlabs/php_codesniffer": "^3.3.0"
}, },
"require-dev": { "require-dev": {
"jakub-onderka/php-parallel-lint": "1.0.0", "jakub-onderka/php-parallel-lint": "1.0.0",
"phing/phing": "2.16", "phing/phing": "2.16.1",
"phpstan/phpstan": "0.9.2", "phpstan/phpstan": "0.9.2",
"phpstan/phpstan-phpunit": "0.9.4", "phpstan/phpstan-phpunit": "0.9.4",
"phpstan/phpstan-strict-rules": "0.9", "phpstan/phpstan-strict-rules": "0.9",
"phpunit/php-code-coverage": "6.0.1", "phpunit/phpunit": "7.3.5"
"phpunit/phpunit": "7.0.2"
}, },
"type": "phpcodesniffer-standard", "type": "phpcodesniffer-standard",
"autoload": { "autoload": {
...@@ -2555,20 +2557,20 @@ ...@@ -2555,20 +2557,20 @@
"MIT" "MIT"
], ],
"description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
"time": "2018-03-08T08:14:33+00:00" "time": "2018-09-25T21:21:11+00:00"
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "3.2.3", "version": "3.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "4842476c434e375f9d3182ff7b89059583aa8b27" "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e",
"reference": "4842476c434e375f9d3182ff7b89059583aa8b27", "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2606,7 +2608,7 @@ ...@@ -2606,7 +2608,7 @@
"phpcs", "phpcs",
"standards" "standards"
], ],
"time": "2018-02-20T21:35:23+00:00" "time": "2018-09-23T23:08:17+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment