Skip to content

Commit

Permalink
Updated the relevant dependencies and tests (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
sturkel89 authored Oct 21, 2024
1 parent 455c74d commit 594529b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"php": ">=8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.51.0",
"friendsofphp/php-cs-fixer": "3.64.0",
"guzzlehttp/guzzle": "^7.8.1",
"pear/http_request2": "2.6.0",
"phpmd/phpmd": "2.15.0",
"phpstan/phpstan": "1.10.59",
"phpunit/phpunit": "10.5.11",
"phpstan/phpstan": "1.12.7",
"phpunit/phpunit": "10.5.36",
"phing/phing": "3.0",
"squizlabs/php_codesniffer": "3.9.0"
"squizlabs/php_codesniffer": "3.10.3"
}
}
3 changes: 2 additions & 1 deletion tests/vufind.php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@
return $config->setCacheFile($cacheDir . '/.code.cache')
->setRiskyAllowed(true)
->setRules($rules)
->setFinder($finder);
->setFinder($finder)
->setParallelConfig(\PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect());

0 comments on commit 594529b

Please sign in to comment.