diff --git a/composer.json b/composer.json index d02487cf..3ea6247f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,6 @@ "homepage": "https://laminas.dev", "support": { "issues": "https://github.com/laminas/laminas-servicemanager/issues", - "forum": "https://discourse.laminas.dev", "chat": "https://laminas.dev/chat", "forum": "https://discourse.laminas.dev" }, @@ -53,7 +52,7 @@ "phpunit/phpunit": "^10.1", "psalm/plugin-phpunit": "^0.18.4", "symfony/console": "^6.0", - "vimeo/psalm": "^5.10" + "vimeo/psalm": "5.x-dev as 5.16" }, "provide": { "psr/container-implementation": "^1.0 || ^2.0" diff --git a/composer.lock b/composer.lock index 2a82e58f..6e5ca058 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7bc559037336da5fe19f5b7c67bcd5ee", + "content-hash": "4b023a452db92c10afe95b1cab357e08", "packages": [ { "name": "brick/varexporter", @@ -5242,16 +5242,16 @@ }, { "name": "vimeo/psalm", - "version": "5.15.0", + "version": "5.x-dev", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "5c774aca4746caf3d239d9c8cadb9f882ca29352" + "reference": "cc7ed9586ee82bfe758318ace243c9f1c6f530eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/5c774aca4746caf3d239d9c8cadb9f882ca29352", - "reference": "5c774aca4746caf3d239d9c8cadb9f882ca29352", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/cc7ed9586ee82bfe758318ace243c9f1c6f530eb", + "reference": "cc7ed9586ee82bfe758318ace243c9f1c6f530eb", "shasum": "" }, "require": { @@ -5305,6 +5305,7 @@ "ext-curl": "In order to send data to shepherd", "ext-igbinary": "^2.0.5 is required, used to serialize caching data" }, + "default-branch": true, "bin": [ "psalm", "psalm-language-server", @@ -5345,9 +5346,9 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/5.15.0" + "source": "https://github.com/vimeo/psalm/tree/5.x" }, - "time": "2023-08-20T23:07:30+00:00" + "time": "2023-08-28T10:06:45+00:00" }, { "name": "webimpress/coding-standard", @@ -5512,10 +5513,18 @@ "time": "2022-05-24T19:45:58+00:00" } ], - "aliases": [], + "aliases": [ + { + "package": "vimeo/psalm", + "version": "5.9999999.9999999.9999999-dev", + "alias": "5.16", + "alias_normalized": "5.16.0.0" + } + ], "minimum-stability": "stable", "stability-flags": { - "mikey179/vfsstream": 15 + "mikey179/vfsstream": 15, + "vimeo/psalm": 20 }, "prefer-stable": false, "prefer-lowest": false,