Skip to content

Commit 02d6e3b

Browse files
committed
Updated composer.json for installer and tests.
1 parent 6cac67a commit 02d6e3b

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.vortex/installer/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"role": "Maintainer"
1212
}
1313
],
14-
"homepage": "https://github.com/drevops/vortex-installer",
14+
"homepage": "https://github.com/drevops/vortex",
1515
"support": {
16-
"issues": "https://github.com/drevops/vortex-installer/issues",
17-
"source": "https://github.com/drevops/vortex-installer"
16+
"issues": "https://github.com/drevops/vortex/issues",
17+
"source": "https://github.com/drevops/vortex"
1818
},
1919
"require": {
2020
"php": ">=8.3",

.vortex/tests/composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@
66
"authors": [
77
{
88
"name": "Alex Skrypnyk",
9-
"email": "[email protected]"
9+
"email": "[email protected]",
10+
"homepage": "https://www.drevops.com",
11+
"role": "Maintainer"
1012
}
1113
],
14+
"homepage": "https://github.com/drevops/vortex",
15+
"support": {
16+
"issues": "https://github.com/drevops/vortex/issues",
17+
"source": "https://github.com/drevops/vortex"
18+
},
1219
"require": {
1320
"php": ">=8.3",
1421
"cweagans/composer-patches": "^2"
@@ -49,10 +56,10 @@
4956
"lint": [
5057
"phpcs",
5158
"phpstan",
52-
"rector --clear-cache --dry-run"
59+
"rector --dry-run"
5360
],
5461
"lint-fix": [
55-
"rector --clear-cache",
62+
"rector",
5663
"phpcbf"
5764
],
5865
"reset": "rm -Rf vendor",

0 commit comments

Comments
 (0)