Skip to content

Commit

Permalink
Merge pull request #168 from owncloud/phan-4.0
Browse files Browse the repository at this point in the history
[tests-only] Bump phan analysis to v4.0
  • Loading branch information
individual-it authored May 6, 2021
2 parents 84d744b + ead3b46 commit 51430a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

return [

// Supported values: '7.0', '7.1', '7.2', null.
// Supported values: '7.2', '7.3', '7.4', '8.0', null.
// If this is set to null,
// then Phan assumes the PHP version which is closest to the minor version
// of the php executable used to execute phan.
Expand Down Expand Up @@ -106,4 +106,4 @@
'parent_constructor_required' => [
],

];
];
2 changes: 1 addition & 1 deletion vendor-bin/phan/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"phan/phan": "^3.2"
"phan/phan": "^4.0"
}
}

0 comments on commit 51430a3

Please sign in to comment.