We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e390ce commit fd95ea5Copy full SHA for fd95ea5
2 files changed
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "^8.3"
+ "php": "^8.4"
14
},
15
"require-dev": {
16
"brainbits/phpcs-standard": "^8.0.1",
rector.php
@@ -21,7 +21,7 @@
21
$rectorConfig->phpstanConfig(__DIR__ . '/phpstan.neon.dist');
22
23
$rectorConfig->sets([
24
- LevelSetList::UP_TO_PHP_82,
+ LevelSetList::UP_TO_PHP_84,
25
26
PHPUnitSetList::PHPUNIT_40,
27
PHPUnitSetList::PHPUNIT_50,
0 commit comments