Explorar o código

PHPStan start supporting PHP 8.5+ (#7787)

https://github.com/phpstan/phpstan/releases/tag/2.1.22
Alexandre Alapetite hai 8 meses
pai
achega
b7a39976f9
Modificáronse 2 ficheiros con 6 adicións e 6 borrados
  1. 5 5
      composer.lock
  2. 1 1
      phpstan.dist.neon

+ 5 - 5
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",

+ 1 - 1
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