mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2024-12-03 10:08:33 +01:00
lock psalm to ^4.0
This commit is contained in:
parent
7b2a3febed
commit
982dbb56fa
@ -19,12 +19,12 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ext-simplexml": "*",
|
"ext-simplexml": "*",
|
||||||
"phpunit/phpunit": "^9.0",
|
|
||||||
"php-coveralls/php-coveralls": "^2.2",
|
|
||||||
"friendsofphp/php-cs-fixer": "^2.16",
|
"friendsofphp/php-cs-fixer": "^2.16",
|
||||||
|
"php-coveralls/php-coveralls": "^2.2",
|
||||||
|
"phpunit/phpunit": "^9.0",
|
||||||
"roave/security-advisories": "dev-master",
|
"roave/security-advisories": "dev-master",
|
||||||
"squizlabs/php_codesniffer": "^3.5",
|
"squizlabs/php_codesniffer": "^3.5",
|
||||||
"vimeo/psalm": "dev-master"
|
"vimeo/psalm": "^4.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
@ -13,8 +13,6 @@ use Psl\Str;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @template-implements IteratorAggregate<int, Issue>
|
* @template-implements IteratorAggregate<int, Issue>
|
||||||
*
|
|
||||||
* @psalm-immutable
|
|
||||||
*/
|
*/
|
||||||
final class IssueCollection implements Countable, IteratorAggregate
|
final class IssueCollection implements Countable, IteratorAggregate
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user