Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
javer committed Mar 30, 2023
1 parent 80d41be commit 0f09cd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Sphinx/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Query
protected array $where = [];

/**
* @var array<array{string|array, string, bool}>
* @var array<array{string|array<string>, string, bool}>
*/
protected array $match = [];

Expand Down Expand Up @@ -417,7 +417,7 @@ protected function buildCondition(array $conditions): string
/**
* Builds match clause.
*
* @param array<array{string|array, string, bool}> $matches
* @param array<array{string|array<string>, string, bool}> $matches
*
* @return string
*/
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"behat/behat": "^3.7",
"doctrine/dbal": "^2.12 || ^3.0",
"doctrine/orm": "^2.8",
"knplabs/knp-components": "^3.0",
"phpstan/phpstan": "^0.12.33",
"knplabs/knp-components": "^3.0 || ^4.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.3",
"psr/log": "^1.0",
"squizlabs/php_codesniffer": "3.6.*",
"swivl/php-coding-standard": "^1.3",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"squizlabs/php_codesniffer": "3.7.*",
"swivl/php-coding-standard": "^1.4",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
Expand Down

0 comments on commit 0f09cd4

Please sign in to comment.