lock psalm to ^4.0

This commit is contained in:
azjezz 2020-10-27 21:10:40 +01:00
parent 7b2a3febed
commit 982dbb56fa
2 changed files with 3 additions and 5 deletions

View File

@ -19,12 +19,12 @@
},
"require-dev": {
"ext-simplexml": "*",
"phpunit/phpunit": "^9.0",
"php-coveralls/php-coveralls": "^2.2",
"friendsofphp/php-cs-fixer": "^2.16",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "dev-master"
"vimeo/psalm": "^4.0"
},
"autoload": {
"psr-4": {

View File

@ -13,8 +13,6 @@ use Psl\Str;
/**
* @template-implements IteratorAggregate<int, Issue>
*
* @psalm-immutable
*/
final class IssueCollection implements Countable, IteratorAggregate
{