Skip to content

Commit 731c63f

Browse files
committed
✨ split test | Matthias Vogel <m.vogel@andersundsehr.com> | 2025-02-24 10:16:41 +0100 | andersundsehr/grumphp-config@6fffd85
1 parent 3ddf2d6 commit 731c63f

2 files changed

Lines changed: 33 additions & 20 deletions

File tree

.github/workflows/run-grumphp-test.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

composer.json

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,37 @@
1111
}
1212
],
1313
"support": {
14-
"issues": "https://github.com/pluswerk/grumphp-bom-task/issues"
14+
"issues": "https://github.com/andersundsehr/grumphp-config/issues",
15+
"source": "https://github.com/andersundsehr/grumphp-config/tree/main/packages/grumphp-bom-task"
1516
},
1617
"require": {
17-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
18+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
1819
"phpro/grumphp": "^2.0.0"
1920
},
2021
"require-dev": {
21-
"pluswerk/grumphp-config": "^6.8.0"
22+
"andersundsehr/phpstan-git-files": "@dev",
23+
"andersundsehr/rector-p": "@dev",
24+
"pluswerk/grumphp-config": "@dev",
25+
"pluswerk/grumphp-xliff-task": "@dev"
2226
},
27+
"repositories": [
28+
{
29+
"type": "path",
30+
"url": "../../",
31+
"options": {
32+
"symlink": false,
33+
"reference": "none"
34+
}
35+
},
36+
{
37+
"type": "path",
38+
"url": "../*",
39+
"options": {
40+
"reference": "none",
41+
"relative": false
42+
}
43+
}
44+
],
2345
"autoload": {
2446
"psr-4": {
2547
"PLUS\\GrumPHPBomTask\\": "src/"
@@ -38,7 +60,14 @@
3860
},
3961
"extra": {
4062
"branch-alias": {
41-
"dev-main": "8.0.x-dev"
63+
"dev-main": "10.0.x-dev"
4264
}
65+
},
66+
"scripts": {
67+
"post-update-cmd": [
68+
"composer bump -D",
69+
"composer normalize",
70+
"rm -rf vendor/pluswerk/grumphp-config/vendor vendor/pluswerk/grumphp-config/packages"
71+
]
4372
}
4473
}

0 commit comments

Comments
 (0)