Skip to content

Commit fd95ea5

Browse files
committed
chore: Miniumum PHP version is 8.4
1 parent 7e390ce commit fd95ea5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.3"
13+
"php": "^8.4"
1414
},
1515
"require-dev": {
1616
"brainbits/phpcs-standard": "^8.0.1",

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$rectorConfig->phpstanConfig(__DIR__ . '/phpstan.neon.dist');
2222

2323
$rectorConfig->sets([
24-
LevelSetList::UP_TO_PHP_82,
24+
LevelSetList::UP_TO_PHP_84,
2525

2626
PHPUnitSetList::PHPUNIT_40,
2727
PHPUnitSetList::PHPUNIT_50,

0 commit comments

Comments
 (0)