Skip to content

Commit

Permalink
Fixed installer coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Dec 19, 2024
1 parent a6a5923 commit a63b55a
Show file tree
Hide file tree
Showing 12 changed files with 690 additions and 984 deletions.
8 changes: 4 additions & 4 deletions .vortex/installer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"source": "https://github.com/drevops/vortex-installer"
},
"require": {
"php": ">=8.1",
"symfony/console": "^6.3 || ^7"
"php": ">=8.2",
"symfony/console": "^7.2",
"symfony/filesystem": "^7.2"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
Expand All @@ -27,7 +28,6 @@
"ergebnis/composer-normalize": "^2.45",
"mikey179/vfsstream": "^1.6",
"opis/closure": "^3.6",
"phpmd/phpmd": "^2.13",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10",
"rector/rector": "^1.0.0"
Expand Down Expand Up @@ -65,13 +65,13 @@
"lint": [
"phpcs",
"phpstan",
"phpmd --exclude vendor,vendor-bin,node_modules . text phpmd.xml",
"rector --clear-cache --dry-run"
],
"lint-fix": [
"rector --clear-cache",
"phpcbf"
],
"reset": "rm -Rf vendor vendor-bin composer.lock",
"test": "phpunit"
}
}
Loading

1 comment on commit a63b55a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.