Skip to content

Commit

Permalink
chore(deps) lock file maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed Apr 21, 2024
1 parent 4e7dbe2 commit d72aaf0
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
->setRules([
'@PER-CS' => true,
'@PSR12' => true,
'@PHP81Migration' => true,
'@PHP82Migration' => true,
'array_syntax' => ['syntax' => 'short'],
'php_unit_internal_class' => ['types' => ['normal', 'final']],
'php_unit_expectation' => true,
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"symfony/polyfill-php83": "^1.29"
},
"require-dev": {
"esi/phpunit-coverage-check": "^1.0",
"friendsofphp/php-cs-fixer": "^3.53",
"esi/phpunit-coverage-check": "^2.0",
"friendsofphp/php-cs-fixer": "^3.54",
"infection/infection": "^0.28",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-deprecation-rules": "^1.2",
Expand Down Expand Up @@ -83,7 +83,7 @@
"analyze:mutation": "vendor/bin/infection --threads=max --configuration=infection.json5 --min-msi=100 --min-covered-msi=100",
"analyze:psalm": "vendor/bin/psalm -c psalm.xml --no-diff",
"analyze:static": "vendor/bin/phpstan analyse -c phpstan.neon -vvv",
"coverage": "vendor/bin/coverage-check coverage:check build/logs/clover.xml 100 --ansi",
"coverage": "vendor/bin/coverage-check build/logs/clover.xml 100",
"cs:check": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --dry-run --diff",
"cs:fix": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php",
"test": "phpunit"
Expand Down
65 changes: 33 additions & 32 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d72aaf0

Please sign in to comment.