From 19f67b9ec74de8b9fc8999ba69c1dc0ed336cb57 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 May 2026 07:29:41 +0200 Subject: update to 5.12.0 --- composer.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 00316a4..12947d9 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "predis/predis": "^2.3", "squizlabs/php_codesniffer": "^3.4", "twig/twig": "^3.20", - "vimeo/psalm": "5.26.1", + "vimeo/psalm": "6.16.1", "vlucas/phpdotenv": "^v5.4" }, "config": { @@ -70,13 +70,7 @@ "Phalcon\\Tests\\": "tests/", "Phalcon\\Tests\\Support\\": "tests/support/", "Phalcon\\Tests\\Unit\\": "tests/unit/", - "Phalcon\\Tests\\Integration\\": "tests/integration/", - "Phalcon\\Tests\\Database\\": "tests/database/", - "Phalcon\\Tests\\Fixtures\\": "tests/_data/fixtures/", - "Phalcon\\Tests\\Modules\\": "tests/support/Modules/", - "Phalcon\\Tests\\Module\\": "tests/_support/Module/", - "Phalcon\\Tests\\Listener\\": "tests/_data/listener/", - "Phalcon\\Tests\\Db\\": "tests/_data/db/" + "Phalcon\\Tests\\Database\\": "tests/database/" }, "exclude-from-classmap": [ "tests/support/assets/" -- cgit