diff options
| author | 2025-08-05 23:31:11 +0200 | |
|---|---|---|
| committer | 2025-08-05 23:31:11 +0200 | |
| commit | b7a39976f91612cdd5451599cfcb6e3a845f653f (patch) | |
| tree | 4aebbe8e3361372a1cbe60bb7386bb22bd835196 | |
| parent | 4a0aca36b73b06454219d9574fe9914c1f51514c (diff) | |
PHPStan start supporting PHP 8.5+ (#7787)
https://github.com/phpstan/phpstan/releases/tag/2.1.22
| -rw-r--r-- | composer.lock | 10 | ||||
| -rw-r--r-- | phpstan.dist.neon | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock index 1be2a02a6..ac10e9678 100644 --- a/composer.lock +++ b/composer.lock @@ -245,16 +245,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.21", + "version": "2.1.22", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "1ccf445757458c06a04eb3f803603cb118fe5fa6" + "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1ccf445757458c06a04eb3f803603cb118fe5fa6", - "reference": "1ccf445757458c06a04eb3f803603cb118fe5fa6", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4", + "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4", "shasum": "" }, "require": { @@ -299,7 +299,7 @@ "type": "github" } ], - "time": "2025-07-28T19:35:08+00:00" + "time": "2025-08-04T19:17:37+00:00" }, { "name": "phpstan/phpstan-phpunit", diff --git a/phpstan.dist.neon b/phpstan.dist.neon index 867d7b50b..4235be800 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -1,7 +1,7 @@ parameters: phpVersion: min: 80100 # PHP 8.1 - max: 80499 # PHP 8.4 + max: 80599 # PHP 8.5 level: 10 # https://phpstan.org/user-guide/rule-levels fileExtensions: - php |
