diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-01 07:29:41 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-01 07:29:41 +0200 |
| commit | 19f67b9ec74de8b9fc8999ba69c1dc0ed336cb57 (patch) | |
| tree | d68108fd212607efce95236fcbc2b25f7e5c71ae /composer.json | |
| parent | 4c074d2e6246fbc1c09d23924eb1b6f657741f9d (diff) | |
update to 5.12.0
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 10 |
1 files changed, 2 insertions, 8 deletions
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/" |
