Skip to content

Commit

Permalink
Update vimeo/psalm requirement from ^4.1 to ^4.1 || ^5.0 (#231)
Browse files Browse the repository at this point in the history
* Update vimeo/psalm requirement from ^4.1 to ^4.1 || ^5.0

Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@4.1.0...5.0.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix Psalm Annotations

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonatan Männchen <jonatan@maennchen.ch>
  • Loading branch information
dependabot[bot] and maennchen committed Dec 1, 2022
1 parent 827cb34 commit ab6051c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
"ext-zip": "*",
"mikey179/vfsstream": "^1.6",
"vimeo/psalm": "^4.1",
"vimeo/psalm": "^5.0",
"php-coveralls/php-coveralls": "^2.4",
"friendsofphp/php-cs-fixer": "^3.9"
},
Expand Down
2 changes: 2 additions & 0 deletions src/Option/Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* @method static STORE(): Method
* @method static DEFLATE(): Method
* @psalm-immutable
* @psalm-template int
* @extends Enum<int>
*/
class Method extends Enum
{
Expand Down
2 changes: 2 additions & 0 deletions src/Option/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* @method static DEFLATE(): Version
* @method static ZIP64(): Version
* @psalm-immutable
* @psalm-template int
* @extends Enum<int>
*/
class Version extends Enum
{
Expand Down

0 comments on commit ab6051c

Please sign in to comment.