From 1395697d8ee367a21f5eb5f24ce66add45fc640b Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 30 Aug 2022 11:32:10 +0200 Subject: [PATCH] Doctrine CS 10, Slevomat CS 8 --- .gitignore | 1 + README.md | 3 +-- composer.json | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 520a736..0be38b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.phpunit.result.cache composer.lock phpcs.log vendor diff --git a/README.md b/README.md index 538f37f..f130e9b 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,5 @@ Docker Used Code Styles ================ -- Symfony2 https://github.com/djoos/Symfony2-coding-standard - Slevomat https://github.com/slevomat/coding-standard - +- Doctrine https://github.com/doctrine/coding-standard diff --git a/composer.json b/composer.json index aaceb77..f1f47e0 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "doctrine/coding-standard": "^9.0", - "slevomat/coding-standard": "^7.0", - "squizlabs/php_codesniffer": "^3.4" + "doctrine/coding-standard": "^10.0", + "slevomat/coding-standard": "^8.4", + "squizlabs/php_codesniffer": "^3.7" }, "require-dev": { - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.5" }, "scripts": { "tests": [ @@ -36,7 +36,7 @@ }, "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-master": "6.0-dev" } }, "config": {