Skip to content

Commit 15e94ce

Browse files
committed
Merge pull request #106 from andersundsehr/feature/add-fractor | Benjamin Stiber <54136194+forxec@users.noreply.github.com> | 2026-03-10 09:41:49 +0100 | andersundsehr/grumphp-config@c420c02
1 parent 0d987de commit 15e94ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"phpro/grumphp": "^2.0.0"
2020
},
2121
"require-dev": {
22+
"andersundsehr/grumphp-fractor-task": "@dev",
2223
"andersundsehr/phpstan-git-files": "@dev",
2324
"andersundsehr/rector-p": "@dev",
2425
"pluswerk/grumphp-config": "@dev",
@@ -52,6 +53,7 @@
5253
],
5354
"config": {
5455
"allow-plugins": {
56+
"a9f/fractor-extension-installer": true,
5557
"ergebnis/composer-normalize": true,
5658
"phpro/grumphp": true,
5759
"phpstan/extension-installer": true,
@@ -60,7 +62,7 @@
6062
},
6163
"extra": {
6264
"branch-alias": {
63-
"dev-main": "10.0.x-dev"
65+
"dev-main": "11.0.x-dev"
6466
}
6567
},
6668
"scripts": {

0 commit comments

Comments
 (0)