Skip to content

Commit 54c5711

Browse files
committed
bump to PHP 8.2
1 parent 81f6a3e commit 54c5711

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"description": "Rector downgrade PHP rules",
66
"require": {
7-
"php": ">=8.1"
7+
"php": ">=8.2"
88
},
99
"require-dev": {
1010
"phpstan/extension-installer": "^1.3",
@@ -13,7 +13,7 @@
1313
"phpunit/phpunit": "^10.3",
1414
"rector/phpstan-rules": "^0.7.4",
1515
"rector/rector-generator": "^0.7.3",
16-
"rector/rector-src": "dev-main",
16+
"rector/rector-src": "dev-tv-bump-php82",
1717
"symplify/easy-coding-standard": "^12.0",
1818
"symplify/phpstan-extensions": "^11.3",
1919
"symplify/phpstan-rules": "^12.4",

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ parameters:
6262

6363
# phpstan need to load rector nodes first to avoid this
6464
- '#Rector\\Core\\Contract\\PhpParser\\Node\\StmtsAwareInterface#'
65+
- '#Access to an undefined property Rector\\Contract\\PhpParser\\Node\\StmtsAwareInterface\:\:\$stmts#'
6566

6667
-
6768
message: '#Parameter \#1 \$attributeClass of class Rector\\DowngradePhp80\\ValueObject\\DowngradeAttributeToAnnotation constructor expects class\-string, string given#'
6869
path: "config/*"
70+

0 commit comments

Comments
 (0)