Skip to content

Commit a6b1186

Browse files
Updated to base release version
Signed-off-by: Bastian Schwarz <bastian@codename-php.de>
1 parent befc2fb commit a6b1186

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.idea/deployer.command.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.1",
1414
"deployer/deployer": "7.0.0-rc.4",
15-
"codenamephp/deployer.base": "dev-main"
15+
"codenamephp/deployer.base": "^1.0"
1616
},
1717
"require-dev": {
1818
"roave/security-advisories": "dev-latest"
@@ -39,7 +39,7 @@
3939
"psalm": "XDEBUG_MODE=off tools/psalm --threads=10 --long-progress",
4040
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction --profile",
4141
"composer-require-checker": "XDEBUG_MODE=off tools/composer-require-checker --no-interaction",
42-
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=95 --min-covered-msi=95 --threads=4 --no-progress --show-mutations",
42+
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations",
4343
"ci-all": [
4444
"@phpunit",
4545
"@psalm",

0 commit comments

Comments
 (0)