Skip to content

Commit

Permalink
Updated dependencies and tests (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sturkel89 authored Oct 21, 2024
1 parent 7f0ba2f commit 0e583cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"vufind-org/vufindcode": "^1.2"
},
"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"
}
}
2 changes: 2 additions & 0 deletions tests/Feature/FixtureTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

use RuntimeException;

use function sprintf;

/**
* Trait adding functionality for loading fixtures.
*
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 @@ -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 0e583cc

Please sign in to comment.