Skip to content

Commit 7be6d2d

Browse files
Maciej KoprekDaveLiddament
authored andcommitted
Add suppor for PHP 8.5
1 parent 63544fc commit 7be6d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["static analysis", "phpstan", "namespace visibility attribute", "friend attribute"],
55
"type": "phpstan-extension",
66
"require": {
7-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
7+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
88
"phpstan/phpstan": "^1.12.15 || ^2.0",
99
"dave-liddament/php-language-extensions": "^0.8.0 || ^0.9.0"
1010
},

0 commit comments

Comments
 (0)