Skip to content

Commit d7d1d9b

Browse files
authored
[TASK] support Symfony 8.1 in rector-p (#119)
Allow installing Rector-P together with Symfony Console 8.1.
1 parent 6d881b2 commit d7d1d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/rector-p/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1818
"rector/rector": "^2.2.10",
19-
"symfony/console": "^5.4 || ^6.4 || ^7.4"
19+
"symfony/console": "^5.4 || ^6.4 || ^7.4 || ^8.1"
2020
},
2121
"require-dev": {
2222
"andersundsehr/grumphp-fractor-task": "@dev",

0 commit comments

Comments
 (0)