From 68c3a95b02dcfb183e2205c39feab902f6de370f Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 5 Feb 2024 10:06:24 +0100 Subject: [PATCH] Doctrine CS 12 --- composer.json | 2 +- phpcs.xml.dist | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index be3013c..d5aaf28 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "doctrine/deprecations": "^1.0" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^10", + "doctrine/coding-standard": "^9 || ^12", "phpstan/phpstan": "^1.3", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psalm/plugin-phpunit": "^0.18.3", diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 54a9e54..5131f5d 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -9,7 +9,7 @@ - + src tests @@ -32,4 +32,9 @@ tests/* + + + + src/Token.php +