diff --git a/.phan/config.php b/.phan/config.php index 12244121..70c28dcb 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -16,9 +16,12 @@ * default configuration. Command line arguments will be applied * after this file is read. */ + +use Phan\Issue; + return [ 'target_php_version' => '7.4', - 'minimum_severity' => \Phan\Issue::SEVERITY_LOW, + 'minimum_severity' => Issue::SEVERITY_LOW, // A list of directories that should be parsed for class and // method information. After excluding the directories diff --git a/vendor-bin/phpcs/composer.json b/vendor-bin/phpcs/composer.json index cd7619ee..23622ce5 100644 --- a/vendor-bin/phpcs/composer.json +++ b/vendor-bin/phpcs/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "friendsofphp/php-cs-fixer": "3.45.0", + "friendsofphp/php-cs-fixer": "3.46.0", "serendipity_hq/phpcs-config": "1.2.5" } }