mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2024-11-30 04:39:48 +01:00
lock psalm to ^4.0
This commit is contained in:
parent
7b2a3febed
commit
982dbb56fa
@ -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": {
|
||||
|
@ -13,8 +13,6 @@ use Psl\Str;
|
||||
|
||||
/**
|
||||
* @template-implements IteratorAggregate<int, Issue>
|
||||
*
|
||||
* @psalm-immutable
|
||||
*/
|
||||
final class IssueCollection implements Countable, IteratorAggregate
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user