mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 21:02:24 +03:00
Updated to latest infection
This commit is contained in:
parent
e7bccb088d
commit
4ec90e02c9
2 changed files with 3 additions and 5 deletions
|
@ -66,14 +66,14 @@
|
||||||
"devster/ubench": "^2.0",
|
"devster/ubench": "^2.0",
|
||||||
"dms/phpunit-arraysubset-asserts": "^0.2.0",
|
"dms/phpunit-arraysubset-asserts": "^0.2.0",
|
||||||
"eaglewu/swoole-ide-helper": "dev-master",
|
"eaglewu/swoole-ide-helper": "dev-master",
|
||||||
"infection/infection": "^0.16.1",
|
"infection/infection": "^0.17.7",
|
||||||
"phpstan/phpstan": "^0.12.18",
|
"phpstan/phpstan": "^0.12.50",
|
||||||
"phpunit/php-code-coverage": "^8.0",
|
"phpunit/php-code-coverage": "^8.0",
|
||||||
"phpunit/phpunit": "~9.0.1",
|
"phpunit/phpunit": "~9.0.1",
|
||||||
"roave/security-advisories": "dev-master",
|
"roave/security-advisories": "dev-master",
|
||||||
"shlinkio/php-coding-standard": "~2.1.0",
|
"shlinkio/php-coding-standard": "~2.1.0",
|
||||||
"shlinkio/shlink-test-utils": "^1.5",
|
"shlinkio/shlink-test-utils": "^1.5",
|
||||||
"symfony/var-dumper": "^5.0"
|
"symfony/var-dumper": "^5.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
|
@ -2,7 +2,5 @@ parameters:
|
||||||
checkMissingIterableValueType: false
|
checkMissingIterableValueType: false
|
||||||
checkGenericClassInNonGenericObjectType: false
|
checkGenericClassInNonGenericObjectType: false
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
- '#AbstractQuery::setParameters\(\)#'
|
|
||||||
- '#mustRun\(\)#'
|
- '#mustRun\(\)#'
|
||||||
- '#AssociationBuilder::setOrderBy#'
|
|
||||||
- '#If condition is always false#'
|
- '#If condition is always false#'
|
||||||
|
|
Loading…
Reference in a new issue