Skip to content

Commit

Permalink
Updated relevant dependencies and tests (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
sturkel89 authored Oct 21, 2024
1 parent 9a33771 commit c68b474
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"symfony/console": "^5.3||^6||^7"
},
"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"
},
Expand Down
3 changes: 2 additions & 1 deletion tests/vufind.php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,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 c68b474

Please sign in to comment.