diff options
| author | wn_ <invalid@email.com> | 2024-11-12 01:26:43 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2024-11-12 01:26:43 +0000 |
| commit | e4c57769e005e75b80ec0fa206fed8ff69e58162 (patch) | |
| tree | 633ce900cd01c8589632adfd59378c79cd9988a8 /vendor/composer/installed.json | |
| parent | 6273e26ea463e2762f2d736455f4912de7171cfa (diff) | |
Upgrade PHPStan to 2.0.1
Diffstat (limited to 'vendor/composer/installed.json')
| -rw-r--r-- | vendor/composer/installed.json | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index da72ace1a..91fa11459 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1288,26 +1288,26 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.3", - "version_normalized": "1.10.3.0", + "version": "2.0.1", + "version_normalized": "2.0.1.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "5419375b5891add97dc74be71e6c1c34baaddf64" + "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5419375b5891add97dc74be71e6c1c34baaddf64", - "reference": "5419375b5891add97dc74be71e6c1c34baaddf64", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", + "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" }, - "time": "2023-02-25T14:47:13+00:00", + "time": "2024-11-11T15:43:04+00:00", "bin": [ "phpstan", "phpstan.phar" @@ -1329,8 +1329,11 @@ "static analysis" ], "support": { + "docs": "https://phpstan.org/user-guide/getting-started", + "forum": "https://github.com/phpstan/phpstan/discussions", "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.10.3" + "security": "https://github.com/phpstan/phpstan/security/policy", + "source": "https://github.com/phpstan/phpstan-src" }, "funding": [ { @@ -1340,10 +1343,6 @@ { "url": "https://github.com/phpstan", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", - "type": "tidelift" } ], "install-path": "../phpstan/phpstan" |